I had the hardest time getting used to the dev stuff with bazzite, do you just use distrobox for installing foss apps and then rpm-ostree for dev dependencies?
I heard you can use rpm from inside distrobox (or apt, pacman, etc depending on the container) but wasn’t ever sure how to expose that installed executable outside of distrobox
If you want to try it again, the command you’re looking for is distrobox-export, and it needs to be run from inside the distrobox container. It’s basically what allows you to expose software installed in the container so the host can run it directly.
I had the hardest time getting used to the dev stuff with bazzite, do you just use distrobox for installing foss apps and then rpm-ostree for dev dependencies? I heard you can use rpm from inside distrobox (or apt, pacman, etc depending on the container) but wasn’t ever sure how to expose that installed executable outside of distrobox
If you want to try it again, the command you’re looking for is distrobox-export, and it needs to be run from inside the distrobox container. It’s basically what allows you to expose software installed in the container so the host can run it directly.
Manual for reference: https://manpages.ubuntu.com/manpages/noble/man1/distrobox-export.1.html