Uninstall NAUX Learn

Tutorial index · Troubleshooting

NAUX installation ownership is recorded in a sealed receipt. Uninstall uses that receipt and the exact installed bundle; it does not scan the whole machine or guess which files belong to NAUX.

Linux

Preview exact removal first:

nauxup uninstall --dry-run

Review the listed files and directories, then execute exact removal:

nauxup uninstall

nauxup re-verifies the activation receipt, immutable bundle receipt, every bundle member, and both launcher targets before mutation. Run nauxup doctor for the same admission checks without removal.

If the original Setup output was lost, receipts are confined to the dedicated state directory. Listing this directory is not a machine-wide scan:

ls "${XDG_STATE_HOME:-$HOME/.local/state}/naux/receipts"

The current activation receipt is named learn-0.1.4.tsv; users normally do not need to pass it manually.

Windows

NAUX Learn 0.1.4 has no supported Windows binary installation, so it also has no supported Windows uninstall route. Commands from withdrawn 0.1.0/0.1.1 candidates are retained only in repository history and must not be presented as a current lifecycle.