一般情况下不能,也不建议。
sudo apt update
sudo apt install 软件名
例如:
sudo apt install nginx
sudo apt install curl
| 系统 | 包管理 |
|---|---|
| Debian / Ubuntu | apt / apt-get |
| CentOS / RHEL / Rocky | yum / dnf |
| Arch | pacman |
| openSUSE | zypper |
✅ Debian 不能用 yum 安装软件
✅ 请用 apt
如果你是从 CentOS 转到 Debian,我可以帮你把常用 yum 命令对照成 apt 写法。