I tried changing my source.list file to include the debian packages along with the raspbian ones and I screwed everything up. I put it back to normal but i still can't get packages from any repo and the console just says something like "no entry version for package".
help
Re: HELP WITH APT SOURCE>LIST
Hi! To help me diagnose your issue, please post the output of
This will attempt to, and hopefully succeed in refreshing your source list. If not, it will lead us closer to the problem.
If that command succeeds, post the output of
This will verify that the package lists are valid and can be searched. (The packages that show up are not important, by the way, in this case)
Code: Select all
sudo apt-get update
If that command succeeds, post the output of
Code: Select all
apt-cache search e
{sig} Setup: Original version Raspberry Pi (B, rev1, 256MB), Dell 2001FP monitor (1600x1200), 8GB Class 4 SD Card with Raspbian and XBMC, DD-WRT wireless bridge
Re: HELP WITH APT SOURCE>LIST
The output "E: The method driver /usr/lib/apt/methods/hhtp could not be found."JeremyF wrote:Hi! To help me diagnose your issue, please post the output ofThis will attempt to, and hopefully succeed in refreshing your source list. If not, it will lead us closer to the problem.Code: Select all
sudo apt-get update
If that command succeeds, post the output of
This will verify that the package lists are valid and can be searched. (The packages that show up are not important, by the way, in this case)Code: Select all
apt-cache search e
thanks for the speedy reply and willingness to help.
Re: HELP WITH APT SOURCE>LIST
It looks like you've got a typo in your sources.list. it should read "http", not "hhtp".AddicusT wrote:The output "E: The method driver /usr/lib/apt/methods/hhtp could not be found."
Could you check, correct if needed and try again please.
Re: HELP WITH APT SOURCE>LIST
did not work at all. I have no idea what I did to f it up so bad but it is useless right now because I can't get stuff like open box. or lynx.rpdom wrote:It looks like you've got a typo in your sources.list. it should read "http", not "hhtp".AddicusT wrote:The output "E: The method driver /usr/lib/apt/methods/hhtp could not be found."
Could you check, correct if needed and try again please.
thanks for trying to help
apt-cache search e works but a can not install any packages.
sudo apt-get update says things about failing to fetch http://archive.raspbian.org.debian/dist ... /InRelease
and could not resolve archive.raspbian.orrg
Re: HELP WITH APT SOURCE>LIST
That is because the server name is archive.raspbian.org, no ".debian" on the end. Raspbian is not part of Debian, it is a seperate system built exactly the same way as the Debian system, using the same code, but specifically for the Raspberry Pi.sudo apt-get update says things about failing to fetch http://archive.raspbian.org.debian/dist ... /InRelease
Could you show us the full content of your sources.list file, then we can check it and correct it f needed.