In this tutorial I will be explaining the installation of Max Auto Clicker on Ubuntu, Linux Mint, and all Debian-based Linux distributions.
Installation Guide
Step #1
Install the required libraries (dependencies) with this command line:
sudo apt update
Then:
sudo apt install libc6 libgtk2.0-0 libx11-6 libgdk-pixbuf2.0-0 libglib2.0-0 libglib2.0-dev libpango-1.0-0 libcairo2 libatk1.0-0 libxtst6
Step #2
Download the deb package with this command line:
wget https://sourceforge.net/projects/maxautoclicker/files/maxautoclicker_1.5_amd64.deb/download -O maxautoclicker_1.5_amd64.deb
Step #3
Install the Max Auto Clicker software with this command line:
sudo dpkg -i maxautoclicker_1.5_amd64.deb
For Ubuntu 22 Gnome users only, execute these lines to disable Wayland.
sudo nano /etc/gdm3/custom.conf
And add this option after [daemon] section line or remove the # character from the line that contain it:
WaylandEnable=false
Press CTRL+S (to save changes) and CTRL+X (to exit).
Then restart your Gnome Display Manager (GDM) with this command:
sudo systemctl restart gdm3
Top comments (0)