How To Install owfs-mon on Fedora 36
Introduction
In this tutorial we learn how to install owfs-mon
on Fedora 36.
What is owfs-mon
owfs-mon is a graphical monitor of owserver’s status
We can use yum
or dnf
to install owfs-mon
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install owfs-mon.
Install owfs-mon 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 owfs-mon
using dnf
by running the following command:
sudo dnf -y install owfs-mon
Install owfs-mon 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 owfs-mon
using yum
by running the following command:
sudo yum -y install owfs-mon
How To Uninstall owfs-mon on Fedora 36
To uninstall only the owfs-mon
package we can use the following command:
sudo dnf remove owfs-mon
owfs-mon Package Contents on Fedora 36
/usr/bin/owmon
/usr/share/doc/owfs-mon
/usr/share/doc/owfs-mon/COPYING
/usr/share/man/man1/owmon.1.gz
References
Summary
In this tutorial we learn how to install owfs-mon
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).