• auth@lemmy.ml
    link
    fedilink
    arrow-up
    10
    ·
    edit-2
    10 months ago

    Its probably not a binary inside that archive… So you might need to extract and compile… But did you make sure a package was not available from AUR?

    • Cauê@lemmy.eco.brOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      The AUR was bugged for me, So I went to their original site and downloaded it. What I ended up doing was to extract the folder to /opt and manually create the alias and .desktop file.

  • Miku Luna \ she/it@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    8
    ·
    10 months ago

    posdibly off topic, but don’t confuse them with .pkg.tar.zst, which are actually arch packages that can be installed with pacman -U .pkg.tar.zst . You’ll most likely know them from installing manually from the AUR.

    • Cauê@lemmy.eco.brOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      Hey Luna, thanks for the heads up! I will keep it in mind when I see such packages.

  • CAPSLOCKFTW@lemmy.ml
    link
    fedilink
    arrow-up
    6
    ·
    10 months ago

    That’s a archive. If it was advertised as something to install, then there might be something inside which can be installed, but there are different scenarios. It might be the source of a program, bundled with scripts to configure, compile and install it. It might be the compiled program with our without scripts to copy all the individual files to the right dirs. Maybe it contains just a script which fetches all the files online and installs them. It might contain a virtual enviroment and the program, it might contain another archive…