Package Details - libcurl4t64
Metadata
- Version
- 8.14.1-2ubuntu1
- 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
Conflicts
libcurl3
Breaks
libcurl4 (<< 8.14.1-2ubuntu1)
Replaces
libcurl3
libcurl4
Provides
libcurl4 (= 8.14.1-2ubuntu1)
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/1
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
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-1.sources && \
sudo apt update
Step 2: Install the package
sudo apt install libcurl4t64
Status & Files
Storage State: Physical (Cached)
Download Size: 402 KB
Installed Size: 983 B
Component: main
Multi-Arch: same
Hashes
SHA256: 8846789a1a154daf7cf4ccc234a730a377a33e824a51aee6422a5c88495c824a SHA1: bbe3d1d26b6f677167073faf469d48b72cee03f5 MD5: 41d6b9a9e59a2756d52e8839bb8f9f32What 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.