When you remaster a knoppix CD, at the "add and remove package" stage, is there an easy way to remove all language file except the one you want to keep ?
Printable View
When you remaster a knoppix CD, at the "add and remove package" stage, is there an easy way to remove all language file except the one you want to keep ?
well, if you can boot to the new knoppix on your harddrive instead of chrooting, there is something that i saw when working with planet ccrma that you can get that is a graphical program, but from what i've found it's easier just through text...
The KDE i18n fonts can be removed to free up about 130 megs or so.
apt-get remove kde-i18n-*
- Ambrose
Try too
sudo apt-get install localeconf (to define your lang choose)
sudo apt-get install localepurge (to clean all other languages)
sudo dpkg-reconfigure locales