本文是个人最小化安装debian之后,构建基本的基础软件包:
- 安装gcc/gmake等基本编译工具
- 安装git版本管理
- 安装pyton/ruby等工具
apt-get install tmux wget bzip2 sysstat unzip nfs-common ssh \
mlocate dnsutils git gcc g++ make sudo curl flex autoconf automake python ruby
对于在Android上部署Linux,由于是采用chroot方式运行,所以无法运行
nfs
服务,就不要安装nfs-common
软件包(相应也不安装rpcbind
软件包)