How To Install pulledpork on Rocky Linux 8
Introduction
In this tutorial we learn how to install pulledpork on Rocky Linux 8.
What is pulledpork
Pulled Pork for Snort and Suricata rule management (from Google code).
We can use yum or dnf to install pulledpork on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install pulledpork.
Install pulledpork on Rocky Linux 8 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install pulledpork using dnf by running the following command:
sudo dnf -y install pulledpork
Install pulledpork on Rocky Linux 8 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install pulledpork using yum by running the following command:
sudo yum -y install pulledpork
How To Uninstall pulledpork on Rocky Linux 8
To uninstall only the pulledpork package we can use the following command:
sudo dnf remove pulledpork
pulledpork Package Contents on Rocky Linux 8
/etc/pulledpork
/etc/pulledpork/disablesid.conf
/etc/pulledpork/dropsid.conf
/etc/pulledpork/enablesid.conf
/etc/pulledpork/modifysid.conf
/etc/pulledpork/pulledpork.conf
/usr/bin/pulledpork
/usr/share/doc/pulledpork
/usr/share/doc/pulledpork/README.CATEGORIES
/usr/share/doc/pulledpork/README.CHANGES
/usr/share/doc/pulledpork/README.RULESET
/usr/share/doc/pulledpork/README.SHAREDOBJECTS
/usr/share/doc/pulledpork/README.md
/usr/share/licenses/pulledpork
/usr/share/licenses/pulledpork/LICENSE
/usr/share/pulledpork
/usr/share/pulledpork/contrib
/usr/share/pulledpork/contrib/README.CONTRIB
/usr/share/pulledpork/contrib/oink-conv.pl
References
Summary
In this tutorial we learn how to install pulledpork on Rocky Linux 8 using yum and dnf.