Okay, without discussing much of the technicalities behind this hack, I shall give you the steps to go ahead and get photon+ working on your machines. Step 1: Insert Photo+ onto your USB slot Step 2: Check for the product and vendor id using lsusb and keep a note # lsusb Bus 006 Device 007: […]
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