Package Details - libgcc-s1-ppc64el-cross
Metadata
- Version
- 15.2.0-4ubuntu4cross1
- Architecture
all- Section
devel- Priority
optional- Source
gcc-15-cross (11ubuntu2)- Origin
- Ubuntu
- Maintainer
- Ubuntu Core 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
GCC support library (ppc64el)
Relations
Depends
Breaks
libgcc1-ppc64el-cross (<< 1:10)
Replaces
libgcc1-ppc64el-cross (<< 1:10)
Provides
libgcc-s1-ppc64el-dcv1
libgcc1-ppc64el-cross (= 1:15.2.0-4ubuntu4)
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/1
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
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-1.sources && \
sudo apt update
Step 2: Install the package
sudo apt install libgcc-s1-ppc64el-cross
Status & Files
Storage State: Physical (Cached)
Download Size: 39 KB
Installed Size: 147 B
Component: main
Hashes
SHA256: 50539a83c995092e2c034e4143d772edfda391416f0d715204f910d30efc1304 SHA1: 8c85776f868a18a8ed64ebc796a2110ead09b961 MD5: 3d0b3aa31ffbbf9e06648ca480326f01What 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.