QuickstartΒΆ

Choose the operating system that you want to install SieveManager on:

Add my Debian repository:

sudo curl -o /etc/apt/trusted.gpg.d/org_codeberg_odkr.asc \
    https://codeberg.org/api/packages/odkr/debian/repository.key
sudo tee /etc/apt/sources.list.d/org_codeberg_odkr.list <<EOF
deb https://codeberg.org/api/packages/odkr/debian bullseye main
EOF
sudo apt-get update

Install SieveManager:

sudo apt-get install sievemgr

Tip

These instructions also work for Debian-based distributions (e.g., Linux Mint, MX Linux, Pop!_OS, Ubuntu, or Zorin).

Install SieveManager:

pip3 install sievemgr

See Installation for details, troubleshooting, and a signed tarball.