How to Install and Uninstall rubygem-rack-cache.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "rubygem-rack-cache.noarch" package

Here is a brief guide to show you how to install rubygem-rack-cache.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install rubygem-rack-cache.noarch

2. Uninstall "rubygem-rack-cache.noarch" package

Please follow the guidelines below to uninstall rubygem-rack-cache.noarch on Fedora 34:

$ sudo dnf remove rubygem-rack-cache.noarch $ sudo dnf autoremove

3. Information about the rubygem-rack-cache.noarch package on Fedora 34

Last metadata expiration check: 1:14:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-rack-cache
Version : 1.6.1
Release : 10.fc34
Architecture : noarch
Size : 28 k
Source : rubygem-rack-cache-1.6.1-10.fc34.src.rpm
Repository : fedora
Summary : HTTP Caching for Rack
URL : https://github.com/rtomayko/rack-cache
License : MIT
Description : Rack::Cache is suitable as a quick drop-in component to enable HTTP caching
: for Rack-based applications that produce freshness (Expires, Cache-Control)
: and/or validation (Last-Modified, ETag) information.