Package Details - gdc-11-powerpc64le-linux-gnu
Metadata
- Version
- 11.5.0-7ubuntu1.1cross1
- Architecture
amd64- Section
universe/devel- Priority
optional- Source
gcc-11-cross (24ubuntu1.1)- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian GCC Maintainers <debian-gcc@lists.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- http://gcc.gnu.org/
- Description
GNU D compiler (version 2) (cross compiler for ppc64el architecture)
Relations
Depends
Replaces
Reverse Dependencies
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 gdc-11-powerpc64le-linux-gnu
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 8859 KB
Installed Size: 26756 B
Component: universe
Multi-Arch: foreign
Hashes
SHA256: 01ed3500b3ae3ee339d75d8af4a643fa3fb71167c262c95acb1f11ad259fdd0f SHA1: a19ab96e287edbefe2e146bbc05b16e850823aeb MD5: 4249c661277afb6e86b6dc2381e9797eWhat 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.