How To Install prelude-manager-xml-plugin on Rocky Linux 8
Introduction
In this tutorial we learn how to install prelude-manager-xml-plugin
on Rocky Linux 8.
What is prelude-manager-xml-plugin
This plugin allows prelude-manager to log into XML files.
We can use yum
or dnf
to install prelude-manager-xml-plugin
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install prelude-manager-xml-plugin.
Install prelude-manager-xml-plugin 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 prelude-manager-xml-plugin
using dnf
by running the following command:
sudo dnf -y install prelude-manager-xml-plugin
Install prelude-manager-xml-plugin 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 prelude-manager-xml-plugin
using yum
by running the following command:
sudo yum -y install prelude-manager-xml-plugin
How To Uninstall prelude-manager-xml-plugin on Rocky Linux 8
To uninstall only the prelude-manager-xml-plugin
package we can use the following command:
sudo dnf remove prelude-manager-xml-plugin
prelude-manager-xml-plugin Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/5699b887bebbb37997d0fba4344f73baea983c
/usr/lib64/prelude-manager/reports/xmlmod.so
/usr/share/prelude-manager
/usr/share/prelude-manager/xmlmod
/usr/share/prelude-manager/xmlmod/idmef-message.dtd
References
Summary
In this tutorial we learn how to install prelude-manager-xml-plugin
on Rocky Linux 8 using yum and dnf.