-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add flatpak package to the iso? #262
Comments
The usual flatpak commands no longer work? |
I tried but getting such error root@cubic:~# flatpak install flathub org.mozilla.firefox error: Unable to load summary from remote flathub: GPG verification enabled, but no summary found (check that the configured URL in remote config is correct) or installing from a file root@cubic:/usr/ota# flatpak install org.mozilla.firefox.flatpakref or straight from http address also error root@cubic:/usr/ota# flatpak install https://dl.flathub.org/repo/appstream/org.mozilla.firefox.flatpakref |
I think you are missing the Flathub repository...
|
I am tryind thay on elementary os 7 ( based on ubuntu 22.04 ) Still can not install ...
I made some progress ...
Cubic shows flatpak installed but runninag that iso live I see
Why firefox is visible only with sudo? |
Try using |
I am also having trouble getting flatpak packages to work. I can install them, as for example: root@cubic:~# sudo apt install flatpak
root@cubic:~# flatpak remote-add --system flathub https://flathub.org/repo/flathub.flatpakrepo
root@cubic:~# flatpak install --system flathub org.freecadweb.FreeCAD ( but when I am trying to run them in a live session, I get this error: bwrap: Creating new namespace failed: Permission denied
error: ldconfig failed, exit status 256 To exclude that FreeCAD is not the problem, I also tried (arbitrarily) KiCAD ( |
Simple question.
How to add flatpak package to the iso.
The text was updated successfully, but these errors were encountered: