How to Install and Uninstall libnet-sftp-sftpserver-perl Package on Kali Linux

Last updated: May 21,2024

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

This tutorial shows how to install libnet-sftp-sftpserver-perl on Kali Linux

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

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

Please follow the steps below to uninstall libnet-sftp-sftpserver-perl on Kali Linux:

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

3. Information about the libnet-sftp-sftpserver-perl package on Kali Linux

Package: libnet-sftp-sftpserver-perl
Version: 1.1.0-7
Installed-Size: 112
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libstat-lsmode-perl, perl
Suggests: libbsd-resource-perl
Size: 27744
SHA256: a14b246686612d6c8695587ca1204d0f5fa24c53dcce4c40be6a3fa2e2b02d71
SHA1: 45e0df2bb9b21575ea7ac8eb2cde37dd4810ee58
MD5sum: e46f93ea8fa6634302f2b235e40b8aa8
Description: 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.
.
This version of the Net::SFTP::SftpServer Perl module currently
implements SSH File Transfer Protocol version 3.
.
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:
Homepage: https://metacpan.org/release/Net-SFTP-SftpServer
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libn/libnet-sftp-sftpserver-perl/libnet-sftp-sftpserver-perl_1.1.0-7_all.deb