cpio-filter
module for manipulations of cpio archives
Install
- All systems
-
curl cmd.cat/cpio-filter.sh
- Debian
-
apt-get install libarchive-cpio-perl
- Ubuntu
-
apt-get install libarchive-cpio-perl
- Arch Linux
-
pacman -S perl-archive-cpio
- Kali Linux
-
apt-get install libarchive-cpio-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libarchive-cpio-perl
- Dockerfile
- dockerfile.run/cpio-filter
libarchive-cpio-perl
module for manipulations of cpio archives
Archive::Cpio provides a few functions to read and write cpio files. It allows one to read and write cpio files, to list, add, and remove elements, and to manipulate them on the fly.