How To Install scpio on Fedora 36
Introduction
In this tutorial we learn how to install scpio
on Fedora 36.
What is scpio
The scpio utility, depending on the options used file, extracts files from an archive file, lists files from an archive file or copies files from one directory tree to another.
We can use yum
or dnf
to install scpio
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install scpio.
Install scpio on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install scpio
using dnf
by running the following command:
sudo dnf -y install scpio
Install scpio on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install scpio
using yum
by running the following command:
sudo yum -y install scpio
How To Uninstall scpio on Fedora 36
To uninstall only the scpio
package we can use the following command:
sudo dnf remove scpio
scpio Package Contents on Fedora 36
/usr/bin/scpio
/usr/lib/.build-id
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/d6e3bda81e76673bb60ef195c378838068772e
/usr/share/doc/star
/usr/share/doc/star/CDDL.Schily.txt
/usr/share/doc/star/COPYING
/usr/share/man/man1/scpio.1.gz
References
Summary
In this tutorial we learn how to install scpio
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).