Pakketdetails - lib64objc-11-dev-i386-cross

Metadata
Versie
11.5.0-7ubuntu1.1cross1
Architectuur
all
Sectie
universe/libdevel
Prioriteit
optional
Bron
gcc-11-cross (24ubuntu1.1)
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

Runtime library for GNU Objective-C applications (64bit development files)

Relaties
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/2

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-updates
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-2.sources && \
sudo apt update

Stap 2: Installeer het pakket

sudo apt install lib64objc-11-dev-i386-cross
Status en bestanden

Opslagstatus: Virtueel (Trage Synchronisatie)

Downloadgrootte: 160 KB

Geïnstalleerde grootte: 710 B

Component: universe


Hashes
SHA256: a81a24527526adca510970d03a5f8a5238b7eafb798c8900b18867a745fe8c66 SHA1: 477a15d96eeee80b1ed43f8cd817a0c90b8caab7 MD5: 501188aecdfb127574038286ada31f3a
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.