How To Install qftp on Fedora 36

In this tutorial we learn how to install qftp in Fedora 36. qftp is Simple ftp client application

Introduction

In this tutorial we learn how to install qftp on Fedora 36.

What is qftp

Command line driven ftp file transfer program using ftplib.

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

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

sudo dnf -y install qftp

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

sudo yum -y install qftp

How To Uninstall qftp on Fedora 36

To uninstall only the qftp package we can use the following command:

sudo dnf remove qftp

qftp Package Contents on Fedora 36

/usr/bin/ftpdir
/usr/bin/ftpget
/usr/bin/ftplist
/usr/bin/ftprm
/usr/bin/ftpsend
/usr/bin/qftp
/usr/lib/.build-id
/usr/lib/.build-id/73
/usr/lib/.build-id/73/ae65c59598b3b7a1215a4999e1a90260bf116d
/usr/share/doc/qftp
/usr/share/doc/qftp/README.qftp

References

Summary

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