flatpak remote-add flathub-verified --subset=verified https://dl.flathub.org/repo/flathub.flatpakrepo
  • infeeeee@lemm.ee
    link
    fedilink
    arrow-up
    2
    ·
    3 months ago

    If an AUR package wants to install 137 python dependencies, I usually search for a flatpak instead.

      • Fatih Özsoy@mastodon.social
        link
        fedilink
        arrow-up
        1
        ·
        3 months ago

        @pineapplelover @infeeeee No, some people just don’t want to install tons of packages just for an application they want to use to. The more package means the higher chance for system breakage. It’s better checking dependencies and pkgbuild before install

    • Petter1@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      You can remove dependencies after install, at least in yay, I never do tho.

      • infeeeee@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        3 months ago

        That’s install dependencies (in PKGBUILD they are called makedepends), python programs usually need them for runtime (depends in PKGBUILD). On the main page of a package they are listed together, but on the PKGBUILD they are separate