LoginSignup
0
0

More than 5 years have passed since last update.

CentOS6 の yum で kernel-header を install しようとしたらエラーになった場合の確認事項

Last updated at Posted at 2016-01-08

CentOS6 の yum で kernel-headers を install しようとしたら怒られた場合の確認事項

/etc/yum.conf を開く

exclude=kernel*

となっていたらコメントアウトする

# exclude=kernel*

これで、kernel-headers やら、kernel-devel を Install できるようになる。

Installした後は、元に戻しておきましょう。

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