[LINUX] Note that the latest link of ius has changed

Background of the error

Error: Cannot find a valid baseurl for repo: ius/x86_64

I got the error, so I wanted to update ius. The machine is CentOS-7.6.1810.

Details of the error

I looked at Add IUS repository so that I can install the latest package in CentOS7 and tried the following command.

yum -y install https://centos7.iuscommunity.org/ius-release.rpm

Then, I got the following error.

Loaded plugins: auto-update-debuginfo, fastestmirror Cannot open: https://centos7.iuscommunity.org/ius-release.rpm. Skipping. Error: Nothing to do

solution

After checking, Cannot open: https://centos7.iuscommunity.org/ius-release.rpm was hit. It seems that it should be rewritten as follows.

yum install -y https://repo.ius.io/ius-release-el7.rpm

The link destination has changed.

Deprecation of legacy ius-release.rpm redirect links ("Deprecation of legacy ius-release.rpm redirect links") in Japanese Then it looks like this.

IUS has kept the link so that users can use the latest ius-release package. Currently, the link is provided by our CDN.

https://repo.ius.io/ius-release-el6.rpm https://repo.ius.io/ius-release-el7.rpm

Before the ius.io domain, you specified a different URL.

https://rhel6.iuscommunity.org/ius-release.rpm https://rhel7.iuscommunity.org/ius-release.rpm https://centos6.iuscommunity.org/ius-release.rpm https://centos7.iuscommunity.org/ius-release.rpm

The server redirect to * .iuscommunity.org will be removed on June 1, 2020. This site has been informing us of new URLs for quite some time. Please update automations, scripts and notes that refer to the old URL.

After changing the link destination, I was able to download it safely.

Recommended Posts

Note that the latest link of ius has changed
Note that the method of publishing modules to PyPI has changed in various ways.
The usage of TensorBoard has changed slightly
Note that the Pandas loc specifications have changed
Note that the Logistic Regression solver has changed its default value to lbfgs.
The specifications of pytz have changed
The day of docker run (note)
[python] A note that started to understand the behavior of matplotlib.pyplot
A note about the functions of the Linux standard library that handles time
[Python] Note: A self-made function that finds the area of the normal distribution
This and that of the inclusion notation.
Python Note: The secret role of commas
It seems that the version of pyflakes is not the latest when flake8 is installed
Note that the calculation of average pairwise correlation was very easy with pandas
Note: Prepare the environment of CmdStanPy with docker
[Note] Export the html of the site with python.
zsh settings that facilitate the use of virtualenv
Use the latest version of PyCharm on Ubuntu
One liner that lists the colors of matplotlib
A note about the python version of python virtualenv
[Note] About the role of underscore "_" in Python
[Note] Docker build failed because the address of ius-release.rpm changed (Cannot open: https://centos7.iuscommunity.org/ius-release.rpm. Skipping.)