How to Install and Uninstall which.x86_64 Package on CentOS Stream 8

Last updated: May 04,2024

1. Install "which.x86_64" package

This is a short guide on how to install which.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install which.x86_64

2. Uninstall "which.x86_64" package

This guide covers the steps necessary to uninstall which.x86_64 on CentOS Stream 8:

$ sudo dnf remove which.x86_64 $ sudo dnf autoremove

3. Information about the which.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:27:41 ago on Sun Feb 25 03:03:59 2024.
Installed Packages
Name : which
Version : 2.21
Release : 20.el8
Architecture : x86_64
Size : 81 k
Source : which-2.21-20.el8.src.rpm
Repository : @System
From repo : baseos
Summary : Displays where a particular program in your path is located
URL : https://savannah.gnu.org/projects/which/
License : GPLv3
Description : The which command shows the full pathname of a specified program, if
: the specified program is in your PATH.