Using distrobox-assemble with Fedora COPR and random commands #1476
boredsquirrel
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://universal-blue.discourse.group/t/2523
Distrobox is not the originally intended use case for Podman containers (as all "state" i.e. things a user wants is done manually and not on the image side), and the
dnf system-upgrade
is broken as it requires a reboot.Unless uBlue images swap out the packages upstream, users need to recreate the containers with version upgrades.
This is worlds more complicated than the regular "system that just works" with "apps that just work" and never break.
So for a possible GUI app manager or something,
distrobox-assemble
needs to be used.I use a Distrobox for QGis and RStudio, both graphical applications that don't work as Flatpaks currently.
RStudio basically only works on Fedora too, because of the COPR repo including all the plugins you may need. Using a rolling Container that doesnt have this problem is not possible because
These are the commands I need to run in a box. I saw no documentation about adding repos, or if just running commands would be supported.
Distrobox-assemble documentation
Beta Was this translation helpful? Give feedback.
All reactions