Last updated at: 2009/11/04

> Downloads :: OpenSuse 11.2 :: Installation

Install

To install the opensuse packages, download all three rpm-packages (kernel, anoubis and xanoubis) into one directory and execute the command below:

  yast2 -i kernel-2.6.30.10-anoubis.0.9.3-1.rpm
  yast2 -i anoubisd-0.9.3-1.i586.rpm xanoubis-0.9.3-1.i586.rpm
 

Please not that the install command must be call names of the actuall downloaded packages.

The first command 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:

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

To deinstall the listed packages please type following command:

  rpm -e xanoubis
  rpm -e anoubisd
  rpm -e kernel-2.6.30.10-anoubis.0.9.3-1.i386
 

Please note that the command to deinstall the kernel package must include the version number as listed in the output above. The components anoubisd and xanoubis use additional files which cannot be removed by the deinstallation process. To completely remove Anoubis from your system please also delete the files and directories listed below.

  /dev/anoubis
  /dev/eventdev
  /var/run/anoubisd.pid
  /var/lib/anoubisd/
  /var/lib/anoubisd.sock
  /etc/anoubis/
 

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