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

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

mate-screenshot: command not found

by Deepika

“mate-screenshot” is a graphical tool used in the MATE desktop environment for taking screenshots. It allows users to capture screenshots of the entire screen, a specific window, or a selected region.

The tool provides options for taking screenshots, including a delay timer, the ability to grab the mouse cursor, and the ability to hide the window border. The screenshots can be saved in various image formats such as PNG, JPEG, and TIFF.

Using mate-screenshot, users can quickly and easily capture screenshots without the need for external tools or complex command line options. This can be useful for capturing images for documentation, tutorials, bug reports, or any other situation where a screenshot is needed.

If you encounter the below error while running the command mate-screenshot:

mate-screenshot: command not found

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

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

mate-screenshot Command Examples

1. Create a fullscreen screenshot:

# mate-screenshot

2. Create an active window screenshot:

# mate-screenshot --window

3. Create a specific area screenshot:

# mate-screenshot --area

4. Create a screenshot interactively:

# mate-screenshot --interactive

5. Create a screenshot without borders:

# mate-screenshot --window --remove-border

6. Create a screenshot with a specific effect:

# mate-screenshot --effect=shadow|border|none

7. Create a screenshot with a specific delay in seconds:

# mate-screenshot --delay=5

Filed Under: Linux

Some more articles you might also be interested in …

  1. What are Symbolic Links (Soft Links) and how to create them under Linux
  2. column: Format standard input or a file into multiple columns
  3. CentOS / RHEL 6,7 : How to disable or delete virbr0 interface
  4. calcurse Command Examples in Linux
  5. add-apt-repository Command Examples
  6. tee Command Examples in Linux
  7. cradle: The Cradle PHP framework (Command Examples)
  8. brightnessctl Command Examples in Linux
  9. auracle Command Examples
  10. sar: command not found

You May Also Like

Primary Sidebar

Recent Posts

  • “glab pipeline” Command Examples
  • “glab mr” Command Examples
  • “glab mr merge” Command Examples
  • “glab mr” Command Examples

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright