跳转至

Ubuntu常用软件安装

Bash
1
2
3
4
5
6
sudo apt update && sudo apt install -y \
  subversion git autoconf automake chrony dmidecode \
  gcc g++ iotop iptables linux-headers-generic kexec-tools \
  lrzsz make mariadb-server plocate mtr snmpd net-tools \
  nfs-common nmap ncat openssh-client python3-dev rpcbind \
  rsync screen sysstat tmux tree unzip vim wget iftop nmon

Rocky Linux 到 Ubuntu 的软件包对照表

Rocky Linux Ubuntu/Debian 说明
svn subversion SVN 版本控制
git git Git 版本控制
autoconf autoconf 自动配置工具
automake automake 自动构建工具
chrony chrony 时间同步
dmidecode dmidecode 硬件信息
gcc gcc C 编译器
gcc-c++ g++ C++ 编译器
iotop iotop IO 监控
iptables-services iptables 防火墙
kernel-devel linux-headers-generic 内核开发包
kexec-tools kexec-tools 快速重启
lrzsz lrzsz 串口传输
make make 构建工具
mariadb mariadb-server 数据库
mlocate plocate 文件定位
mtr mtr 网络诊断
net-snmp snmpd SNMP 服务
net-tools net-tools 网络工具
nfs-utils nfs-common NFS 客户端
nmap nmap 网络扫描
nmap-ncat ncat 网络工具
openssh-clients openssh-client SSH 客户端
python-devel python3-dev Python 开发包
rpcbind rpcbind RPC 服务
rsync rsync 同步工具
screen screen 终端复用
sysstat sysstat 系统监控
tmux tmux 终端复用
tree tree 目录树
unzip unzip 解压工具
vim-enhanced vim 编辑器
wget wget 下载工具
iftop iftop 流量监控
nmon nmon 性能监控