How to Install and Uninstall which.src Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "which.src" package

Learn how to install which.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install which.src

2. Uninstall "which.src" package

Learn how to uninstall which.src on Oracle Linux 9:

$ sudo dnf remove which.src $ sudo dnf autoremove

3. Information about the which.src package on Oracle Linux 9

Last metadata expiration check: 3:43:31 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : which
Version : 2.21
Release : 29.el9
Architecture : src
Size : 165 k
Source : None
Repository : ol9_baseos_latest
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.