Package Details - libgirepository-2.0-dev
Metadata
- Version
- 2.86.0-2ubuntu0.3
- Architecture
amd64- Section
libdevel- Priority
optional- Source
glib2.0- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://gitlab.gnome.org/GNOME/glib
- Description
Development files for the GObject introspection library
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 libgirepository-2.0-dev
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 194 KB
Installed Size: 1037 B
Component: main
Multi-Arch: same
Hashes
SHA256: 0c6aec4efcb1ff01f7ac75b1e17aae2a983a091d0f2a74c262de17ae72fee8d4 SHA1: fd05e2d5fff35898648dce25d285594047b5f461 MD5: 739209a6fafe2de929139ac109779ca5What 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.