Yum Repo Error on Rocky Linux 8 [fixed]

I have successfully installed Insync using the Centos / RHEL .rpm package downloaded from the Insync website. I am using Rocky Linux

As explained in the YUM section in the installation instruction page, the package has installed a repo, insync.repo, with the expected address:

`baseurl=http://yum.insync.io/fedora/$releasever/

Insync works, however, since installing any dnf action results in the folowing error:

Errors during downloading metadata for repository ‘insync’:
** - Status code: 404 for http://yum.insync.io/fedora/8/repodata/repomd.xml (IP: 2400:52e0:1e02::1187:1)**
Error: Failed to download metadata for repo ‘insync’: Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

I have patched the issue by disabling insync.repo by editing the file so that enable=0, but I presumably now have no access to updates.

Can anyone advise as to what I might be doing wrong please?

Many thanks.

1 Like

Hi @Broll5! Let me forward this to our Linux engineer to see if there are any steps that you have to do to address this. :slight_smile: Thank you!

Hi @Broll5

Update the line:
baseurl=http://yum.insync.io/fedora/$releasever/
to
baseurl=http://yum.insync.io/rhel/$releasever/

Let us know if it now works

That’s done it, thank you very much!

1 Like

Awesome. Thank you for letting us know! :slight_smile: