Debian命令备份

作者: Enbrain 2007-07-16 16:41:14
base-config

dpkg-reconfig locales

添加fonts:copy .ttf file to /usr/share/fonts/truetype/ttf-bitstream-vera

dpkg -l | more

in particular, do this:

dpkg -l | grep make

if make is not listed, then do this:

apt-get update
apt-get install make

相关资讯