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

Last updated: May 18,2024

1. Install "rubygem-puma.x86_64" package

This guide let you learn how to install rubygem-puma.x86_64 on Fedora 36

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

2. Uninstall "rubygem-puma.x86_64" package

Please follow the instructions below to uninstall rubygem-puma.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 1:36:40 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rubygem-puma
Version : 5.5.2
Release : 3.fc36
Architecture : x86_64
Size : 95 k
Source : rubygem-puma-5.5.2-3.fc36.src.rpm
Repository : updates
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.