Debian系统
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
版权申明
本文系作者 @Scciwe 原创发布在Debian系统 - 斯凯维斯。未经许可,禁止转载。
评论
文章目录
暂无目录
全部评论