Package Details - lib32objc-11-dev

Metadata
Version
11.5.0-7ubuntu1.1
Architecture
amd64
Section
universe/libdevel
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

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

Relations
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/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

Step 2: Install the package

sudo apt install lib32objc-11-dev
Status & Files

Storage State: Virtual (Lazy Sync)

Download Size: 155 KB

Installed Size: 475 B

Component: universe


Hashes
SHA256: f29ea53f94498f02dbd24b92ecf76564ff8eb503751c26f1ae7e1009e3a6bf1f SHA1: e1ac9b4f13969163e1314f62b4e5f89ca2da62db MD5: 2433ebdc0e4cdb12e0f9bc7127c4249a
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.