How to Install and Uninstall thin Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 27,2024

1. Install "thin" package

Please follow the step by step instructions below to install thin on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install thin

2. Uninstall "thin" package

Learn how to uninstall thin on Ubuntu 21.10 (Impish Indri):

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

3. Information about the thin package on Ubuntu 21.10 (Impish Indri)

Package: thin
Architecture: amd64
Version: 1.8.0-1ubuntu1
Priority: optional
Section: universe/web
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 242
Depends: ruby (>= 1:2.7~0), ruby-rack (>= 1), ruby-rack (<< 3), ruby-eventmachine (>= 1.0.4), ruby-daemons (>= 1.0.9), libc6 (>= 2.2.5), libruby2.7 (>= 2.7.0), ruby (<< 1:2.8~)
Filename: pool/universe/t/thin/thin_1.8.0-1ubuntu1_amd64.deb
Size: 54548
MD5sum: 3f5606040467ef93bca4905585d9d991
SHA1: 808f6203616c42dbf94b7ed609dac41541f8396d
SHA256: 5f3d5e5b679917dc27db1ff7993d8593de9deba414c5805725af6254e142e791
SHA512: 887ac0c0096e78baf91d91f564925c369ae7d20db5cd88be6047847ecf5c25d3b890e80b624c587c1b9e621c6504b222f81cfc32d621f314f354057aba0e9252
Homepage: https://github.com/macournoyer/thin
Description-en: 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: 8309d3e838caed8b87e6560e8951d182
Ruby-Versions: ruby2.7