LoginSignup
3
4

More than 5 years have passed since last update.

dnf のレポジトリ操作

Posted at
  • リポジトリの一覧
$ dnf repolist
  • リポジトリの無効化
$ sudo dnf config-manager --set-disabled リポジトリ名
  • リポジトリの有効化
$ sudo dnf config-manager --set-enabled リポジトリ名
  • リポジトリの追加
$ sudo dnf config-manager --add-repo リポジトリ URL

元ネタ

https://docs-old.fedoraproject.org/en-US/Fedora/23/html/System_Administrators_Guide/sec-Managing_DNF_Repositories.html
http://dnf.readthedocs.io/en/latest/command_ref.html

3
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
4