Contents
Installed Programs:
rpm2cpio,
rpmextract (link to rpmextract.sh), and
rpmextract.sh
Installed Libraries:
None
Installed Directories:
None
The rpmextract package provides tools for
extracting .rpm files.
To download the rpmextract files with wget, run the following instructions:
mkdir rpmextract-1.0 &&
cd rpmextract-1.0 &&
for i in {rpm2cpio,rpmextract.sh}; do
echo $i | wget -i- -c \
-B https://gitlab.archlinux.org/archlinux/packaging/packages/rpmextract/-/raw/main/
done
Install rpmextract by executing the following
commands as the root user:
install -vDm755 rpm2cpio rpmextract.sh -t /usr/bin/ && ln -sfv rpmextract.sh /usr/bin/rpmextract