Ubuntu (.deb) Repository Failing, 24.04 LTS

Support for Ubuntu and other Desktop Linux distributions
Post Reply
arrmo
Posts: 23
Joined: 11 Jan 2020, 23:00

Ubuntu (.deb) Repository Failing, 24.04 LTS

Post by arrmo »

Hi,

I have used apt on Linux for quite some time, but with v24.04 LTS, I am now seeing this error,

Shell: Select all

W: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://get.filebot.net/deb universal InRelease' does not seem to provide it (sources.list entry misspelt?)
W: Skipping acquire of configured file 'main/binary-amd64/Packages' as repository 'https://get.filebot.net/deb universal InRelease' does not seem to provide it (sources.list entry misspelt?)
And when I try to go to

Code: Select all

https://get.filebot.net/deb
I don't see the "normal" result / directory structure.

Anyone else seen this, or a known issue?

Thanks!
User avatar
rednoah
The Source
Posts: 24280
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Ubuntu (.deb) Repository Failing, 24.04 LTS

Post by rednoah »

:idea: You'll need to go to dists if you want to see the file list: https://get.filebot.net/deb/dists/


:?: What is your sources.list line?


Unfortunately, I don't know why apt update isn't working for you. Nothing has changed in years as far as the repository is concerned. We used to use Ubuntu 24.04 in all our docker containers so it should fundamentally work for your platform. All the current docker containers run on Ubuntu 24.10 and use the Debian repository to install FileBot so that is generally confirmed to work with every build.
:idea: Please read the FAQ and How to Request Help.
arrmo
Posts: 23
Joined: 11 Jan 2020, 23:00

Re: Ubuntu (.deb) Repository Failing, 24.04 LTS

Post by arrmo »

rednoah wrote: 11 Jan 2025, 15:25 You'll need to go to dists if you want to see the file list: https://get.filebot.net/deb/dists/
OK, that makes sense ... and I see it there. Thanks!
rednoah wrote: 11 Jan 2025, 15:25 What is your sources.list line?
Here it is (hopefully I formatted this right :))

Shell: Select all

Types: deb
URIs: https://get.filebot.net/deb/
Suites: universal
Components: main
Signed-By: /etc/apt/trusted.gpg.d/filebot-archive-keyring.gpg
rednoah wrote: 11 Jan 2025, 15:25 Unfortunately, I don't know why apt update isn't working for you. Nothing has changed in years as far as the repository is concerned.
Agreed! And I really haven't changed anything either. But looking in the file list you note ... I see that the directory is "binary-all". I wonder if that's the issue - perhaps in the latest Ubuntu it's looking specifically for the correct architecture (i386, amd64)?

Thanks!
User avatar
rednoah
The Source
Posts: 24280
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Ubuntu (.deb) Repository Failing, 24.04 LTS

Post by rednoah »

The /etc/apt/sources.list.d/filebot.list line should look like this, as per [DEB] Debian package instructions:

Code: Select all

deb [arch=all signed-by=/usr/share/keyrings/filebot.gpg] https://get.filebot.net/deb/ universal main

:idea: The code you posted seems to be something imported / generated from the filebot.list so perhaps you'll want to remove the custom repository and then add it again from scratch with the official instructions to see what happens.
:idea: Please read the FAQ and How to Request Help.
arrmo
Posts: 23
Joined: 11 Jan 2020, 23:00

Re: Ubuntu (.deb) Repository Failing, 24.04 LTS

Post by arrmo »

Yep, I can get the "old" format to work ... but on the upgrade to 24.04 LTS, it seems that all .list files were upgraded to .sources (i.e. the newer approach). I can go back to .list (for only this one) ... but thinking we try to get it working in .sources format (also)?

Thanks!
iamloco
Posts: 9
Joined: 26 Jun 2015, 11:59

Re: Ubuntu (.deb) Repository Failing, 24.04 LTS

Post by iamloco »

i guess you updated your repo since but just change universal to stable :)
User avatar
rednoah
The Source
Posts: 24280
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Ubuntu (.deb) Repository Failing, 24.04 LTS

Post by rednoah »

iamloco wrote: Yesterday, 14:22 i guess you updated your repo since but just change universal to stable :)
There notably is a universal and stable repository. The stable repository exists for legacy reasons and provides an architecture-specific package for amd64 platforms only. The universal repository will work on all platforms including amd64 and aarch64 because it relies on the package repository for all native dependencies like JRE, JNA, etc. We use the universal repository for our docker builds so this is the one we use ourselves and generally recommend to everyone.
:idea: Please read the FAQ and How to Request Help.
Post Reply