How to Install and Uninstall ftpgrab Package on Kali Linux

Last updated: May 19,2024

1. Install "ftpgrab" package

Please follow the guidance below to install ftpgrab on Kali Linux

$ sudo apt update $ sudo apt install ftpgrab

2. Uninstall "ftpgrab" package

Please follow the step by step instructions below to uninstall ftpgrab on Kali Linux:

$ sudo apt remove ftpgrab $ sudo apt autoclean && sudo apt autoremove

3. Information about the ftpgrab package on Kali Linux

Package: ftpgrab
Version: 0.1.5-7
Installed-Size: 109
Maintainer: Christian T. Steigies
Architecture: amd64
Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Size: 39676
SHA256: a6a6ca8407d863b3076b506ecf7072d3d95c4a5f8eaa6dd0dbef35c3dd6fde14
SHA1: badc01f6cad7ae87624611e53d6ca7e224433161
MD5sum: 7883926ef7a18fd19ca3e8a5e503fd56
Description: file mirroring utility
ftpgrab is a utility for maintaining FTP mirrors. In fact not unlike the
"Mirror" perl program. However ftpgrab is oriented towards the smaller
site which doesn't have the resources to mirror entire version trees of
software.
.
The primary "plus point" of ftpgrab is that it can base download decisions
by parsing version numbers out of filenames. For example, ftpgrab will
recognize that the file "linux-2.2.2.tar.gz" is newer than
"linux-2.2.1.tar.gz" based on the version string. It will then download
the new version and delete the old one when it is done, thus saving you
mirroring 10 kernel versions all at >10Mb each.
Description-md5:
Tag: interface::commandline, network::client, protocol::ftp, role::program,
use::synchronizing, works-with::file
Section: net
Priority: optional
Filename: pool/main/f/ftpgrab/ftpgrab_0.1.5-7_amd64.deb