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
dnforapt-get), then you would use the package manager to uninstall. For example:dnf remove <package name>orsudo apt-get remove <package name>.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].