-
I'm sorry if this has been asked, but I couldn't find any similar topics. But as my title states, I'm new-ish to mergerfs. I have used it successfully for a few months but am now wondering what the difference is between "sub-releases" (again, for lack of knowing the correct term)? For example, if I want to install the newest debian amd64 release, how do I know if I should choose "stretch," "buster," or "bullseye?" Is there any difference between them? Or can I just pick whatever name I like best (kidding - kind of)? Not urgent - I have mergerfs up and running currently. I was just looking to update to the latest version and was curious. Any help is appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
By "new-ish to this" you mean new to Linux I'm guessing? The "sub-releases" are builds for different operating system releases. "stretch", "buster", etc. are the names of Debian releases. How do you know what to pick? Hopefully if you installed the OS you know what you chose. If not you can often use a tool like |
Beta Was this translation helpful? Give feedback.
By "new-ish to this" you mean new to Linux I'm guessing?
The "sub-releases" are builds for different operating system releases. "stretch", "buster", etc. are the names of Debian releases. How do you know what to pick? Hopefully if you installed the OS you know what you chose. If not you can often use a tool like
lsb_release -a
to find out.