How To Install sigul-server on Fedora 36
Introduction
In this tutorial we learn how to install sigul-server
on Fedora 36.
What is sigul-server
The server part of sigul that keeps the keys and performs the actual signing.
We can use yum
or dnf
to install sigul-server
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sigul-server.
Install sigul-server 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 sigul-server
using dnf
by running the following command:
sudo dnf -y install sigul-server
Install sigul-server 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 sigul-server
using yum
by running the following command:
sudo yum -y install sigul-server
How To Uninstall sigul-server on Fedora 36
To uninstall only the sigul-server
package we can use the following command:
sudo dnf remove sigul-server
sigul-server Package Contents on Fedora 36
/etc/sigul/server.conf
/usr/bin/sigul-ostree-helper
/usr/lib/.build-id
/usr/lib/.build-id/54
/usr/lib/.build-id/54/7069d6ae784a9ab5abfa0822b31c41b19b1545
/usr/lib/systemd/system/sigul_server.service
/usr/sbin/sigul_server
/usr/sbin/sigul_server_add_admin
/usr/sbin/sigul_server_create_db
/usr/share/sigul/__pycache__/server.cpython-310.opt-1.pyc
/usr/share/sigul/__pycache__/server.cpython-310.pyc
/usr/share/sigul/__pycache__/server_add_admin.cpython-310.opt-1.pyc
/usr/share/sigul/__pycache__/server_add_admin.cpython-310.pyc
/usr/share/sigul/__pycache__/server_common.cpython-310.opt-1.pyc
/usr/share/sigul/__pycache__/server_common.cpython-310.pyc
/usr/share/sigul/__pycache__/server_create_db.cpython-310.opt-1.pyc
/usr/share/sigul/__pycache__/server_create_db.cpython-310.pyc
/usr/share/sigul/__pycache__/server_gpg.cpython-310.opt-1.pyc
/usr/share/sigul/__pycache__/server_gpg.cpython-310.pyc
/usr/share/sigul/server.py
/usr/share/sigul/server_add_admin.py
/usr/share/sigul/server_common.py
/usr/share/sigul/server_create_db.py
/usr/share/sigul/server_gpg.py
/var/lib/sigul
/var/lib/sigul/gnupg
References
Summary
In this tutorial we learn how to install sigul-server
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).