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

Last updated: October 05,2024

1. Install "shtool.noarch" package

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

$ sudo dnf update $ sudo dnf install shtool.noarch

2. Uninstall "shtool.noarch" package

This guide let you learn how to uninstall shtool.noarch on Fedora 34:

$ sudo dnf remove shtool.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:30:14 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : shtool
Version : 2.0.8
Release : 26.fc34
Architecture : noarch
Size : 144 k
Source : shtool-2.0.8-26.fc34.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.