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

Last updated: June 03,2024

1. Install "rubygem-pathutil.noarch" package

This guide let you learn how to install rubygem-pathutil.noarch on Fedora 38

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

2. Uninstall "rubygem-pathutil.noarch" package

Here is a brief guide to show you how to uninstall rubygem-pathutil.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:39:28 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : rubygem-pathutil
Version : 0.14.0
Release : 14.fc38
Architecture : noarch
Size : 18 k
Source : rubygem-pathutil-0.14.0-14.fc38.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.