How To Install yggdrasil on Fedora 36
Introduction
In this tutorial we learn how to install yggdrasil
on Fedora 36.
What is yggdrasil
yggdrasil is a client daemon that establishes a receiving queue for instructions to be sent to the system via a broker.
We can use yum
or dnf
to install yggdrasil
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install yggdrasil.
Install yggdrasil 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 yggdrasil
using dnf
by running the following command:
sudo dnf -y install yggdrasil
Install yggdrasil 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 yggdrasil
using yum
by running the following command:
sudo yum -y install yggdrasil
How To Uninstall yggdrasil on Fedora 36
To uninstall only the yggdrasil
package we can use the following command:
sudo dnf remove yggdrasil
yggdrasil Package Contents on Fedora 36
/etc/yggdrasil
/etc/yggdrasil/config.toml
/usr/lib/.build-id
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/899f25a8b160204621ec8199b0bcc61cead5e0
/usr/lib/systemd/system/yggd.service
/usr/sbin/yggd
/usr/share/bash-completion/completions/yggd.bash
/usr/share/doc/yggdrasil
/usr/share/doc/yggdrasil/HACKING.md
/usr/share/doc/yggdrasil/INSTALL.md
/usr/share/doc/yggdrasil/README.md
/usr/share/licenses/yggdrasil
/usr/share/licenses/yggdrasil/LICENSE
/usr/share/man/man1/yggd.1.gz
References
Summary
In this tutorial we learn how to install yggdrasil
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).