LinuxCommandLibrary

engrampa

Manage and create archive files

TLDR

Start Engrampa

$ engrampa
copy

Open specific archives
$ engrampa [path/to/archive1.tar path/to/archive2.tar ...]
copy

Archive specific files and/or directories recursively
$ engrampa --add-to=[path/to/compressed.tar] [path/to/file_or_directory1 path/to/file_or_directory2 ...]
copy

Extract files and/or directories from archives to a specific path
$ engrampa --extract-to=[path/to/directory] [path/to/archive1.tar path/to/archive2.tar ...]
copy

SYNOPSIS

engrampa [options] [archive files...]

PARAMETERS

--add
    Add files to an existing archive.

--extract
    Extract the specified archive(s).

--extract-to=
    Extract the specified archive(s) to the specified directory.

--help
    Show help options.

--version
    Show program version.

--password=
    Use specified password to open encrypted archive.

DESCRIPTION

Engrampa is an archive manager for the MATE desktop environment, but it can be used on other desktop environments as well. It allows you to create, extract, modify, and view various archive formats.

Engrampa supports a wide range of archive formats including: 7z, arj, bz2, cab, chm, cpio, deb, dmg, iso, jar, lha, lzh, lzma, rar, rpm, tar, tbz2, tgz, zip, zoo, and single gzip files.

It offers a graphical user interface to easily manage archive files, allowing users to browse the contents of archives, extract specific files or the entire archive, create new archives from files and folders, and modify existing archives by adding or removing files. The program supports password-protected archives and allows users to set compression levels. It integrates seamlessly with the MATE desktop and supports drag-and-drop functionality.

SUPPORTED FORMATS

Engrampa relies on external command-line tools for supporting various archive formats. Make sure the respective tools (e.g., `rar`, `p7zip`, `unzip`) are installed on your system.

GUI OPERATION

When invoked without command-line arguments, Engrampa opens its graphical interface. From there, users can browse files, create new archives, and open existing ones.

HISTORY

Engrampa is the default archive manager for the MATE Desktop Environment. It is a fork of File Roller which was previously the default archive manager of the GNOME desktop environment before being replaced. Engrampa inherited functionality and broad format support from File Roller.

Engrampa's development focuses on providing a simple and intuitive GUI for handling archive files within MATE.

SEE ALSO

tar(1), gzip(1), zip(1), unzip(1), 7z(1), rar(1), unrar(1)

Copied to clipboard