1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

インストールされたリポジトリの一覧とリポジトリに含まれるパッケージの一覧を確認

Posted at

元ネタ: YUM Query Available Packages From Specific Repository on Fedora, CentOS, Red Hat | If Not True Then False

インストールされたリポジトリの一覧

$ yum repolist all

現在、有効なものの一覧は

$ yum repolist

リポジトリに含まれるパッケージの一覧

リポジトリ"mysql56-community"に含まれるパッケージの一覧

$ sudo yum --disablerepo="*" --enablerepo="mysql56-community" list available
読み込んだプラグイン:amazon-id, rhui-lb, search-disabled-repos
利用可能なパッケージ
mysql-community-bench.x86_64                              5.6.31-2.el7                      mysql56-community
mysql-community-client.i686                               5.6.31-2.el7                      mysql56-community
mysql-community-common.i686                               5.6.31-2.el7                      mysql56-community
mysql-community-devel.i686                                5.6.31-2.el7                      mysql56-community
mysql-community-devel.x86_64                              5.6.31-2.el7                      mysql56-community
mysql-community-embedded.i686                             5.6.31-2.el7                      mysql56-community
mysql-community-embedded.x86_64                           5.6.31-2.el7                      mysql56-community
mysql-community-embedded-devel.i686                       5.6.31-2.el7                      mysql56-community
mysql-community-embedded-devel.x86_64                     5.6.31-2.el7                      mysql56-community
mysql-community-libs.i686                                 5.6.31-2.el7                      mysql56-community
mysql-community-server.x86_64                             5.6.31-2.el7                      mysql56-community
mysql-community-test.x86_64                               5.6.31-2.el7                      mysql56-community
1
2
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
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?