CentOS Linux 中「dnf update」與「yum update」指令的差異?

CentOS Linux 中「dnf update」與「yum update」指令的差異?

有誰知道 CentOS Linux 中以下指令有什麼差別?

dnf update
yum update

哪一個更適合與 Cron 一起使用作為自動作業系統更新?

提前致謝。

答案1

yumdnf在 CentOS 8 中yum被替換為。它唯一做的就是呼叫dnf.

[root@localhost ~]# ls -l /usr/bin/yum
lrwxrwxrwx. 1 root root 5 Jul 21 18:46 /usr/bin/yum -> dnf-3
[root@localhost ~]# file /usr/bin/yum
/usr/bin/yum: symbolic link to dnf-3

相關內容