How To Install golie on Fedora 36
In this tutorial we learn how to install golie in Fedora 36. golie is A client/server implementation of ROLIE written in GO
Introduction
In this tutorial we learn how to install golie
on Fedora 36.
What is golie
A client/server implementation of ROLIE written in GO.
We can use yum
or dnf
to install golie
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golie.
Install golie 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 golie
using dnf
by running the following command:
sudo dnf -y install golie
Install golie 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 golie
using yum
by running the following command:
sudo yum -y install golie
How To Uninstall golie on Fedora 36
To uninstall only the golie
package we can use the following command:
sudo dnf remove golie
golie Package Contents on Fedora 36
/usr/bin/golie
/usr/bin/golied
/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/9df34ba10005632cb7a3667f290cc01ca037a8
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/b78ac81214be0c8a20c409ce1ea877a4e869f5
/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 Fedora 36 using yum and [dnf]((/fedora/36/dnf/).