I'm trying to install Wacom Tablet Drivers on Ubuntu 18.04, Code:
sudo add-apt-repository ppa:doctormo/wacom-plus
However, I keep getting the error:
E: The repository 'http://ppa.launchpad.net/doctormo/wacom-plus/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details`
I have tried --allow-unauthenticated
But it doesn't work. I also have deleted the Docker repository, as Raffa said in comments. Still no dice. Does anyone know any fixes? Thanks!
--allow-insecure-repositories
option to youradd-apt-repository
, please. – fboaventura Apr 22 '20 at 05:18