Huion Tablet
Search for your model
Select Linux > Older Version
On the Download selection, right-click > copy the Download link for the one ending in tar.xz
Open your terminal and navigate to where you want to download the file to. This needs to be where you have permission to download files to. (e.g. /home/
Type the following, replacing URL with the link you copied from the website and press enter/return
wget URL
After downloading the archive file, extract it using the following command, replacing VERSION with the filename that was downloaded. NOTE: You can use the tab key for autocomplete.
tar xvf HuionTablet_LinuxDriver_VERSION.tar.xz
After the archive has been extracted, run the install.sh script as sudo
sudo ./install.sh
A prompt to reboot will appear, a reboot is required in order for the installation to take effect.