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

Last updated: October 05,2024

1. Install "rubygem-puma.x86_64" package

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

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

2. Uninstall "rubygem-puma.x86_64" package

This is a short guide on how to uninstall rubygem-puma.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:06:36 ago on Tue Sep 6 14:10:38 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.