How to Install and Uninstall coreutils.src Package on Oracle Linux 8

Last updated: July 02,2024

1. Install "coreutils.src" package

In this section, we are going to explain the necessary steps to install coreutils.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install coreutils.src

2. Uninstall "coreutils.src" package

In this section, we are going to explain the necessary steps to uninstall coreutils.src on Oracle Linux 8:

$ sudo dnf remove coreutils.src $ sudo dnf autoremove

3. Information about the coreutils.src package on Oracle Linux 8

Last metadata expiration check: 6:39:49 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : coreutils
Version : 8.30
Release : 12.0.1.el8
Architecture : src
Size : 5.3 M
Source : None
Repository : ol8_baseos_latest
Summary : A set of basic GNU tools commonly used in shell scripts
URL : https://www.gnu.org/software/coreutils/
License : GPLv3+
Description : These are the GNU core utilities. This package is the combination of
: the old GNU fileutils, sh-utils, and textutils packages.