Not sure what others are doing to use Ubuntu (23.04) without snaps, but this is what I am doing:

  • for Firefox I found a guide here
  • for chromium I am actually using the Linux Mint packages (which work absolutely fine), and I have just set up a small repository I can add to apt:
deb [arch=amd64 allow-insecure=yes] http://snapless.cmeerw.net victoria upstream
  • this just syncs from Linux Mint and only republishes chromium in the Packages file (with downloads redirected to a Linux Mint mirror). BTW, I am not signing these…

What are others doing?

  • LeFantome@programming.dev
    link
    fedilink
    arrow-up
    5
    ·
    11 months ago

    Debian 12 was just released. Compare it to Arch even six months from now and see how current the packages are. Then compare it again in 18 months.

    I am a happy Arch user but I must admit the constant kernel updates can seem a bit much. An experiment I have considered is moving to Debian 12 and using distrobox to get access to Arch repos and the AUR. I would use the Debian stuff as much as possible but for anything missing or anything that I really need to be more current, I could just fall back to the Arch repos.

    It could be the best of both worlds.

    • RogerWilco@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      11 months ago

      FYI Arch offers linux-lts. You can install that and linux-lts-headers and switch grub/whatever your boot loader is to default to that and forget about running the bleeding edge kernel. Linux 6.4.x has been literal dog shit with several ugly amdgpu bugs and suspend is randomly borked about 1/3 of the times I try to suspend my PC for the evening (and issue I’m not experiencing alone).

      So, yeah. Give the linux-lts linux-lts-headers packages a try. You get the benefits Arch’s cutting-edge packages on a stable kernel.