I would like to install the gpointing-device-settings package which I found on the Launchpad website
I tried:
apt-get install gpointing-device-settingsbut 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-settingsand got
Error: must run as priviledged userCan anyone point me in the right direction please as I seem to have got my brain into a loop...
02 Answers
as it saying you need to do the procedure as root user. simple add sudo. In Ubuntu to install anything you must be a root user.
I mean
sudo add-apt-repository ppa:gpointing-device-settings
sudo apt-get update
sudo apt-get install gpointing-device-settingsthen you will have it installed .
13There is a rather undocumented command in the Synaptics touch pad driver:
synclient TouchpadOff=0/1.Set it to '1' to disable the touch pad. To make it persistent, add a startup program with this command (in Ubuntu or Debian). Neat, isn't it?There is a rather undocumented command in the Synaptics touch pad driver:
synclient TouchpadOff=0/1.Set it to '1' to disable the touch pad. To make it persistent, add a startup program with this command (in Ubuntu or Debian). Neat, isn't it?
credits:firdavis on url :-