Package Details - dovecot-core
Metadata
- Version
- 1:2.4.1+dfsg1-5ubuntu4.1
- Architecture
amd64- Section
mail- Priority
optional- Source
dovecot- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Dovecot Maintainers <dovecot@packages.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://dovecot.org/
- Description
secure POP3/IMAP server - core files
Relations
Depends
adduser
libpam-runtime
openssl
ssl-cert
ucf
dovecot-sieve (>= 1:2.4.1+dfsg1)
libapparmor1 (>= 2.7.0~beta1+bzr1772)
libbz2-1.0
libc6 (>= 2.36)
libcap2 (>= 1:2.10)
libcrypt1 (>= 1:4.1.0)
libexttextcat-2.0-0 (>= 3.3.0)
libicu76 (>= 76.1-1~)
liblua5.4-0 (>= 5.4.6)
liblz4-1 (>= 0.0~r130)
libpam0g (>= 0.99.7.1)
libsodium23 (>= 1.0.13)
libssl3t64 (>= 3.0.0)
libstemmer0d (>= 0+svn527)
libsystemd0
libtirpc3t64 (>= 1.0.2)
libunwind8
libzstd1 (>= 1.5.5)
zlib1g (>= 1:1.1.4)
Suggests
dovecot-flatcurve
dovecot-gssapi
dovecot-imapd
dovecot-ldap
dovecot-lmtpd
dovecot-managesieved
dovecot-mysql
dovecot-pgsql
dovecot-pop3d
dovecot-solr
dovecot-sqlite
dovecot-submissiond
ntp
Breaks
dovecot-common (<< 1:2.0.14-2~)
mailavenger (<< 0.8.1-4)
Replaces
dovecot-common (<< 1:2.0.14-2~)
mailavenger (<< 0.8.1-4)
Provides
dovecot-abi-2.4.abiv1
dovecot-common
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 dovecot-core
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 2838 KB
Installed Size: 9925 B
Component: main
Hashes
SHA256: 6e91615a4f983aa3a277f6f2a3ae2ce2070874dd1484224307e00e62a87bc793 SHA1: 86b00976b3814c3072b2123c14a1c950e3170049 MD5: 92412a235c220f23fcc1b3fb76b363a1What 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.