DEV Community

alexif57
alexif57

Posted on • Edited on

6

Auto Clicker Installation on Ubuntu Linux

In this tutorial I will be explaining the installation of Max Auto Clicker on Ubuntu, Linux Mint, and all Debian-based Linux distributions.

Auto Clicker Ubuntu Linux

Installation Guide

Step #1

Install the required libraries (dependencies) with this command line:

sudo apt update
Enter fullscreen mode Exit fullscreen mode

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

Enter fullscreen mode Exit fullscreen mode

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
Enter fullscreen mode Exit fullscreen mode

Step #3

Install the Max Auto Clicker software with this command line:

sudo dpkg -i maxautoclicker_1.5_amd64.deb

Enter fullscreen mode Exit fullscreen mode

For Ubuntu 22 Gnome users only, execute these lines to disable Wayland.

sudo nano /etc/gdm3/custom.conf

Enter fullscreen mode Exit fullscreen mode

And add this option after [daemon] section line or remove the # character from the line that contain it:

WaylandEnable=false

Enter fullscreen mode Exit fullscreen mode

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
Enter fullscreen mode Exit fullscreen mode

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more

Top comments (0)

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

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more