Package Details - girepository-tools
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
Tools for working with GObject-Introspection repositories
Relations
Depends
native-architecture
|
cross-exe-wrapper
libc6 (>= 2.38)
libffi8 (>= 3.4)
libgirepository-2.0-0 (= 2.86.0-2ubuntu0.3)
libglib2.0-0t64 (= 2.86.0-2ubuntu0.3)
Breaks
Replaces
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 girepository-tools
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 108 KB
Installed Size: 353 B
Component: main
Multi-Arch: same
Hashes
SHA256: 55f17a2d1138e6f0b7291f9bef5fa02a36390ff6992d8da9a6b1bc858b36f4e7 SHA1: 4aab12259790b83738ec151f26cb9388107f4136 MD5: 12e9a2348766a83b79cb4efbae557350What 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.