Posts: 765
rust collector
Joined: 27 Dec 2011
#31
on the second line, you see the antix/daveserver repo, and it is set to stable.
If you want to change that to testing, do this:

Code: Select all

 sudo nano / etc/apt/sources.list.d/antix.list
enter your password
in that file, you will see several lines, most are commented out (has a # at the start of the line)
You need to add a # on the line that has stable in it, and remove the # on the line who says testing

After that, apt-get update again, then try to install the kernel
Posts: 325
male
Joined: 04 Nov 2011
#32
Wenn Du Dich mit NANO auskennst, kannst Du das so machen?