Debian系统安装常用命令


1、sudo命令


先检查sudo命令可行性

dpkg -l|grep sudo

切换到root用户

su - root

安装sudo命令

apt-get install sudo

安装wget命令

sudo apt install wget

2、安装curl


升级系统

 sudo apt update && sudo apt upgrade

执行安装

sudo apt install curl


3、安装unzip


执行安装

apt-get install unzip


分类: 标签: Linux 系统

评论

全部评论

暂无目录