How to Install and Uninstall git-ftp Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "git-ftp" package

Please follow the guidance below to install git-ftp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install git-ftp

2. Uninstall "git-ftp" package

Please follow the guidelines below to uninstall git-ftp on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove git-ftp $ sudo apt autoclean && sudo apt autoremove

3. Information about the git-ftp package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: git-ftp
Priority: optional
Section: universe/vcs
Installed-Size: 80
Maintainer: Ubuntu Developers
Original-Maintainer: Dmitry Smirnov
Architecture: all
Version: 1.0.2-1
Depends: bash (>= 4.2), curl, git-core
Filename: pool/universe/g/git-ftp/git-ftp_1.0.2-1_all.deb
Size: 15734
MD5sum: 34b31a0facde86f0b7663126e7d2fe72
SHA1: fe1f666a8074ee158f2ec5bbb89d1863e8d0cb9b
SHA256: 7b12fe824497cbd6bb78e35b96192dce5a9cc04fa13337c21d07395747bc35cd
Description-en: Git powered FTP client written as shell script
git-ftp is a shell script for uploading Git tracked files to a FTP server. By
default, it uploads only those files which have changed since the last upload.
This saves time and bandwidth. It can even work with different branches.
See manpage for more options.
Description-md5: 867456da420db6ff0d35b8a0f38b9d3b
Enhances: git
Homepage: http://github.com/git-ftp/git-ftp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu