I want flatpak 1.14.4 for the resolution of this issue when attempting to run kmail on WSL Ubuntu. When I run sudo apt upgrade flatpak
, it says that the latest version of flatpak is 1.12.7-1. flatpak 1.14.4 was released in March, so the apt database has surely updated by now. How can I get flatpak 1.14.4?
Update 11-27-2023 2:19 PM
$ sudo apt install flatpak=1.14.4
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package flatpak is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
xdg-desktop-portal flatpak-builder
E: Version '1.14.4' for 'flatpak' was not found
But:
$ apt list flatpak
Listing... Done
flatpak/jammy,now 1.12.7-1 amd64 [installed]
sudo apt update
? – Soren A Nov 27 '23 at 20:031.14.4-2
is available for my release, but you didn't provide you release details. Packages (esp. deb) are built for specific releases, and Ubuntu being a stable release system keeps the same packages for the life of the product, with only security fixes backported (to version you originally had); ie. if using a 2022-April release - you'll remain on software that was stable at that time with security fixes backported only (unless you move to alternate package sources intentionally). – guiverc Nov 27 '23 at 22:19