Ogu
November 29, 2024, 9:24am
2
Hi, it’s known issue, causing Flatpak troubles (not even Gnome Software, Flatpak command line too). See here:
I’ve solved the issue on my install. It’s probably not the cleanest solution, but it works for now.
For those who don’t want to wait, you can do the following:
# Install the dependencies for compiling curl:
sudo swupd bundle-add devpkg-openssl
# Clone the curl git repo:
git clone https://github.com/curl/curl.git
# The usual cd curl:
cd curl
# CMake, do your magic (make the Makefile and such):
cmake .
# Let's compile:
make
# ***Just some precautions to avoid nuking your install:***
mkdir…
The workaround fix it, thanks @Pacidus !
Note that on my fresh install, i can install Flatpak apps just after the firt boot, once removing the usb key with the iso. The next reboot broke Flatpak.
2 Likes