Why does it take so long to install programs from AUR when downloading it from the website is only 50 Mb?

#Linux #Arch #Manjaro

@yora I mean it really depends on what kind of package it is. Many packages are typically built from source, which depending on the program can take quite a while. Packages with a -bin suffix just download the precompiled binary from the official source, but there isn't always one.
@mezz So the bin version is the one I should pick by default?
@yora If one exists that's what I typically do. I always check on the website.

@mezz I assumed that <name> is the normal installation for my OS and <name>-bin is raw data for special purposes.

That somehow seemed logical to me. 😄

I aborted the installation of the basic version after 30 minutes, and installing the -bin version took only 20 seconds now.

@yora Another common one you might come across is -git. These are usually the most brand new commit from a git repo, that isn't officially released yet. Those are pretty much always compiled from source.
@yora
Because the AUR has build steps including one where the package is compressed with zstd (so it can immediately be decompressed again)