Sudo apt-get update
Ubuntuですべてのアップデートを簡単にインストールします。はSudo dnf update
Fedora 25でこれに似ていますか?
apt-get update
(またはapt update
)として、dnf check-update
はローカルリポジトリキャッシュを更新します。
Debian/Ubuntuでの(一般的な)dnf update
の同等物は、apt update
、apt upgrade
およびapt autoremove
の組み合わせです。
dnf
またはyum
は、使用時にパッケージリストを自動的に更新しています... # dnf install package
約 dnf update
:パッケージを利用可能な最新バージョンに更新します。お気に入り apt-get upgrade
しましょう。
fedoraproject.org/wiki/
から:
buntuコマンド--- Fedoraコマンド
apt-get update --- dnf check-updateトランザクションを実行する前にdnfがキャッシュを自動的に更新するため、これを行う必要はありません
apt-get upgrade --- dnf upgrade
apt-get install --- dnf install
apt-get remove --- dnf remove
apt-getパージ--- N/A
apt-cache search --- dnf search