Package Details - libgnutls30t64
Metadata
- Version
- 3.8.9-3ubuntu2.2
- Architecture
amd64- Section
libs- Priority
important- Source
gnutls28- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://www.gnutls.org/
- Description
GNU TLS library - main runtime library
Relations
Depends
libc6 (>= 2.38)
libgmp10 (>= 2:6.3.0+dfsg)
libhogweed6t64 (>= 3.10)
libidn2-0 (>= 2.0.0)
libnettle8t64 (>= 3.10)
libp11-kit0 (>= 0.25.1)
libtasn1-6 (>= 4.14)
libunistring5 (>= 1.1)
Suggests
Breaks
libgnutls30 (<< 3.8.9-3ubuntu2.2)
Replaces
libgnutls30
Provides
libgnutls30 (= 3.8.9-3ubuntu2.2)
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 libgnutls30t64
Status & Files
Storage State: Physical (Cached)
Download Size: 1002 KB
Installed Size: 2432 B
Component: main
Multi-Arch: same
Hashes
SHA256: a34f581676728d52b6a8c549f8b3302e4fee34e4d011880affa542670da23e45 SHA1: ee32b459dda278a90ddca227219eb10e5ea16fb8 MD5: 151df3dfac79668b29f2639d2dfc08e1What 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.