repomd.xml missing

Support for Ubuntu and other Desktop Linux distributions
Post Reply
ChuckPa
Posts: 14
Joined: 04 Apr 2016, 17:28

repomd.xml missing

Post by ChuckPa »

Sorry to bother but attempting to enable the repo and install FileBot on Fedora 31 Workstation yields:

Code: Select all

[chuck@lizum yum.repos.d.91]$ sudo yum update
filebot                                                                                                                                    9.9  B/s |   9  B     00:00    
Errors during downloading metadata for repository 'filebot':
  - Status code: 404 for https://get.filebot.net/rpm/main/x86_64/repodata/repomd.xml (IP: 172.67.70.171)
Error: Failed to download metadata for repo 'filebot': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
Ignoring repositories: filebot
Last metadata expiration check: 1:07:25 ago on Sun 13 Sep 2020 04:15:44 PM EDT.
Dependencies resolved.
Nothing to do.
Complete!
[chuck@lizum yum.repos.d.92]$ cat filebot.repo 
[filebot]
name=filebot
baseurl=https://get.filebot.net/rpm/main/x86_64
skip_if_unavailable=True
gpgcheck=0
gpgkey=https://raw.githubusercontent.com/filebot/plugins/master/gpg/maintainer.pub
enabled=1
enabled_metadata=1
[chuck@lizum yum.repos.d.93]$
Please advise.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: repomd.xml missing

Post by rednoah »

A new x86_64 repository will be enabled once FileBot 4.9.2 is ready for release.


FileBot 4.9.1 is available in the noarch repository but there are a lot of users that find it hard to satisfy all the dependencies:
https://github.com/filebot/plugins/tree/master/yum


The easiest way to get things up and running might just be SNAP:
https://www.filebot.net/linux/snap.html
:idea: Please read the FAQ and How to Request Help.
Post Reply