How To Install unhide on Fedora 36

In this tutorial we learn how to install unhide in Fedora 36. unhide is Tool to find hidden processes and TCP/UDP ports from rootkits

Introduction

In this tutorial we learn how to install unhide on Fedora 36.

What is unhide

Unhide is a forensic tool to find hidden processes and TCP/UDP ports by rootkits/LKMs or by another hiding technique.

We can use yum or dnf to install unhide on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install unhide.

Install unhide on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install unhide using dnf by running the following command:

sudo dnf -y install unhide

Install unhide on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install unhide using yum by running the following command:

sudo yum -y install unhide

How To Uninstall unhide on Fedora 36

To uninstall only the unhide package we can use the following command:

sudo dnf remove unhide

unhide Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/539da83a49d24aa4c40a94edd649721e6f376f
/usr/lib/.build-id/65
/usr/lib/.build-id/65/b35ede51361ebf55577b9cd4e6ae7e0e48f5c8
/usr/lib/.build-id/87
/usr/lib/.build-id/87/001165fa94539aad55d673174f82e0613aaa21
/usr/sbin/unhide
/usr/sbin/unhide-tcp
/usr/sbin/unhide_rb
/usr/share/doc/unhide
/usr/share/doc/unhide/NEWS
/usr/share/doc/unhide/README.txt
/usr/share/doc/unhide/changelog
/usr/share/doc/unhide/sanity-tcp.sh
/usr/share/doc/unhide/sanity.sh
/usr/share/licenses/unhide
/usr/share/licenses/unhide/COPYING
/usr/share/man/es/man8/unhide-tcp.8.gz
/usr/share/man/es/man8/unhide.8.gz
/usr/share/man/fr/man8/unhide-tcp.8.gz
/usr/share/man/fr/man8/unhide.8.gz
/usr/share/man/man8/unhide-tcp.8.gz
/usr/share/man/man8/unhide.8.gz

References

Summary

In this tutorial we learn how to install unhide on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).