LoginSignup
2
3

More than 5 years have passed since last update.

Cent 6.8 に Mondo Rescue をインストールする方法

Last updated at Posted at 2018-03-24

ここを参考に Mondo Rescue のインストールを試みたが,次のようなエラーがでた.

The GPG keys listed for the "rhel 6 x86_64 - mondorescue Vanilla Packages" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.

対処方法

/etc/yum.repos.d/mondorescue.repo 内に記載される GPGkey のURLを書き換える.

//etc/yum.repos.d/mondorescue.repo
# 変更前
gpgkey=ftp://ftp.mondorescue.org//rhel/6/x86_64/mondorescue.pubkey

# 変更後
gpgkey=ftp://ftp.project-builder.org/test/centos/6/x86_64/pb.pubkey

インストールしてみる.

$ sudo yum install mondo -y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : mondo-3.2.2-1.rhel6.x86_64                                   1/1 
  Verifying  : mondo-3.2.2-1.rhel6.x86_64                                   1/1 

Installed:
  mondo.x86_64 0:3.2.2-1.rhel6                                                  

Complete!

以上.

2
3
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
2
3