Skip to content

Debian / Ubuntu

Install daed from the Dae Universe repository.

For Debian, Ubuntu and other APT-based distributions.

The commands below assume sudo is configured for your account.

1. Install curl

sh
sudo apt update
sudo apt install curl

2. Add the repository

The source config file is downloaded directly from the repository.

Choose the configuration matching your APT version; use one of these alternatives.

sh
sudo curl -fsSL -o /etc/apt/sources.list.d/daeuniverse.sources https://daeuniverse.pages.dev/daeuniverse.sources
sh
sudo curl -fsSL -o /etc/apt/sources.list.d/daeuniverse.list https://daeuniverse.pages.dev/daeuniverse.list

3. Import the GPG key

sh
sudo curl -fsSL -o /usr/share/keyrings/daeuniverse-archive-goose.gpg https://daeuniverse.pages.dev/daeuniverse-archive-goose.gpg

4. Install daed

sh
sudo apt update
sudo apt install daed

The package provides daed.service; its configuration directory is /etc/daed/.

Upstream setup guide · Service management