How to Install afio in Ubuntu 18.04



Install afio by entering the following commands in the terminal:

sudo apt update
sudo apt install afio

Description:

archive file manipulation program

Afio manipulates groups of files, copying them within or between filesystems and an afio archive. . Afio archives are portable as they contain only ASCII-formatted header information. Afio makes cpio-format archives. Afio deals somewhat gracefully with input data corruption. Afio supports multi-volume archives during interactive operation. Afio can make compressed archives that are much safer than compressed tar or cpio archives. . Afio is best used as an `archive engine' in a backup script.

Homepage: https://github.com/kholtman/afio

Version: 2.5.1.20160103+gitc8e4317-1

Section: multiverse/utils