Package Details - libcurl4t64
Metadata
- Version
- 8.14.1-2ubuntu1.3
- Architecture
amd64- Section
libs- Priority
optional- Source
curl- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian Curl Maintainers <team+curl@tracker.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://curl.se/
- Description
easy-to-use client-side URL transfer library (OpenSSL flavour)
Relations
Depends
libbrotli1 (>= 0.6.0)
libc6 (>= 2.38)
libgssapi-krb5-2 (>= 1.17)
libidn2-0 (>= 2.0.0)
libldap2 (>= 2.6.2)
libnghttp2-14 (>= 1.50.0)
libpsl5t64 (>= 0.16.0)
librtmp1 (>= 2.3)
libssh2-1t64 (>= 1.11.1)
libssl3t64 (>= 3.2.0)
libzstd1 (>= 1.5.5)
zlib1g (>= 1:1.2.3.4)
Recommends
ca-certificates
Conflicts
libcurl3
Breaks
libcurl4 (<< 8.14.1-2ubuntu1.3)
Replaces
libcurl3
libcurl4
Provides
libcurl4 (= 8.14.1-2ubuntu1.3)
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 libcurl4t64
Status & Files
Storage State: Physical (Cached)
Download Size: 404 KB
Installed Size: 984 B
Component: main
Multi-Arch: same
Hashes
SHA256: b26cb67f046fb5d917ce8f29b142db01869e85737c78e01cc565e34cc5a849e3 SHA1: f6b15b950af68dade2e7329c1a45519e97fb9b6a MD5: b13c0500920fb099a28dd3da940e0ecdWhat 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.