shimbo@shimboserver:~$ sudo apt install flatpak
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
flatpak : Depends: libmalcontent-0-0 (>= 0.6.0) but it is not installable
Depends: libostree-1-1 (>= 2020.8) but it is not installable
E: Unable to correct problems, you have held broken packages.
Then I tried the PPA:
E: The repository 'https://ppa.launchpadcontent.net/alexlarsson/flatpak/ubuntu noble Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
BUT THEN- I realized Flatpak doesn’t even have a release for Ubuntu 24.04 LTS(Noble)!
Please add a release for or tell me what I’m doing wrong.
Sorry but that did not work. I’m not sure what the problem is but I don’t think I should. As the It’s FOSS article says,
“As I had mentioned earlier, there is no straightforward fix for this problem. You’ll have to investigate on your own and see if it can be fixed or not.”
So I removed the Flatpak PPA and tried installing it with apt but it gave me the same error:
shimbo@shimboserver:~$ sudo apt install flatpak
[sudo] password for shimbo:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
flatpak : Depends: libmalcontent-0-0 (>= 0.6.0) but it is not installable
Depends: libostree-1-1 (>= 2020.8) but it is not installable
E: Unable to correct problems, you have held broken packages.
As mentioned before, you really need to ask Ubuntu people about this.
You almost certainly have your apt sources.list misconfigured. Both of those packages are part of the universe repo, which is presumably disabled. flatpak is in there as well, but it has had a security update, which would make it appear in a different section (noble-security).