Search Criteria
Package Details: go-bin 1.25.5-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/go-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | go-bin |
| Description: | Go programming language (binary release) |
| Upstream URL: | https://go.dev/ |
| Licenses: | BSD |
| Conflicts: | go |
| Provides: | go |
| Submitter: | kevindiu |
| Maintainer: | kevindiu |
| Last Packager: | kevindiu |
| Votes: | 1 |
| Popularity: | 0.50 |
| First Submitted: | 2025-11-06 15:14 (UTC) |
| Last Updated: | 2025-12-09 14:40 (UTC) |
Required by (4430)
- 10mb.video-git (requires go) (make)
- 1panel (requires go) (make)
- 1panel-git (requires go) (make)
- 2fa (requires go) (make)
- 3mux (requires go) (make)
- 3x-ui (requires go) (make)
- 3x-ui-xray-core (requires go) (make)
- 403jump-git (requires go)
- 8bloat-git (requires go) (make)
- a (requires go) (make)
- a-git (requires go) (make)
- a2fa (requires go) (make)
- aaaaxy (requires go) (make)
- aaregurucli-git (requires go) (make)
- abacus-git (requires go) (make)
- abireport (requires go) (make)
- aboxes-git (requires go) (make)
- abra (requires go) (make)
- abra-git (requires go) (make)
- abroot (requires go) (make)
- Show 4410 more...
Latest Comments
kevindiu commented on 2025-11-25 00:49 (UTC)
for user which doesn't use archlinuxarm or repo, we should keep the package here. Also archlinuxarm is not a official arch build.
micwoj92 commented on 2025-11-25 00:20 (UTC)
I've submited deletion request with same reason as in 2018: https://lists.archlinux.org/archives/list/aur-requests@lists.archlinux.org/message/V5ZHTUQ4ZVZNTOKIMVKRSA4LZ4Z7YBRS/
micwoj92 commented on 2025-11-25 00:19 (UTC)
This is not AUR. AUR is: aur.archlinux.org
That package is from official repos. The "official" build would be to use archlinuxarm.
kevindiu commented on 2025-11-25 00:14 (UTC)
Here is the go package in AUR.
https://archlinux.org/packages/extra/x86_64/go/
Why I created this is because I use non-official arch build (e.g. Manjaro) which didn't update the go package in Manjaro repo. Since there is no official arch build, I am using arm build Manjaro.
micwoj92 commented on 2025-11-25 00:07 (UTC)
There is no
gopackage in AUR. It is in official repositories. Arm arch for example is supported by archlinuxarm: https://archlinuxarm.org/packages/armv7h/gosame way for 32 bits, by archlinux32: https://archlinux32.org/packages/i686/extra/go/
kevindiu commented on 2025-11-25 00:03 (UTC)
Hi, thank you for your comment. If I remember correctly, go package in AUR build the go compiler from source code, which cost a lot of time during installation, hence it only support x86 arch.
This package install the pre-build binary released from official website, hence supporting different architecture like arm.
micwoj92 commented on 2025-11-24 23:54 (UTC)
Is there any benefit to this package compared to
go?