How to Install and Uninstall rubygem-thin.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "rubygem-thin.x86_64" package

In this section, we are going to explain the necessary steps to install rubygem-thin.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install rubygem-thin.x86_64

2. Uninstall "rubygem-thin.x86_64" package

Please follow the steps below to uninstall rubygem-thin.x86_64 on Fedora 34:

$ sudo dnf remove rubygem-thin.x86_64 $ sudo dnf autoremove

3. Information about the rubygem-thin.x86_64 package on Fedora 34

Last metadata expiration check: 0:36:12 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rubygem-thin
Version : 1.8.0
Release : 1.fc34
Architecture : x86_64
Size : 52 k
Source : rubygem-thin-1.8.0-1.fc34.src.rpm
Repository : fedora
Summary : A thin and fast web server
URL : https://github.com/macournoyer/thin
License : (GPLv2+ or Ruby) and BSD and MIT
Description : Thin is a Ruby web server that glues together three of the best Ruby
: libraries in web history.
: The Mongrel parser, the root of Mongrel speed and security,
: Event Machine, a network I/O library with extremely high scalability and
: Rack, a minimal interface between webservers and Ruby frameworks.