
Fedora Install rootkit checker chkrootkit:
1. Open shell terminal.
2. Su to root user using su - root command, and key in root password.
3. Execute yum install chkrootkit as show on command example below.
![]() | |
Install rootkit checker |
Loaded plugins: dellsysidplugin2, refresh-packagekit
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package chkrootkit.i686 0:0.49-2.fc12 set to be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
chkrootkit i686 0.49-2.fc12 updates 291 k
Transaction Summary
================================================================================
Install 1 Package(s)
Total download size: 291 k
Installed size: 692 k
Is this ok [y/N]: y
Downloading Packages:
chkrootkit-0.49-2.fc12.i686.rpm | 291 kB 00:24
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : chkrootkit-0.49-2.fc12.i686 1/1
Installed:
chkrootkit.i686 0:0.49-2.fc12
Complete!
[root@fedora log]#
4. If no error, now you sucessfuly install rootkit checker chkrootkit. If you got yum error... you may need to clean yum cache by executing yum clean all command... good luck.