Package Details - gcc-11-source
Metadata
- Version
- 11.5.0-7ubuntu1.1
- Architecture
all- Section
universe/devel- Priority
optional- Source
gcc-11- 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
Source of the GNU Compiler Collection
Relations
Depends
make
quilt
patchutils
sharutils
gawk
lsb-release
time
m4
libtool
autoconf2.69
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/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 gcc-11-source
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 82641 KB
Installed Size: 86465 B
Component: universe
Multi-Arch: foreign
Hashes
SHA256: 7c33c957c847cc3ff9c37947522c7286151953c35f48ecf5901d3f41fb27ad0e SHA1: cead9220db6c98a0d148ef794badc8f70ef94c68 MD5: e2417ca0668bd93cb6ce5015eeb3d6faWhat 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.