I was trying to execute this command on my ubuntu machine:
yum install libgcc.i686
But getting this error which seems meaningless here:
https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-%24releasever-x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: pgdg-common. Please verify its path and try again
I tried uninstalling and reinstalling yum, but didn't work. How to solve this?
apt
anddpkg
to install packages, notyum
. So you're using invalid commands if you're on-topic with your question; though the error message is correct (try loading the URL into a browser and you'll confirm the error you're having). Why are you usingyum
and what OS & release are you using? – guiverc May 25 '21 at 07:02