I would like to install the gpointing-device-settings package which I found on the Launchpad website https://launchpad.net/ubuntu/+source/gpointing-device-settings
I tried:
apt-get install gpointing-device-settings
but I get the following reply:
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
I also tried
add-apt-repository ppa:gpointing-device-settings
and got
Error: must run as priviledged user
Can anyone point me in the right direction please as I seem to have got my brain into a loop...
sudo dpkg -i herefilename.deb
– Raja G May 14 '13 at 00:22sudo apt-get install gpointing-device-settings
. That will do the job. – Raja G May 14 '13 at 04:44libgpds-dbg
andgsynaptics
installed. – Raja G May 14 '13 at 06:12Package gpointing-device-settings is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
. – AlikElzin-kilaka Jul 21 '16 at 15:25