I wanted to insuko Python3 into CentOS6.5 running on VirtualBox, so I typed the following command.
# yum install -y https://centos6.iuscommunity.org/ius-release.rpm
However, the error "cannot open: https: // centos python`` was displayed on the terminal and the process was not executed.
# yum install -y https://centos6.iuscommunity.org/ius-release.rpm
I didn't type the update command after installing CentOS in VirtualBox
yum update
After typing the above command, I tried to add the IUS Community Project repository again, and it succeeded.
If something goes wrong, try an update such as yum update
.
After this, when I typed # yum install -y python36 *
, I got a "transaction confirmation error". However, when I typed # yum install -y python34 *
, the installation was successful.
I don't know the cause of this ... If anyone knows, please comment ...
This is CentOS 6.10 ...
https://qiita.com/f-akazawa/items/5ec741f8a5cca999d7b3
Recommended Posts