How To Install golie on Rocky Linux 8
In this tutorial we learn how to install golie on Rocky Linux 8. golie is A client/server implementation of ROLIE written in GO
Introduction
In this tutorial we learn how to install golie
on Rocky Linux 8.
What is golie
A client/server implementation of ROLIE written in GO. %gopkg
We can use yum
or dnf
to install golie
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install golie.
Install golie 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 golie
using dnf
by running the following command:
sudo dnf -y install golie
Install golie 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 golie
using yum
by running the following command:
sudo yum -y install golie
How To Uninstall golie on Rocky Linux 8
To uninstall only the golie
package we can use the following command:
sudo dnf remove golie
golie Package Contents on Rocky Linux 8
/usr/bin/golie
/usr/bin/golied
/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/f086cf6938deaf0620aee66db026cf902bfb52
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/c55fe6c156c0b2c4eb3ae5a8f53566934638d8
/usr/share/doc/golie
/usr/share/doc/golie/README.md
/usr/share/doc/golie/examples
/usr/share/doc/golie/examples/certs
/usr/share/doc/golie/examples/certs/README.md
/usr/share/doc/golie/examples/certs/cert.pem
/usr/share/doc/golie/examples/certs/key.pem
/usr/share/doc/golie/examples/rolie
/usr/share/doc/golie/examples/rolie/entry
/usr/share/doc/golie/examples/rolie/entry/CVE-2010-3917-69956a2702ad.json
/usr/share/doc/golie/examples/rolie/entry/CVE-2010-3917-69956a2702ad.xml
/usr/share/doc/golie/examples/rolie/entry/f63aafa9-4082-48a3-9ce6-97a2d69d4a9b.json
/usr/share/doc/golie/examples/rolie/entry/f63aafa9-4082-48a3-9ce6-97a2d69d4a9b.xml
/usr/share/doc/golie/examples/rolie/feed
/usr/share/doc/golie/examples/rolie/feed/2a7e265a-39bc-43f2-b711-b8fd9264b5c9.json
/usr/share/doc/golie/examples/rolie/feed/2a7e265a-39bc-43f2-b711-b8fd9264b5c9.xml
/usr/share/doc/golie/examples/rolie/feed/gov.nist.nvd.cve.recent.json
/usr/share/doc/golie/examples/rolie/feed/gov.nist.nvd.cve.recent.xml
/usr/share/doc/golie/examples/rolie/service
/usr/share/doc/golie/examples/rolie/service/nvd.json
/usr/share/doc/golie/examples/rolie/service/nvd.xml
/usr/share/doc/golie/examples/rolie/service/pcs.json
/usr/share/doc/golie/examples/rolie/service/pcs.xml
/usr/share/licenses/golie
/usr/share/licenses/golie/LICENSE
/usr/share/licenses/golie/LICENSE.NIST
References
Summary
In this tutorial we learn how to install golie
on Rocky Linux 8 using yum and dnf.