How to Install and Uninstall tnftp Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "tnftp" package

In this section, we are going to explain the necessary steps to install tnftp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install tnftp

2. Uninstall "tnftp" package

In this section, we are going to explain the necessary steps to uninstall tnftp on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove tnftp $ sudo apt autoclean && sudo apt autoremove

3. Information about the tnftp package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: tnftp
Priority: optional
Section: universe/net
Installed-Size: 336
Maintainer: Ubuntu Developers
Original-Maintainer: Anibal Monsalve Salazar
Architecture: amd64
Version: 20130505-3build1
Replaces: lukemftp
Depends: libc6 (>= 2.15), libssl1.0.0 (>= 1.0.0), libtinfo5 (>= 6)
Conflicts: lukemftp
Filename: pool/universe/t/tnftp/tnftp_20130505-3build1_amd64.deb
Size: 142332
MD5sum: 88f38900d6ec716e8debb8bd780effe9
SHA1: d417b82bff8ff69f719fed21079a4feff68194db
SHA256: 50c7ab5af3463f15b952e81ceaf5a735b3a14eee8f02dc13c200a4e5b139cd8b
Description-en: enhanced ftp client
tnftp is what many users affectionately call the enhanced ftp
client in NetBSD (http://www.netbsd.org).
.
This package is a `port' of the NetBSD ftp client to other systems.
.
The enhancements over the standard ftp client in 4.4BSD include:
* command-line editing within ftp
* command-line fetching of URLS, including support for:
- http proxies (c.f: $http_proxy, $ftp_proxy)
- authentication
* context sensitive command and filename completion
* dynamic progress bar
* IPv6 support (from the WIDE project)
* modification time preservation
* paging of local and remote files, and of directory listings
(c.f: `lpage', `page', `pdir')
* passive mode support, with fallback to active mode
* `set option' override of ftp environment variables
* TIS Firewall Toolkit gate ftp proxy support (c.f: `gate')
* transfer-rate throttling (c.f: `-T', `rate')
Description-md5: 1fd59b4fc4c14b40448f44fa1a25a8fd
Homepage: http://en.wikipedia.org/wiki/Tnftp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu