LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

arc

Create and extract ARC format archives

TLDR

Create archive
$ arc a [archive.arc] [files]
copy
Extract archive
$ arc x [archive.arc]
copy
List archive contents
$ arc l [archive.arc]
copy
Test archive integrity
$ arc t [archive.arc]
copy

SYNOPSIS

arc command [archive] [files]

DESCRIPTION

arc creates and manipulates archives in the ARC format, which was widely popular in the MS-DOS era during the 1980s. It supports creating new archives, extracting files, listing contents, and testing archive integrity.The tool handles various compression methods used in historical ARC files, including Squeeze, Crunch, and LZW variants. It is primarily used today for accessing legacy archive files rather than creating new ones, as modern formats like zip and tar.gz offer significantly better compression and features.

PARAMETERS

a

Add files to archive
x
Extract files
e
Extract to current directory
l
List contents
t
Test archive
d
Delete files from archive
p
Print file contents
v
View with details

INSTALL

sudo apt install arc
copy
sudo dnf install arc
copy
yay -S arc
copy
sudo zypper install arc
copy

CAVEATS

The ARC format is obsolete; use modern formats like zip or tar.gz for new archives. Limited compression compared to modern algorithms. Mainly for legacy compatibility.

HISTORY

The ARC format was created by System Enhancement Associates in 1985 and was one of the first popular file compression formats for personal computers.

SEE ALSO

unzip(1), tar(1), gzip(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid