Debian系统安装常用命令

1、sudo命令

先检查sudo命令可行性

dpkg -l|grep sudo

切换到root用户

su - root

安装sudo命令

apt-get install sudo

安装wget命令

sudo apt install wget