How to Install Pachno on Manjaro
Pachno is a screenshot tool for Linux that allows you to take screenshots of your entire desktop, a specific window, or a selection of your screen. In this tutorial, we will show you how to install Pachno on Manjaro.
Install Dependencies
Before installing Pachno, we need to make sure that all the required dependencies are installed. Open the terminal and run the following command:
sudo pacman -S python python-gobject python-setuptools python-pillow python-cairo python-packaging python-dbus python-gi python-xlib
Enter your password when prompted to complete the installation.
Download Pachno
Next, we need to download the Pachno package. Go to the Pachno website and download the .tar.gz package for Linux.
Extract the Package
After downloading the package, navigate to the Downloads folder and extract the package using the following command:
tar -xvf pachno_v0.1.1_linux.tar.gz
Install Pachno
To install Pachno, navigate to the extracted folder and run the following command:
cd pachno_v0.1.1_linux
sudo python setup.py install
Enter your password when prompted and wait for the installation to complete.
Launch Pachno
Once the installation is complete, you can launch Pachno by running the following command:
pachno
This will launch the Pachno application, and you can start taking screenshots of your desktop, specific windows, or a selection of your screen.
Congratulations, you have successfully installed Pachno on Manjaro!