Package Details - golang-1.23-src
Metadata
- Version
- 1.23.10-1ubuntu0.2
- Architecture
all- 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 - source files
Relations
No relations.
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/2
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-updates
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-2.sources && \
sudo apt update
Step 2: Install the package
sudo apt install golang-1.23-src
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 19339 KB
Installed Size: 126759 B
Component: universe
Multi-Arch: foreign
Hashes
SHA256: 75f7efc854eb91a51d9e4750a67038f4e82d453e60d03772dcf14c266ffbf115 SHA1: 08a93275c2bbc957f2c36d1708798348e7156bc9 MD5: 27205160d6ca41a4b3e226724b6077a0What 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.