Pakkeoplysninger - libgo-11-dev-armel-cross
Metadata
- Version
- 11.5.0-7ubuntu1.1cross1
- Arkitektur
all- Sektion
universe/libdevel- Prioritet
optional- Kilde
gcc-11-cross (24ubuntu1.1)- Oprindelse
- Ubuntu
- Vedligeholder
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Oprindelig vedligeholder
- Debian GCC Maintainers <debian-gcc@lists.debian.org>
- Fejl
- https://bugs.launchpad.net/ubuntu/+filebug
- Hjemmeside
- http://gcc.gnu.org/
- Beskrivelse
Runtime library for GNU Go applications (development files)
Relationer
Omvendte afhængigheder
Indlæser…
Sådan installerer du
Trin 1: Tilføj denne 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
Trin 2: Installer pakken
sudo apt install libgo-11-dev-armel-cross
Status og filer
Lagerstatus: Virtuel (Lynsynkronisering)
Downloadstørrelse: 15677 KB
Installeret størrelse: 74461 B
Komponent: universe
Hash-værdier
SHA256: cb3ce125b5f7788753f61be36bb5841609a2e22139211824376c64ad5892bc52 SHA1: 55e8b024df74f553ceecc505ca072ef729d50148 MD5: f8e8bd837d96b591a988d8ea5e3a7fb9What 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.