Question

How to solve this error with the yum and dnf commands? [Failed to download metadata for repo 'dovecot-2.3-latest']

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?

Show comments

Submit an answer


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!

Sign In or Sign Up to Answer

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.

KFSys
Site Moderator
Site Moderator badge
May 22, 2020
Accepted Answer

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

ssh root@YourDropletIP

Enter your repo’s folder, it’s /etc/yum.repos.d/

cd /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 states enabled=1, you can set that one to 0 and try to run your yum update command once more.

Regards, KDSys

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.

New accounts only. By submitting your email you agree to our Privacy Policy

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.