Last updated at: 2009/11/04

> Downloads :: Fedora 11 :: Installation

Install

To install the fedora packages, download all three packages (kernel, anoubis and xanoubis) into one directory. Then execute the following line:

  yum install *.rpm --nogpgcheck
 

The command also installs the Anoubis kernel package. Please update the bootloader configuration (Lilo, Grub) if you don't use the default configuration. After the next reboot the Anoubis Security Suite will be active.

Uninstall

Restart your system and boot the default kernel of your distribution. To remove all anoubis packages and all configuration files proceed with the steps explained below.

Determine the installed packages:

  rpm -qa | grep anoubis
 

The output should look like this:

  xanoubis-0.9.3-1
  kernel-2.6.30.10-anoubis.0.9.3-1
  anoubisd-0.9.3-1
 

To remove the listed packages please execute the commands below:

  yum remove anoubisd xanoubis kernel-2.6.30.10-anoubis.0.9.3-1
 

Please note that the command to deinstall the kernel package must include the version number as listed in the output above.

We recommend that you reboot your system after completing the deinstallation procedure.