Debian apt-get not working
I’m facing this when I fresh install Debian 7.
No matter what I trying to install, it doesn’t works.
Keep showing E: Unable to locate package …
1 | root@debian:~# apt-get install git |
Then I found the solution. Edit the source list
1 | vi /etc/apt/sources.list |
to this content
1 | deb http://ftp.at.debian.org/debian wheezy main contrib |
Then run
1 | # apt-get update |
Now can install other packages
References: