I am currently using 14.0-RELEASE. As a home user, what should I update it to? I am also okay with a new clean installation. Which version would be the most reliable for home user?
I wanted to ask something since there is the topic of a clean install.Oh, and no need for a new clean install, you can easily upgrade your 14.0-RELEASE to 14.2 using freebsd-update(8). Unless you really want to do a clean install of course.
I guess that pkg(8) tries to find files that the deleted port installed and warn user about them, this applies to created users/groups too. Sometimes I need to manually remove them and i think sometimes pkg(8) clears them out too.I wanted to ask something since there is the topic of a clean install.
Unlike in linux I notice that if I build ports, install the resulted pkg, and delete it, some pkgs tell me that there is a configuration file left.
Is it the default behavior of all pkgs which create config files, to notify me that I should delete config files if I do not need them anymore ?
Or could it happen that some pkgs do not inform me, and I get unused config files polluting my system more and more ?
Then I am enlighted ...
Yes, that should be the case. Some packages don't create configuration files (Samba is a good example of this) though, so they're not going to inform you if there is a configuration file present. The port/package is simply not aware of the existence of that configuration file.Is it the default behavior of all pkgs which create config files, to notify me that I should delete config files if I do not need them anymore ?
Each major branch has at least 5 year support, but only the last minor version of that major branch is supported. The 14 major branch is supported at least until November 2028.Don't we have some version supported for longer terms?
For example do ports which usually work on let us say 14.0-RELEASE also work on all minor versions like 14.2, 14.3 until 14.Last-RELEASE without patches ?Each major branch has at least 5 year support, but only the last minor version of that major branch is supported. The 14 major branch is supported at least until November 2028.
I think they should work but except kernel modules like graphics/drm-kmod which need to compile for the current version.For example do ports which usually work on let us say 14.0-RELEASE also work on all minor versions like 14.2, 14.3 until 14.Last-RELEASE without patches ?
They usually do, except the kernel bound ports (DRM for example).For example do ports which usually work on let us say 14.0-RELEASE also work on all minor versions like 14.2, 14.3 until 14.Last-RELEASE without patches ?
An excellent and wonderful period of time to think, comprehend the situation and update.14.2 RELEASE is supported up to September 2025.
Yes, for userspace applications this is pretty much guaranteed, this is what the -STABLE moniker refers to, the ABI is kept stable (i.e. not subject to change) during the entire lifetime of that major version.For example do ports which usually work on let us say 14.0-RELEASE also work on all minor versions like 14.2, 14.3 until 14.Last-RELEASE without patches ?