How to Install and Uninstall thin Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 28,2024

1. Install "thin" package

Learn how to install thin on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install thin

2. Uninstall "thin" package

This guide covers the steps necessary to uninstall thin on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the thin package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: thin
Priority: optional
Section: universe/web
Installed-Size: 191
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: amd64
Version: 1.6.3-2build4
Replaces: thin1.8 (<< 1.3.1-1)
Provides: thin1.8
Depends: libc6 (>= 2.2.5), libruby2.3 (>= 2.3.0~preview2), ruby (>= 1:2.3~0), ruby-rack (>= 1.0.0) | ruby-rack1.4, ruby-eventmachine (>= 0.12.10), ruby-daemons (>= 1.0.9)
Breaks: thin1.8 (<< 1.3.1-1)
Filename: pool/universe/t/thin/thin_1.6.3-2build4_amd64.deb
Size: 44030
MD5sum: 8b61b11f813f79bd6aa6bd3cc07706a5
SHA1: 41a332ec919f1c2d20de7d955d2719f4af811562
SHA256: 1c1b9f24728cd05bf6f465bd01535b0dce38ca772ffc8946aeef5a9335ee897f
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
Homepage: http://code.macournoyer.com/thin/
Ruby-Versions: ruby2.3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu