Package Details - certbot
Metadata
- Version
- 4.0.0-2
- Architecture
all- Section
universe/web- Priority
extra- Source
python-certbot- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian Let's Encrypt <team+letsencrypt@tracker.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://certbot.eff.org/
- Description
automatically configure HTTPS using Let's Encrypt
Relations
Depends
Suggests
Replaces
letsencrypt
Provides
letsencrypt
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 certbot
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 89 KB
Installed Size: 134 B
Component: universe
Hashes
SHA256: 1d8b2d4543f097adb144be0cd92e0110b22f0236b36d967ec34f93bf8234138c SHA1: 0a2c33b034facc590c8c04baf87c260eb3edbd82 MD5: f2015b120be4e26f04389c40e7ac2199What 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.