ubuntu 常用命令

138 阅读1分钟
  • 安装
sudo apt install 软件名
  • 卸载软件
sudo apt remove 软件名
  • 更新可用软件包列表
sudo apt update
  • 更新已安装的包
sudo apt upgrade
ifconfig