.. _uninstall: ============== Uninstall Salt ============== The process for removing Salt depends on the operating system and the method you used to install Salt: * **Linux-based systems** - If the operating system uses package management tools (such as ``dnf`` or ``apt-get``), then you would use the package manager to uninstall. For example: ``dnf remove `` or ``sudo apt-get remove ``. * **macOS and Windows** - The macOS and Windows installers have an uninstall option. Run the installer and select that option to uninstall Salt if you run that. * **Pip** - If you installed Salt using pip, then you can use pip to uninstall Salt. For example: ``pip uninstall [package name]``.