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

Last updated: June 26,2024

1. Install "rubygem-pathutil.noarch" package

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

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

2. Uninstall "rubygem-pathutil.noarch" package

This is a short guide on how to uninstall rubygem-pathutil.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:44:29 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rubygem-pathutil
Version : 0.14.0
Release : 10.fc34
Architecture : noarch
Size : 18 k
Source : rubygem-pathutil-0.14.0-10.fc34.src.rpm
Repository : fedora
Summary : Faster pure Ruby implementation of Pathname with extra bits
URL : https://github.com/envygeeks/pathutil
License : MIT
Description : Pathutil tries to be a faster pure Ruby implementation of Pathname.
: It arose out of a need to fix basic problems with Pathname, such as
: susceptibility to join overrides, need for automatic encoding, and
: normalization (for stuff like Jekyll) and the ability to do other
: safe-style operations in an encapsulated format, like copying files
: and folders with symbolic links but only if they originate from the
: given root.