How to Install and Uninstall libnet-sftp-sftpserver-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libnet-sftp-sftpserver-perl" package

Please follow the instructions below to install libnet-sftp-sftpserver-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libnet-sftp-sftpserver-perl

2. Uninstall "libnet-sftp-sftpserver-perl" package

In this section, we are going to explain the necessary steps to uninstall libnet-sftp-sftpserver-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libnet-sftp-sftpserver-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnet-sftp-sftpserver-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libnet-sftp-sftpserver-perl
Priority: optional
Section: universe/perl
Installed-Size: 112
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.1.0-4
Depends: perl, libstat-lsmode-perl
Suggests: libbsd-resource-perl
Filename: pool/universe/libn/libnet-sftp-sftpserver-perl/libnet-sftp-sftpserver-perl_1.1.0-4_all.deb
Size: 27952
MD5sum: 6b48ef64c200012a1228eb2f4fe06186
SHA1: b968ee1fe2c531f8ef710adac43b6d978aefe447
SHA256: 5ba5c011ab211a11000b3f0ef9c894bad91e677a27356187f13eda804292ad06
Description-en: Secure File Transfer Protocol Server
Net::SFTP::SftpServer is a Perl port of sftp-server from OpenSSH
providing access control on a per user and per command basis with
improved logging via syslog.
.
The limitations compared with the OpenSSH implementation are as follows:
.
- Only files and directories are dealt with - other inode types are not
returned on readdir.
- A virtual chroot is performed - / (rootfs) is treated as the users home
directory from the client perspective and all file access to / will
be in //. The is defined on object
initialisation, it is not obtained from /etc/passwd.
- All symlinked files or directories can be hidden and made inaccessible on
request. Symlink returns "permission denied" then, readlink returns "file
does not exist".
- Setting of stats (set_stat or set_fstat) is disabled - the client will
receive permission denied.
- Permissions for files and dirs are defaulted - the defaults are set on
object initialisation.
Description-md5: e1dc7183924203c540b413868f2ef723
Homepage: https://metacpan.org/release/Net-SFTP-SftpServer
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu