|
|
|
|
|
by bogwog
1264 days ago
|
|
Technically you can install whatever you want the traditional way by "layering" it on your base image. I.e. just do a `rpm-otree install <package>` instead of `dnf install <package>` then reboot. The hard/fun part is just figuring out a way to install and use the software you want without doing that, since that kind of defeats the purpose of using silverblue in the first place. In most cases, you can use a flatpak, a toolbox, or a container. However, if you can't figure it out, there's no real harm in giving up and layering whatever you want. |
|