How to Install and Uninstall rubygem-puma.x86_64 Package on Fedora 35

Last updated: September 22,2024

1. Install "rubygem-puma.x86_64" package

Please follow the guidance below to install rubygem-puma.x86_64 on Fedora 35

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

2. Uninstall "rubygem-puma.x86_64" package

Please follow the guidance below to uninstall rubygem-puma.x86_64 on Fedora 35:

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

3. Information about the rubygem-puma.x86_64 package on Fedora 35

Last metadata expiration check: 0:03:35 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rubygem-puma
Version : 4.3.6
Release : 2.fc34
Architecture : x86_64
Size : 87 k
Source : rubygem-puma-4.3.6-2.fc34.src.rpm
Repository : fedora
Summary : A simple, fast, threaded, and highly concurrent HTTP 1.1 server
URL : http://puma.io
License : BSD
Description : Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for
: Ruby/Rack applications. Puma is intended for use in both development and
: production environments. It's great for highly concurrent Ruby implementations
: such as Rubinius and JRuby as well as as providing process worker support to
: support CRuby well.