DEV Community

alexif57
alexif57

Posted on • Updated on

Auto Clicker Installation on Manjaro and Arch Linux

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

Auto Clicker Installation on Manjaro and Arch Linux

Installation Guide

Step #1

Open a new Terminal window and type the following command line to update packages database:

sudo pacman -Sy
Enter fullscreen mode Exit fullscreen mode

Step #2

Type the following command line and hit enter:

git clone https://aur.archlinux.org/maxautoclicker.git
Enter fullscreen mode Exit fullscreen mode

Step #3

Enter the following two commands to install it:

cd maxautoclicker
Enter fullscreen mode Exit fullscreen mode

Then:

makepkg -si
Enter fullscreen mode Exit fullscreen mode

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:

Oldest comments (0)

The discussion has been locked. New comments can't be added.