How To Install owfs-ftpd on Fedora 36

In this tutorial we learn how to install owfs-ftpd in Fedora 36. owfs-ftpd is FTP daemon providing access to 1-Wire networks

Introduction

In this tutorial we learn how to install owfs-ftpd on Fedora 36.

What is owfs-ftpd

owfs-ftpd is a FTP daemon on top of owfs providing access to 1-Wire networks.

We can use yum or dnf to install owfs-ftpd on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install owfs-ftpd.

Install owfs-ftpd 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-ftpd using dnf by running the following command:

sudo dnf -y install owfs-ftpd

Install owfs-ftpd 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-ftpd using yum by running the following command:

sudo yum -y install owfs-ftpd

How To Uninstall owfs-ftpd on Fedora 36

To uninstall only the owfs-ftpd package we can use the following command:

sudo dnf remove owfs-ftpd

owfs-ftpd Package Contents on Fedora 36

/usr/bin/owftpd
/usr/lib/.build-id
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/804c8b4eb8fd15f134a4998758eec6694d2828
/usr/lib/systemd/system/owftpd.service
/usr/share/man/man1/owftpd.1.gz

References

Summary

In this tutorial we learn how to install owfs-ftpd on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).