How to Install Screensy on MXLinux
Screensy is a powerful and lightweight screenshot tool that is compatible with several Linux distributions, including MXLinux. MXLinux is a popular and user-friendly distribution that is perfect for both beginners and experienced users. In this tutorial, we will guide you through the process of installing Screensy on MXLinux.
Prerequisites
Before we proceed with the installation process, it is essential to ensure that your system satisfies the following prerequisites:
- MXLinux installed and updated to the latest version
- A stable and reliable internet connection
- Basic knowledge of Linux commands
Installation Steps
Open the terminal by pressing
CTRL+ALT+T.Run the following command to update the package list:
sudo apt-get updateInstall the necessary dependencies by running the following command:
sudo apt-get install -y libqt5svg5-dev libkf5windowmanagerutils-dev libxcb-util-dev libxcb-icccm4-dev libxcb-image0-dev libxcb-randr0-dev libxcb-xinerama0-dev build-essential cmake gitChange your current working directory to your preferred location by running the
cdcommand. For example:cd /home/user/DesktopThis will navigate you to the Desktop directory.
Clone the Screensy repository by running the following command:
git clone https://github.com/screensy/screensy.gitChange your current working directory to the Screensy directory by running the following command:
cd screensyCreate a
builddirectory by running the following command:mkdir buildChange your current working directory to the
builddirectory by running the following command:cd buildBuild the project by running the
cmakecommand followed by themakecommand:cmake .. makeThis will take a few minutes to build the project.
Install Screensy by running the following command:
sudo make install
Usage
Once you have installed Screensy on MXLinux, you can launch it by typing screensy in the terminal or by using the application launcher. From there, you can take screenshots of the entire screen, a specific window, or a custom area.
Conclusion
Screensy is an excellent screenshot tool that is lightweight, easy to use, and compatible with several Linux distributions, including MXLinux. With this tutorial, you now know how to install Screensy on MXLinux and take the perfect screenshot whenever needed.