Package Details - golang-1.23-go
Metadata
- Version
- 1.23.10-1ubuntu0.2
- Architecture
amd64- Section
universe/golang- Priority
optional- Source
golang-1.23- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian Go Compiler Team <team+go-compiler@tracker.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://go.dev/
- Description
Go programming language compiler, linker, compiled stdlib
Relations
Depends
Recommends
Suggests
bzr
|
brz
ca-certificates
git
mercurial
subversion
Breaks
dh-golang (<< 1.43~)
Reverse Dependencies
Loading…
How to Install
Step 1: Add this APT server
Option A: Using APKG CLI (recommended):
sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/4
Don't have apkg?
See how to install APKG CLI.
Option B: Manual bash setup:
sudo mkdir -p /usr/share/keyrings && \
curl -sL https://apkg-dev.aiursoft.com/artifacts/certs/anduinos | gpg --dearmor | sudo tee /usr/share/keyrings/anduinos-archive-keyring.gpg > /dev/null && \
echo "Types: deb
URIs: https://apkg-dev.aiursoft.com/artifacts/anduinos/
Suites: questing-security
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-4.sources && \
sudo apt update
Step 2: Install the package
sudo apt install golang-1.23-go
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 26959 KB
Installed Size: 109925 B
Component: universe
Hashes
SHA256: 33581692f82eec216c31f951cedc44526e5175d7ce084c579c98523cf1dd1bc4 SHA1: c6d8526e0c8a28792bc035ec51aceac500605f67 MD5: ceef7d32cbd409e047a737391764ee93What is a Package?
A .deb package is a software bundle ready to install on Debian/Ubuntu systems. It contains binaries, configs, and dependency metadata.
How to use: First add the APT repository via sudo apkg add-source, then sudo apt install @pkg.Package. Or download the .deb directly.