Pakketdetails - gcc-11-multilib

Metadata
Versie
11.5.0-7ubuntu1.1
Architectuur
amd64
Sectie
universe/devel
Prioriteit
optional
Bron
gcc-11
Oorsprong
Ubuntu
Onderhouder
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Originele onderhouder
Debian GCC Maintainers <debian-gcc@lists.debian.org>
Fouten
https://bugs.launchpad.net/ubuntu/+filebug
Homepage
http://gcc.gnu.org/
Beschrijving

GNU C compiler (multilib support)

Afhankelijke pakketten
Laden…
Hoe te installeren

Stap 1: Voeg deze APT-server toe

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

Stap 2: Installeer het pakket

sudo apt install gcc-11-multilib
Status en bestanden

Opslagstatus: Virtueel (Trage Synchronisatie)

Downloadgrootte: 0 KB

Geïnstalleerde grootte: 6 B

Component: universe


Hashes
SHA256: 99edf9456cb929b0acba7b57b7d88f9216a2d0a64110366053c2e98f82338b43 SHA1: 76ca809f309af62c4db053b93645c3e4ca323847 MD5: 97a4bb94f6b83cd4396f395b4ee6543f
What 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.