this post was submitted on 28 May 2024
14 points (93.8% liked)
openSUSE
608 readers
1 users here now
openSUSE is an open, free and secure operating system for PC, laptops, servers and ARM devices. Managing your emails, browsing the web, watching online streams, playing games, serving websites or doing office work never felt this empowering. And best part? It's not only backed by one of the leaders in open source industry, but also driven by lively community.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Same. I think you just use
transactional-update
instead ofzypper
when you're ready to install something permanently. I don't know what the package selection looks like though.But anything that's going to need frequent updates should probably be installed outside of transactional-update. For compilers, I generally use some kind of compiler version manager (e.g.
rustup
for Rust), which would be outside of the immutable base.