In this tutorial, I will be showing the installation process of an auto clicker called Max Auto Clicker on Manjaro and Arch Linux (from AUR packages). Tested and fully working on Manjaro (KDE, Xfce, and Gnome desktops).
Installation Guide
Step #1
Open a new Terminal window and type the following command line to update packages database:
sudo pacman -Sy
Step #2
Type the following command line and hit enter:
git clone https://aur.archlinux.org/maxautoclicker.git
Step #3
Enter the following two commands to install it:
cd maxautoclicker
Then:
makepkg -si
When it ask you to process with installation hit the keyboard key (y).
Is done, the Max Auto Clicker installed successfully on Manjaro Linux.
You may also read:
Top comments (0)