How To Install kio-ftps on Fedora 36

In this tutorial we learn how to install kio-ftps in Fedora 36. kio-ftps is An ftps KIO slave for KDE

Introduction

In this tutorial we learn how to install kio-ftps on Fedora 36.

What is kio-ftps

An ftps KIO slave for KDE, based on rfc4217. It should work yet with most server implementations.

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

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

sudo dnf -y install kio-ftps

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

sudo yum -y install kio-ftps

How To Uninstall kio-ftps on Fedora 36

To uninstall only the kio-ftps package we can use the following command:

sudo dnf remove kio-ftps

kio-ftps Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/5b46c9fd6c536a855583e38008fc0e4521973c
/usr/lib64/kde4/kio_ftps.so
/usr/share/doc/kio-ftps
/usr/share/doc/kio-ftps/LICENSE.txt
/usr/share/doc/kio-ftps/README
/usr/share/doc/kio-ftps/rfc4217.txt
/usr/share/kde4/services/ftps.protocol

References

Summary

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