yumインストーラのリポジトリ設定を変更するには?

yumインストーラのリポジトリ設定を変更するには?

私はLinuxに初めて触れました。 CentOSにTint2をインストールしようとしています。コマンドを使用してインストールしようとすると、yum install tint2次のエラーが発生します。

checking for X11... configure: error: Package requirements (x11 xcomposite xdamage xinerama xrender xrandr) were not met:

No package 'xcomposite' found
No package 'xdamage' found
No package 'xinerama' found
No package 'xrandr' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables X11_CFLAGS
and X11_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.`

使用するパッケージをインストールしようとしたとき

$>yum install xinerama
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.lga7.us.voxel.net
 * extras: mirror.rackspace.com
 * updates: mirror.atlanticmetro.net
Setting up Install Process
No package xinerama available.
Nothing to do

私はここで少し不明です。利用可能なパッケージの他のリポジトリでx *パッケージを見つけるためにyum設定を変更する方法は?

どういう意味ですか

"Alternatively, you may set the environment variables X11_CFLAGS
and X11_LIBS to avoid the need to call pkg-config.

ベストアンサー1

リポジトリの .rpm ファイルをダウンロードしてインストールして、Yum を構文置換リポジトリとして設定できます。正しい指示は以下にあります。EPELリポジトリのインストール

おすすめ記事