How To Install proftpd-utils on Rocky Linux 8

In this tutorial we learn how to install proftpd-utils on Rocky Linux 8. proftpd-utils is ProFTPD - Additional utilities

Introduction

In this tutorial we learn how to install proftpd-utils on Rocky Linux 8.

What is proftpd-utils

This package contains additional utilities for monitoring and configuring the ProFTPD server * ftpasswd * ftpcount * ftpmail * ftpquota * ftptop * ftpwho

We can use yum or dnf to install proftpd-utils on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install proftpd-utils.

Install proftpd-utils on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install proftpd-utils using dnf by running the following command:

sudo dnf -y install proftpd-utils

Install proftpd-utils on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install proftpd-utils using yum by running the following command:

sudo yum -y install proftpd-utils

How To Uninstall proftpd-utils on Rocky Linux 8

To uninstall only the proftpd-utils package we can use the following command:

sudo dnf remove proftpd-utils

proftpd-utils Package Contents on Rocky Linux 8

/usr/bin/ftpasswd
/usr/bin/ftpcount
/usr/bin/ftpmail
/usr/bin/ftpquota
/usr/bin/ftptop
/usr/bin/ftpwho
/usr/lib/.build-id
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/f9af1ec6c8a1d7c8e2848f27c35e3e528a39f0
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/4873062f339d96c7343fa89fbf1eafd51bbdb1
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/80947f85c5bf0fa0824caea67e93c602714970
/usr/share/doc/proftpd-utils
/usr/share/doc/proftpd-utils/xferstats.holger-preiss
/usr/share/man/man1/ftpasswd.1.gz
/usr/share/man/man1/ftpcount.1.gz
/usr/share/man/man1/ftpmail.1.gz
/usr/share/man/man1/ftpquota.1.gz
/usr/share/man/man1/ftptop.1.gz
/usr/share/man/man1/ftpwho.1.gz

References

Summary

In this tutorial we learn how to install proftpd-utils on Rocky Linux 8 using yum and dnf.