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

Last updated: June 29,2024

1. Install "rubygem-cookiejar.noarch" package

Please follow the steps below to install rubygem-cookiejar.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install rubygem-cookiejar.noarch

2. Uninstall "rubygem-cookiejar.noarch" package

This guide let you learn how to uninstall rubygem-cookiejar.noarch on Fedora 34:

$ sudo dnf remove rubygem-cookiejar.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:31:41 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-cookiejar
Version : 0.3.3
Release : 4.fc34
Architecture : noarch
Size : 19 k
Source : rubygem-cookiejar-0.3.3-4.fc34.src.rpm
Repository : fedora
Summary : Parsing and returning cookies in Ruby
URL : https://github.com/dwaite/cookiejar
License : BSD
Description : The Ruby CookieJar is a library to help manage client-side cookies in pure
: Ruby. It enables parsing and setting of cookie headers, alternating between
: multiple 'jars' of cookies at one time (such as having a set of cookies for
: each browser or thread), and supports persistence of the cookies in a JSON
: string.