
























2026-04-17 17:48 xiashengwang 阅读(22) 评论() 收藏 举报
| 家族 | 代表发行版 | 包管理工具 | 特点 |
|---|---|---|---|
| Red Hat | RHEL, CentOS, Rocky, AlmaLinux | yum/dnf |
稳定,服务器首选 |
| Debian | Debian, Ubuntu, Linux Mint | apt |
易用,社区活跃,桌面/服务器 |
| Arch | Arch Linux, Manjaro | pacman |
滚动更新,高度定制 |
CentOS 是 RHEL(Red Hat Enterprise Linux)的免费克隆版,二进制兼容。
CentOS 8 已于 2021 年底停止维护,推荐使用 CentOS 7 或迁移到 Rocky Linux / AlmaLinux。
学习 CentOS 可以无缝过渡到 RHEL 生态。
ssh root@你的服务器IP
# 输入密码
cat /etc/redhat-release
# 输出例如:CentOS Linux release 7.9.2009 (Core)
cat /etc/os-release
# 更详细的信息
hostnamectl
# 显示主机名、系统版本、内核等
# CentOS 安装软件
sudo yum install -y tree # CentOS 7
# 或者 dnf install -y tree # CentOS 8+
# Ubuntu 中(仅了解不用执行)
# sudo apt install tree
yum 或 dnf 需 root 或 sudo此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。