sudo apt install net-tools
su root
sudo passwd
uname -a
比如我要下载git
apt-get update # 先执行这条命令更新 apt-get install git # 下载