[Linux] Cannot open: https://centos6.iuscommunity.org/ius-release.rpm.Skippingエラーの解決


🙆‍♂️ import 🙇‍♂️


インストール[CentOS]python 3[dchecheby]
エラー [root@DEVEL1 local] yum install ?y https://centos6.iuscommunity.org/ius-release.rpm Loaded plugins: fastestmirror, security Setting up Install Process Loading mirror speeds from cached hostfile Cannot open: https://centos6.iuscommunity.org/ius-release.rpm. Skipping. Error: Nothing to do yumを使用してius rpmパッケージをインストール中にエラーが発生しました。 キーワード Cannot open: https://centos6.iuscommunity.org/ius-release.rpm. Skipping. Error: Nothing to do 認定キーワードは以上の通りです。 問題はRepositoryリンクで、パッケージインストールリンクアドレスを変更することで解決します。 解決する yum install ?y https://centos6.iuscommunity.org/ius-release.rpmコマンド設定の代わりに次のコマンドを使えばいいです。 sudo yum install -y epel-release.noarch sudo yum install -y https://repo.ius.io/ius-release-el6.rpm 今日も解決しました!