How to Install and Uninstall cpio.src Package on Oracle Linux 9
Last updated: November 14,2024
1. Install "cpio.src" package
Please follow the steps below to install cpio.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
cpio.src
Copied
2. Uninstall "cpio.src" package
Please follow the steps below to uninstall cpio.src on Oracle Linux 9:
$
sudo dnf remove
cpio.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the cpio.src package on Oracle Linux 9
Last metadata expiration check: 1:49:56 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : cpio
Version : 2.13
Release : 16.el9
Architecture : src
Size : 1.3 M
Source : None
Repository : ol9_baseos_latest
Summary : A GNU archiving program
URL : https://www.gnu.org/software/cpio/
License : GPLv3+
Description : GNU cpio copies files into or out of a cpio or tar archive. Archives
: are files which contain a collection of other files plus information
: about them, such as their file name, owner, timestamps, and access
: permissions. The archive can be another file on the disk, a magnetic
: tape, or a pipe. GNU cpio supports the following archive formats: binary,
: old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar and POSIX.1
: tar. By default, cpio creates binary format archives, so that they are
: compatible with older cpio programs. When it is extracting files from
: archives, cpio automatically recognizes which kind of archive it is reading
: and can read archives created on machines with a different byte-order.
:
: Install cpio if you need a program to manage file archives.
Available Packages
Name : cpio
Version : 2.13
Release : 16.el9
Architecture : src
Size : 1.3 M
Source : None
Repository : ol9_baseos_latest
Summary : A GNU archiving program
URL : https://www.gnu.org/software/cpio/
License : GPLv3+
Description : GNU cpio copies files into or out of a cpio or tar archive. Archives
: are files which contain a collection of other files plus information
: about them, such as their file name, owner, timestamps, and access
: permissions. The archive can be another file on the disk, a magnetic
: tape, or a pipe. GNU cpio supports the following archive formats: binary,
: old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar and POSIX.1
: tar. By default, cpio creates binary format archives, so that they are
: compatible with older cpio programs. When it is extracting files from
: archives, cpio automatically recognizes which kind of archive it is reading
: and can read archives created on machines with a different byte-order.
:
: Install cpio if you need a program to manage file archives.