How to Install and Uninstall git-ftp Package on Kali Linux

Last updated: April 29,2024

1. Install "git-ftp" package

Please follow the step by step instructions below to install git-ftp on Kali Linux

$ sudo apt update $ sudo apt install git-ftp

2. Uninstall "git-ftp" package

Please follow the guidance below to uninstall git-ftp on Kali Linux:

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

3. Information about the git-ftp package on Kali Linux

Package: git-ftp
Version: 1.6.0+dfsg-1
Installed-Size: 79
Maintainer: Dmitry Smirnov
Architecture: all
Depends: bash (>= 4.2), curl, git-core
Enhances: git
Size: 29048
SHA256: ee2e2c078bfea7bfc589acb74bd514329e3ad26acaaa1de75e76ba7fffa63b45
SHA1: 0364ae42bdfcb99d59c258472118c43d8100b0de
MD5sum: 756110088902251f20969dfdbed0d83f
Description: 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:
Homepage: https://github.com/git-ftp/git-ftp
Section: vcs
Priority: optional
Filename: pool/main/g/git-ftp/git-ftp_1.6.0+dfsg-1_all.deb