0
0

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.

yum installの参照元リポジトリとインストール内容を確認する

0
Posted at

yum installする際に気になって調べてことのメモです。

パッケージのインストール元を確認する

現状の参照元リポジトリを確認するには以下のコマンドを実行

$ yum repolist

インストールされるパッケージ内容をインストールなしで確認する

予期しない対象のインストールを避けるために以下のコマンドで事前にインストールされるものを確認すると良い

$ yum install --assumeno php
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?