How to Install and Uninstall php-net-ftp Package on Kali Linux

Last updated: May 15,2024

1. Install "php-net-ftp" package

Here is a brief guide to show you how to install php-net-ftp on Kali Linux

$ sudo apt update $ sudo apt install php-net-ftp

2. Uninstall "php-net-ftp" package

This guide let you learn how to uninstall php-net-ftp on Kali Linux:

$ sudo apt remove php-net-ftp $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-net-ftp package on Kali Linux

Package: php-net-ftp
Version: 1:1.4.0-2.1
Installed-Size: 159
Maintainer: Debian PHP PEAR Maintainers
Architecture: all
Depends: php-common
Size: 37036
SHA256: 9c999f95b45e3d8714cd6a0db6de3bca673008a6d50b83fe98bf3f2782f831b1
SHA1: 14950b745c45948880c9a35d69f2cf79d7990a0b
MD5sum: 65c6f7ab584b8fbdaa2c38ad51c52d74
Description: Net_FTP provides an OO interface to the PHP FTP functions plus some additions
Net_FTP allows you to communicate with FTP servers in a more comfortable way
than the native FTP functions of PHP do. The class implements everything
natively
supported by PHP and additionally features like recursive up- and downloading,
dircreation and chmodding. It also implements an observer pattern to allow
for example the view of a progress bar.
Description-md5:
Homepage: http://pear.php.net/package/Net_FTP/
Tag: devel::lang:php, implemented-in::php, protocol::ftp, role::program,
role::shared-lib
Section: php
Priority: optional
Filename: pool/main/p/php-net-ftp/php-net-ftp_1.4.0-2.1_all.deb