How to Install and Uninstall rubygem-http-cookie.noarch Package on Fedora 38

Last updated: September 21,2024

1. Install "rubygem-http-cookie.noarch" package

This guide covers the steps necessary to install rubygem-http-cookie.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install rubygem-http-cookie.noarch

2. Uninstall "rubygem-http-cookie.noarch" package

Learn how to uninstall rubygem-http-cookie.noarch on Fedora 38:

$ sudo dnf remove rubygem-http-cookie.noarch $ sudo dnf autoremove

3. Information about the rubygem-http-cookie.noarch package on Fedora 38

Last metadata expiration check: 0:37:48 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : rubygem-http-cookie
Version : 1.0.5
Release : 3.fc38
Architecture : noarch
Size : 31 k
Source : rubygem-http-cookie-1.0.5-3.fc38.src.rpm
Repository : fedora
Summary : Ruby library to handle HTTP Cookies based on RFC 6265
URL : https://github.com/sparklemotion/http-cookie
License : MIT
Description : HTTP::Cookie is a Ruby library to handle HTTP Cookies based on RFC 6265. It
: has with security, standards compliance and compatibility in mind, to behave
: just the same as today's major web browsers. It has builtin support for the
: legacy cookies.txt and the latest cookies.sqlite formats of Mozilla Firefox,
: and its modular API makes it easy to add support for a new backend store.