SGC
May 29th, 2005, 07:37 PM
Both Kubuntu and Ubuntu came with a few Asian fonts that occupid about 86mb of hard disk space, here is away to remove them:
Open the terminal and copy and paste the following commands:
*** If you want to do it in one step, see the last command ***
Removing chinese fonts (33.4mb):
sudo apt-get remove ttf-arphic-gkai00mp ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-bkai00mp
Removing Korean fonts (28.7mb):
sudo apt-get remove ttf-baekmuk
Removing Japanese fonts (17.2mb):
sudo apt-get remove ttf-kochi-mincho ttf-kochi-gothic
Removing Malayalm fonts (242 kb):
sudo apt-get remove ttf-malayalam-fonts
Removing Indian fonts (1417 kb):
sudo apt-get remove ttf-indic-fonts
Removing Arabic fonts (5465 kb):
sudo apt-get remove ttf-arabeyes
If you want to do it in one step:
sudo apt-get remove ttf-arphic-gkai00mp ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-bkai00mp ttf-kochi-mincho ttf-kochi-gothic ttf-malayalam-fonts ttf-indic-fonts ttf-baekmuk ttf-arabeyes
If you think there are more fonts or local specifc packages that most people will not need, please post them here.
Open the terminal and copy and paste the following commands:
*** If you want to do it in one step, see the last command ***
Removing chinese fonts (33.4mb):
sudo apt-get remove ttf-arphic-gkai00mp ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-bkai00mp
Removing Korean fonts (28.7mb):
sudo apt-get remove ttf-baekmuk
Removing Japanese fonts (17.2mb):
sudo apt-get remove ttf-kochi-mincho ttf-kochi-gothic
Removing Malayalm fonts (242 kb):
sudo apt-get remove ttf-malayalam-fonts
Removing Indian fonts (1417 kb):
sudo apt-get remove ttf-indic-fonts
Removing Arabic fonts (5465 kb):
sudo apt-get remove ttf-arabeyes
If you want to do it in one step:
sudo apt-get remove ttf-arphic-gkai00mp ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-bkai00mp ttf-kochi-mincho ttf-kochi-gothic ttf-malayalam-fonts ttf-indic-fonts ttf-baekmuk ttf-arabeyes
If you think there are more fonts or local specifc packages that most people will not need, please post them here.