How to Install and Uninstall servefile Package on Kali Linux

Last updated: May 20,2024

1. Install "servefile" package

Please follow the guidance below to install servefile on Kali Linux

$ sudo apt update $ sudo apt install servefile

2. Uninstall "servefile" package

In this section, we are going to explain the necessary steps to uninstall servefile on Kali Linux:

$ sudo apt remove servefile $ sudo apt autoclean && sudo apt autoremove

3. Information about the servefile package on Kali Linux

Package: servefile
Version: 0.5.4-3
Installed-Size: 78
Maintainer: Sebastian Lohff
Architecture: all
Depends: python3-openssl, python3:any
Recommends: python-openssl, iproute2 | net-tools | freebsd-net-tools
Size: 20104
SHA256: b1d28fb54786c1eddda726a249c70c47804b616e627014eede3edcf57a86e2f1
SHA1: e383a561568557934257cc153d2b0f4cb993c7c7
MD5sum: 949527b1c9ffe4c76a63e5d74a643ff5
Description: serve or receive files from shell via a small HTTP server
servefile is a small HTTP-server intended for temporary file transfer mostly
in the local network. By default the server redirects all HTTP requests to a
file given as first argument, so only IP and port must be given to another
user to access it.
.
servefile is also able to list directories, generate SSL certificates for
HTTPS on-the-fly, do HTTP basic auth and provide a platform for uploads
via either a HTML formular or a simple POST/PUT.
.
Note that this HTTP-server's purpose is not production grade static file
serving or running as a daemon.
Description-md5:
Homepage: https://github.com/sebageek/servefile
Section: net
Priority: optional
Filename: pool/main/s/servefile/servefile_0.5.4-3_all.deb