The cpio package contains tools for archiving.
Download (HTTP): http://ftp.gnu.org/pub/gnu/cpio/cpio-2.5.tar.gz
Download (FTP): ftp://ftp.gnu.org/pub/gnu/cpio/cpio-2.5.tar.gz
Download size: 188 KB
Estimated Disk space required: 1 MB
Estimated build time: 0.06 SBU
Install cpio by running the following commands:
./configure --prefix=/usr --libexecdir=/tmp/cpio \
--bindir=/bin &&
make &&
make install &&
rm -rf /tmp/cpio
--libexec=/tmp/cpio: This command installs rmt to /tmp/cpio so that it can be removed. The rmt executable is already installed by the tar package in LFS.
--bindir=/bin: This command installs cpio to /bin instead of /usr/bin as per FHS guidelines.
The cpio package contains cpio and mt.