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

Last updated: October 07,2024

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

Please follow the step by step instructions below to install rubygem-http-cookie.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 4:10:15 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-http-cookie
Version : 1.0.4
Release : 1.fc34
Architecture : noarch
Size : 30 k
Source : rubygem-http-cookie-1.0.4-1.fc34.src.rpm
Repository : updates
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.