Hacker News new | ask | show | jobs
by geekbird 1292 days ago
Or just get the .deb binaries from Firefox, and install them with apt/dpkg.

There is no real need for "ancillary package managers", and all they do is complicate system maintenance.

1 comments

Running an out-of-date browser is a security concern, is it not? Does Debian have a policy where they'll just backport the latest non-ESR from Unstable whenever a new 0-day is discovered? If they do and they're quick about it, I guess it's more a matter of personal preference.

Anyway, using Guix, Nix, or Flatpak is definitely a better idea than installing standalone debs for a different version of Debian than you're running, where it may be built against libraries that aren't part of your distro.

If you want to use the Debian package from Sid on Testing, better to rebuild it from source. openSUSE's public instance of the Open Build Service is a convenient way to manage keeping a repo for that up to date. But that definitely complicates system maintenance, too!

> Running an out-of-date browser is a security concern, is it not?

Only if you assume new bugs are better than old.

Which they are. Running software with bugs nobody knows about yet is safer than running software with bugs everyone has known about for a while.