Hi! Whenever I use the YUM or DNF command, I get the message below:
# yum update
DigitalOcean Agent 80 kB/s | 3.3 kB 00:00
Dovecot 2.3 CentOS 8 - x86_64 588 B/s | 162 B 00:00
Failed to download metadata for repo ‘dovecot-2.3-latest’
Error: Failed to download metadata for repo ‘dovecot-2.3-latest’
I use CentOS 8 with Open LightSpeed and CyberPanel.
I searched a lot on the internet, but I still couldn’t solve this problem. Can you help me?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @mcastro05,
It seems like it can’t find the latest dovecot repo. You can disable it on your server.
To disable the said repo, you can ssh to your droplet
Enter your repo’s folder, it’s
/etc/yum.repos.d/
Now, there should be a dovecot-2.3 repo. Do an
ls
and when you see it’s full name, open the file using a text editor. There you should see a couple of lines, one of which statesenabled=1
, you can set that one to 0 and try to run youryum update
command once more.Regards, KDSys