On Fri, 9 Apr 2021 09:21:49 +0200 <to...@tuxteam.de> wrote: > On Fri, Apr 09, 2021 at 04:15:07AM -0300, riveravaldez wrote: > > [...] > > > Trying to decide which is less-worse in a scenario of unavoidable > > use of some of these. > > Is it really unavoidable? Or just a tad less convenient? > > Can you pose one concrete use case where it is unavoidable?
What about cases where the software simply isn't in Debian at all? Recently, I've used IntelliJ IDEA and Android Studio, and I'd like to set up an OwnCloud server when I get a chance. These, and many other complex / fast-changing applications aren't in Debian, but are available in containerized app formats. Some are also available in deb packages from upstream, but I'm not sure which is worse: installing a random deb from upstream, or a containerized version of the app. The deb will / may rely upon system libraries and other dependencies, which is good, insofar as everything works, but it will also have more of a chance to mess with the system (even if only accidentally). Celejar