How to Install and Uninstall thin Package on Kali Linux

Last updated: April 27,2024

1. Install "thin" package

Please follow the guidance below to install thin on Kali Linux

$ sudo apt update $ sudo apt install thin

2. Uninstall "thin" package

Please follow the steps below to uninstall thin on Kali Linux:

$ sudo apt remove thin $ sudo apt autoclean && sudo apt autoremove

3. Information about the thin package on Kali Linux

Package: thin
Version: 1.8.1-2
Installed-Size: 239
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: ruby, ruby-rack (>= 1), ruby-rack (<< 3), ruby-eventmachine (>= 1.0.4), ruby-daemons (>= 1.0.9), libc6 (>= 2.2.5), libruby3.1 (>= 3.1.2), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Size: 60568
SHA256: 73da828820b82eedcc5f5c1470cab4bef7b932275e0dbfee7817706d104b22d0
SHA1: fe50c242ad8c626c6c42a141a2db972eadc09b06
MD5sum: b54268af622b291781066d378f9d0ed2
Description: fast and very simple Ruby web server
Thin is a Ruby web server that glues together 3 of the best Ruby
libraries in web history:
* the Mongrel parser, the root of Mongrel's speed and security
* Event Machine, a network I/O library with extremely high
scalability, performance and stability
* Rack, a minimal interface between webservers and Ruby frameworks
.
Which makes it, with all humility, the most secure, stable, fast and
extensible Ruby web server bundled in an easy to use package for your own
pleasure.
Description-md5:
Homepage: https://github.com/macournoyer/thin
Tag: role::metapackage, role::program, web::server
Section: web
Priority: optional
Filename: pool/main/t/thin/thin_1.8.1-2_amd64.deb