Talk:Enabling Apt

From DSL Wiki

I found that after

  1. sudo dpkg-restore

the

  1. apt-get update

command wouldn't work. After fiddling about for a while I found that in the file

  1. sudo nano /etc/apt/sources.list

the first line was "deb http://archive.debian.org/debian-archive woody main contrib non-free" I changed it to "deb http://archive.debian.org/debian-archive/debian woody main contrib non-free" and everything works great now