vmware-archive / vcd-cli

Command Line Interface for VMware vCloud Director
https://vmware.github.io/vcd-cli
Other
165 stars 106 forks source link

command in CentOS installation is a bad url #531

Open IAmAnthem opened 4 years ago

IAmAnthem commented 4 years ago

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?

chder commented 4 years ago

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

baotpham commented 4 years ago

@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