質問編集履歴

1

Cerbotだけでなくepelを指定したインストールは同様のエラーになったので、タイトルを変更+キャッシュのクリア結果を追記

2018/05/11 06:13

投稿

taro373
taro373

スコア189

test CHANGED
@@ -1 +1 @@
1
- CentOS7でCerbotのインストール時にepelを指定するとエラー
1
+ CentOS7でyum install実行時にepelを指定するとエラー
test CHANGED
@@ -50,6 +50,22 @@
50
50
 
51
51
  キャッシュのクリア(yum clean all)もしてみましたが、変化がありません。
52
52
 
53
+ ```
54
+
55
+ $ sudo yum clean all
56
+
57
+ 読み込んだプラグイン:fastestmirror, langpacks
58
+
59
+ リポジトリーを清掃しています: base extras gitlab_gitlab-ce gitlab_gitlab-ce-source updates
60
+
61
+ Cleaning up everything
62
+
63
+ Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos
64
+
65
+ Cleaning up list of fastest mirrors
66
+
67
+ ```
68
+
53
69
 
54
70
 
55
71
  このエラーの対応方法を教えてください。