How To Install ncftp on Fedora 36

In this tutorial we learn how to install ncftp in Fedora 36. ncftp is Improved console FTP client

Introduction

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

What is ncftp

Ncftp is an improved FTP client. Ncftp’s improvements include support for command line editing, command histories, recursive gets, automatic anonymous logins, and more.

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

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

sudo dnf -y install ncftp

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

sudo yum -y install ncftp

How To Uninstall ncftp on Fedora 36

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

sudo dnf remove ncftp

ncftp Package Contents on Fedora 36

/usr/bin/ncftp
/usr/bin/ncftpbatch
/usr/bin/ncftpbookmarks
/usr/bin/ncftpget
/usr/bin/ncftpls
/usr/bin/ncftpput
/usr/bin/ncftpspooler
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/5d998ced76c5ff419bd5bdbc45ff6769981bc7
/usr/lib/.build-id/16
/usr/lib/.build-id/16/965d9bf23676e6352798d75f48b71dab5c38e9
/usr/lib/.build-id/16/965d9bf23676e6352798d75f48b71dab5c38e9.1
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/f7ca2665ef5d200844b7d783d7cc0c60210014
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/967731af48040a3ba712d7965c7e1b347abfb5
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/34cb1d9e0c43d07354ba17a2f3ff5281390731
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/95d2590440dbc6394772767515a8ea72ddc15d
/usr/share/doc/ncftp
/usr/share/doc/ncftp/CHANGELOG.txt
/usr/share/doc/ncftp/FIREWALLS_AND_PROXIES.txt
/usr/share/doc/ncftp/LICENSE.txt
/usr/share/doc/ncftp/READLINE.txt
/usr/share/doc/ncftp/README.txt
/usr/share/doc/ncftp/html
/usr/share/doc/ncftp/html/index.html
/usr/share/doc/ncftp/html/ncftp.html
/usr/share/doc/ncftp/html/ncftpbatch.html
/usr/share/doc/ncftp/html/ncftpget.html
/usr/share/doc/ncftp/html/ncftpls.html
/usr/share/doc/ncftp/html/ncftpput.html
/usr/share/doc/ncftp/html/ncftpspooler.html
/usr/share/doc/ncftp/what_changed_between_v2_v3.txt
/usr/share/man/man1/ncftp.1.gz
/usr/share/man/man1/ncftpbatch.1.gz
/usr/share/man/man1/ncftpget.1.gz
/usr/share/man/man1/ncftpls.1.gz
/usr/share/man/man1/ncftpput.1.gz
/usr/share/man/man1/ncftpspooler.1.gz

References

Summary

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