I am new to OpenSuse, I am far away to be a Linux expert and I don’t intend to be. I am using my machines like every people do: browsing, watching movies, a bit of programming., etc. How should I maintain my installation? I am patching and updating my system once per week. Is this enough? Should I do more than this? What should I do?
In Debian, beside updating, I was clearing the package cache:
$ sudo apt clean
And purged the old kernels when new ones were installed.
I am using the classic ext4 partitions format as I have no knowledge about btrfs.
Repos are individually configurable via individual .repo files in /etc/zypp/repos.d/ whether to keep installed rpms in the cache. Set to not keep, as soon as a package finishes being installed, its rpm is removed from cache.
As I see the option is also present in Yast. It doesn’t keep downloaded packages. Even so, I found about 200 MB in cache.Bur zypper clean does the job :).
Thank you!