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?

Linucレベル1勉強メモ #43

Posted at

第四章 リポジトリとパッケージ管理

練習問題4.7
/bin/bashファイルがどのパッケージからインストールされたかをrpmコマンドで確認したい場合、指定すべきオプションの組み合わせを2つ選択してください。

A. -q

B. -i

C. -f

D. -p

E. -e

(解答)A, C

(解説)
ファイルがどのパッケージからインストールされたかを確認するには、qオプションで紹介モードを指定し、ファイルのパスをfオプションで指定します。

  • -i
    パッケージをインストールする
  • -p
    照会モードで対象としてパッケージファイルを表示する
  • -e
    パッケージをアンインストールすr
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?