So, I tried uninstalling the LAMP stack I had following the Ubuntu documentation for it. I also manually removed dbconfig-common.
Now, I'm unable to run apt-get update. When I do, I get the error message:
E: The method driver /usr/lib/apt/methods/htp could not be found.
After some digging, I've discovered that I no longer even have an /etc/apt/sources.list
file.
Also, I've received an error, when trying to run:
sudo tasksel install lamp-server
That aptitude can not be found.
Does anyone have an idea of what I can do? I'm not able to find any documentation online that works - all the documentation out there is dated and no longer (or will not) work with 13.04.
I followed this link previously prior to posting my question and it did not work for me:
How do I fix a "E: The method driver /usr/lib/apt/methods/http could not be found." error?
When I run
cd /usr/lib/apt/methods
and then runls
and it shows that http and https are files that exist within that directory. Not sure why the script that is run when updating looks for the driver in/methods/htp
/usr/lib/apt/methods/htp cannot be found
is the error it is telling you? It should be http and not htp, but hopefuly that's a typo. – Jorge Castro Oct 23 '13 at 22:00