• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

engrampa: command not found

by Deepika

engrampa is a graphical archive manager for the MATE desktop environment. It is a fork of file-roller, an archive manager for the GNOME desktop environment. Engrampa allows users to create and extract archive files in various formats, such as .zip, .tar, .tar.gz, and .rar, among others.

The main window of engrampa is divided into three panes: the navigation pane on the left, the file list pane in the middle, and the preview pane on the right. Users can navigate through their file system and select the files and folders they wish to archive. Users can also extract archive files, view the contents of an archive, and create new archive files.

If you encounter the below error while running the command engrampa:

engrampa: command not found

you may try installing the below package as per your choice of distribution:

Distribution Command
Debian apt-get install engrampa
Ubuntu apt-get install engrampa
Alpine apk add engrampa
Arch Linux pacman -S engrampa
Kali Linux apt-get install engrampa
Fedora dnf install engrampa
Raspbian apt-get install engrampa

engrampa Command Examples

1. Start engrampa:

# engrampa

2. Open specific archives:

# engrampa path/to/archive1.tar path/to/archive2.tar ...

3. Archive specific files and/or directories recursively:

# engrampa --add-to=path/to/compressed.tar path/to/file_or_directory1 path/to/file_or_directory2 ...

4. 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 ...

Filed Under: Linux

Some more articles you might also be interested in …

  1. hwclock: command not found
  2. How to recover deleted Logical volume (LV) in LVM using vgcfgrestore
  3. adig: command not found
  4. How to Enable Debug Mode for Chronyd Service in CentOS/RHEL 8
  5. reboot Command Examples in Linux
  6. a2dismod Command Examples in Linux
  7. How to allow only specific non-root user(s) to use crontab
  8. srun: command not found
  9. Nginx load balancing
  10. How to Enable Remote Desktop to Share the Current Desktop Session in CentOS/RHEL 7

You May Also Like

Primary Sidebar

Recent Posts

  • batch: Execute commands at a later time when the system load levels permit
  • bat: Print and concatenate files
  • bastet: Clone of the game Tetris in the terminal
  • bashmarks: Save and jump to commonly used directories using 1 character commands

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright