Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: new color scheme; replace emoticons with text

...

The following table provides an overview of the deinstallation commands for the supported host operating systems. For details, please refer to the relevant man-pages on Linux. The table only lists command-line deinstallation options for Linux. There are also graphical tools. To describe all of them is outside the scope of this document.


Deinstallation Option
Description
Package manager (uses repositories, takes care of
dependencies, etc.)

# yum erase <package-name>

Command to remove individual local packages# rpm -e </path/to/package>

...

The following table provides an overview of the steps required to remove the Charon software:


Step
Command
1Log in as the privileged user on the system ("root").
2Shutdown all running guest operating systems and running emulators.
3

Remove the Charon-PAR packages.

(warning) Please note: The packages aksusbd, and charon-license may also be used by other Charon products. Make sure it is safe to remove them!

# yum erase aksusbd charon-license charon-mtd charon-par

or

# rpm -e aksusbd charon-license charon-mtd charon-par

...