Paketin tiedot - gdc-11-arm-linux-gnueabihf
Metadata
- Versio
- 11.5.0-7ubuntu1.1cross1
- Arkkitehtuuri
amd64- Osio
universe/devel- Tärkeys
optional- Lähde
gcc-11-cross (24ubuntu1.1)- Alkuperä
- Ubuntu
- Ylläpitäjä
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Alkuperäinen ylläpitäjä
- Debian GCC Maintainers <debian-gcc@lists.debian.org>
- Virheet
- https://bugs.launchpad.net/ubuntu/+filebug
- Kotisivu
- http://gcc.gnu.org/
- Kuvaus
GNU D compiler (version 2) (cross compiler for armhf architecture)
Relaatiot
Depends
Replaces
Käänteiset riippuvuudet
Asennusohje
Vaihe 1: Lisää tämä APT-palvelin
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
Vaihe 2: Asenna paketti
sudo apt install gdc-11-arm-linux-gnueabihf
Tila & Tiedostot
Tallennustilan tila: Virtuaalinen (laiska synkronointi)
Latauskoko: 8944 KB
Asennuskoko: 26939 B
Komponentti: universe
Moni-arkkitehtuuri: foreign
Tietolukitukset
SHA256: 372a367d5b3aa0cb074b23a149daada0aea0eee295f9261fc2beed9110a84a4f SHA1: 9cfeb628062aa67fceed2a4854ee37297c2f1f52 MD5: 5984b9fbc5ca6d25d2239b815e74f640What 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.