I'm thinking of switching to Aeon from Tumbleweed, but i always wonder how you would work with cli tools, like LaTeX or various compilers. Is distrobox the way to go? Does it work seamless?
openSUSE
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.
Same. I think you just use transactional-update
instead of zypper
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.
A lot of bold claims related to be better for gaming even compared to Tumbleweed. Does it really have a lead on it? Why Gnome instead of KDE?
There's a KDE version as well called Kalpa.
The main benefit is that the base system is immutable, which should make it much more reliable. So to get new software, instead of doing a zypper install ...
, you'd leave the base system alone and only install packaged apps (e.g. flatpaks). That way you don't get conflicts between package versions and upgrades can be predictable.
I don't have direct experience with it, so I don't know how well that works in practice. But I definitely like the idea of using it for my NAS, which doesn't need a lot of updates. It currently runs Leap, but MicroOS should be a relatively straight-forward switch.
Excellent news about Aeon and the development of an own installer. The last time I installed Aeon it didn't allow automatic user login, is this possible anymore? Thanks
I haven't used it, but this post implies that it should work:
edit /etc/sysconfig/displaymanager and put your username in DISPLAYMANAGER_AUTOLOGIN="username"