bsdtar
transitional dummy package for moving bsdtar to libarchive-tools
Install
- All systems
-
curl cmd.cat/bsdtar.sh
- Debian
-
apt-get install bsdtar
- Ubuntu
-
apt-get install bsdtar
- Arch Linux
-
pacman -S bsdtar
- Kali Linux
-
apt-get install bsdtar
- CentOS
-
yum install bsdtar
- Fedora
-
dnf install bsdtar
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install bsdtar
- OS X
-
brew install bsdtar
- Raspbian
-
apt-get install bsdtar
- Dockerfile
- dockerfile.run/bsdtar
bsdtar
transitional dummy package for moving bsdtar to libarchive-tools
The bsdtar program is the default system 'tar' program used on FreeBSD. bsdtar uses the libarchive library as a backend which does all of the work for reading and writing archives in various formats. This is a transitional package for the migration of the bsdtar tool to the libarchive-tools package.
libarchive-tools
FreeBSD implementations of 'tar' and 'cpio' and other archive tools
This package contains several command-line tools based on the libarchive library. The bsdtar program is the default system 'tar' program used on FreeBSD. bsdtar uses the libarchive library as a backend which does all of the work for reading and writing archives in various formats. The bsdcpio program is the default system 'cpio' program used on FreeBSD. bsdcpio uses the libarchive library as a backend which does all of the work for reading and writing archives in various formats. The bsdcat program reads archived data from files or from its standard input and uses the libarchive library to decompresses it to its standard output. It may be used for viewing the contents of archives or for passing it to other tools for further processing.
libarchive
Libarchive is a programming library that can create and read
several different streaming archive formats, including most popular tar variants, several cpio formats, and both BSD and GNU ar variants. It can also write shar archives and read ISO9660 CDROM images and ZIP archives.