Fixing [Errno 14] HTTPS Error 404 - Not Found error during blobfuse install on CentOS 7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum remove packages-microsoft-prod-1.0-1.el7.noarch | |
sudo yum clean all | |
sudo rm -rf /var/cache/yum | |
sudo rpm -Uvh https://packages.microsoft.com/config/rhel/7/packages-microsoft-prod.rpm | |
sudo yum install blobfuse -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment