How to Install and Uninstall stow.noarch Package on CentOS Stream 8

Last updated: June 02,2024

1. Install "stow.noarch" package

This guide covers the steps necessary to install stow.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install stow.noarch

2. Uninstall "stow.noarch" package

Please follow the steps below to uninstall stow.noarch on CentOS Stream 8:

$ sudo dnf remove stow.noarch $ sudo dnf autoremove

3. Information about the stow.noarch package on CentOS Stream 8

Last metadata expiration check: 2:31:47 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : stow
Version : 2.3.1
Release : 1.el8
Architecture : noarch
Size : 112 k
Source : stow-2.3.1-1.el8.src.rpm
Repository : epel
Summary : Manage the installation of software packages from source
URL : https://www.gnu.org/software/stow/stow.html
License : GPLv3+
Description : GNU Stow is a program for managing the installation of software packages,
: keeping them separate (/usr/local/stow/emacs vs. /usr/local/stow/perl, for
: example) while making them appear to be installed in the same place
: (/usr/local). Software to ease the keeping track of software built from
: source, making it easy to install, delete, move etc.