PDA

View Full Version : Knoppix to debian



WarDead
06-16-2004, 03:29 PM
i have installed knoppix on my HD and now i want to do the apt-get thing but every time i do apt-get update everything is german is there anyway to fix that???
i just want it in english

PatricioPino
06-16-2004, 04:33 PM
Hello, I'm a very very new Linux user, and I do the apt-get update instruction in root session and the same happend to me. Reading a mini How-to about apt I do this:
( I you allready have netselect don't do this )
1.- Edit the sorce.list archive in /etc/apt
2.- Add the followings lines in the Stable section
deb http://ftp.us.debian.org/debian stable main contrib non-free
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free.
3.- apt-get install netselect
( I you allready have netselect follow on this point )
4.- apt-get netselect-apt stable

This procedure create a new sorce.list file with the best servers for run apt-get en update your sistem. The new sorce.list file is created in the actual directori, so you must move it into the /atc/apt directory for replace the actual file with all thats sources in german.
Then you must run apt-get update for refresh your sorce list.

In my case works, hope this help you.
Bye
(sorry by my english)

Gozar
06-16-2004, 10:47 PM
i have installed knoppix on my HD and now i want to do the apt-get thing but every time i do apt-get update everything is german is there anyway to fix that???
i just want it in english

Yes
edit the file /etc/lilo.conf

Near the buttom, there are, for eatch kernel a line like this


append="ramdisk_size=100000 lang=dk apm=power-off hda=scsi hdb=scsi hdc


edit the lang= option to en for eatch kernels that are listet in /etc/lilo.conf

Then run lilo, to update your boot sector.
At next reboot you should have english.

a quick solusion, but non permant is


export LANGUAGE=en

ttait
06-22-2004, 11:06 PM
Did you get the English or German CD? I installed the English version to my HD and apt-get is all in English.

Tim

mzilikazi
06-23-2004, 05:47 PM
Try this:

dpkg-reconfigure console-common
install-keymap us
apt-get update && apt-get install localepurge