Federico Kircheis wrote: > On 04/07/2025 5:32 pm, David Wright wrote: > > On Fri 04 Jul 2025 at 07:04:32 (+0200), Federico Kircheis wrote: > > > Excluding two or three packages is much easier, and the suggested > > > approach of appending a - works perfectly if the package was not > > > installed. > > > > In which case, I think you should install the equivs package (it's > > in every suite) and use it to build your own packages called > > libreoffice, etc. > > But wouldn't it break if I want to install libreoffice at a later point?
Yes, you would need to uninstall it first. If you want a system which can support multiple versions of a package simultaneously, you will need to look at things like Lix, and you will need to do even more work. The point of a Linux distribution is to make things easy to install software in a way that makes sense to the distribution's people. If you don't like the way Debian does it, there are many other distributions, and you can even create your own. The best thing about a Linux distribution is that you gain a community of people who know how to do things in the ways that the distribution encourages. You have to rebuild that if you go your own way. -dsr-