vcd-cli
vcd-cli copied to clipboard
command in CentOS installation is a bad url
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?
IUS got new URLs a little while back: https://ius.io/setup
@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