vcd-cli icon indicating copy to clipboard operation
vcd-cli copied to clipboard

command in CentOS installation is a bad url

Open IAmAnthem opened this issue 5 years ago • 2 comments

I'm following the installation instructions for CentOS and getting some errors.

$ sudo yum -y install https://centos7.iuscommunity.org/ius-release.rpm
Loaded plugins: fastestmirror
Cannot open: https://centos7.iuscommunity.org/ius-release.rpm. Skipping.
Error: Nothing to do
$ sudo yum -y install python36u python36u-pip python36u-devel
[sudo] password for MYACCOUNT: 
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.team-cymru.com
 * epel: epel.mirror.constant.com
 * extras: mirror.pit.teraswitch.com
 * updates: mirror.math.princeton.edu
No package python36u available.
No package python36u-pip available.
No package python36u-devel available.
Error: Nothing to do

Can this be updated to whatever the correct URL and packages are?

IAmAnthem avatar Jun 05 '20 15:06 IAmAnthem

IUS got new URLs a little while back: https://ius.io/setup

chder avatar Aug 04 '20 15:08 chder

@chder It's working. Thanks!

If anyone is using yum, make sure you put -y at the end to avoid Exiting on user command

RUN yum install https://repo.ius.io/ius-release-el7.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm -y

baotpham avatar Oct 15 '20 21:10 baotpham