Making Wacom bamboo CTH-460 work on Ubuntu was bit tricky but it works. Thanks to all threads on Ubuntu forums. Here is what I did to get it working. 1. Get the needed libraries before compiling wacom device drivers. Run the following command in console. sudo apt-get install build-essential libxrandr-dev xserver-xorg-dev tk8.4-dev tcl8.4-dev libncurses5-dev libx11-dev […]
Fix a “E: The method driver /usr/lib/apt/methods/http could not be found.” error
Following is an error encountered on Ubuntu 12.04 LTS $ sudo apt-get update E: The method driver /usr/lib/apt/methods/http could not be found. This can be easily fixed by installing apt-transport-https as follows. sudo apt-get install apt-transport-https



