How to Install and Uninstall shtool.noarch Package on Fedora 39

Last updated: October 13,2024

1. Install "shtool.noarch" package

This guide covers the steps necessary to install shtool.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install shtool.noarch

2. Uninstall "shtool.noarch" package

In this section, we are going to explain the necessary steps to uninstall shtool.noarch on Fedora 39:

$ sudo dnf remove shtool.noarch $ sudo dnf autoremove

3. Information about the shtool.noarch package on Fedora 39

Last metadata expiration check: 2:40:11 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : shtool
Version : 2.0.8
Release : 31.fc39
Architecture : noarch
Size : 133 k
Source : shtool-2.0.8-31.fc39.src.rpm
Repository : fedora
Summary : A portable shell tool
URL : http://www.gnu.org/software/shtool/
License : GPLv2+
Description : GNU shtool is a compilation of small but very stable and portable
: shell scripts into a single shell tool. All ingredients were in
: successful use over many years in various free software projects.
: The compiled shtool program is intended to be used inside the source
: tree of other free software packages. There it can overtake various
: (usually non-portable) tasks related to the building and installation
: of such a package. It especially can replace the old mkdir.sh,
: install.sh and related scripts.