How To Install git-ftp on Fedora 36

In this tutorial we learn how to install git-ftp in Fedora 36. git-ftp is Git powered FTP client written as shell script

Introduction

In this tutorial we learn how to install git-ftp on Fedora 36.

What is git-ftp

A shell script for pushing git tracked changed files to a remote host by FTP

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

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

sudo dnf -y install git-ftp

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

sudo yum -y install git-ftp

How To Uninstall git-ftp on Fedora 36

To uninstall only the git-ftp package we can use the following command:

sudo dnf remove git-ftp

git-ftp Package Contents on Fedora 36

/usr/bin/git-ftp
/usr/share/doc/git-ftp
/usr/share/doc/git-ftp/AUTHORS
/usr/share/doc/git-ftp/CHANGELOG.md
/usr/share/doc/git-ftp/LICENSE
/usr/share/doc/git-ftp/README.md
/usr/share/man/man1/git-ftp.1.gz

References

Summary

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