How To Install iodine-server on Fedora 36
Introduction
In this tutorial we learn how to install iodine-server
on Fedora 36.
What is iodine-server
This is the server part of iodine solution.
We can use yum
or dnf
to install iodine-server
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install iodine-server.
Install iodine-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 iodine-server
using dnf
by running the following command:
sudo dnf -y install iodine-server
Install iodine-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 iodine-server
using yum
by running the following command:
sudo yum -y install iodine-server
How To Uninstall iodine-server on Fedora 36
To uninstall only the iodine-server
package we can use the following command:
sudo dnf remove iodine-server
iodine-server Package Contents on Fedora 36
/etc/logrotate.d/iodine-server
/etc/sysconfig/iodine-server
/usr/lib/.build-id
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/82e26df6f469d2ea45866c7e00822a453a7a15
/usr/lib/systemd/system/iodine-server.service
/usr/sbin/iodined
/usr/share/man/man8/iodined.8.gz
References
Summary
In this tutorial we learn how to install iodine-server
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).