Skip to content

Debian / Ubuntu

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 dae

sh
sudo apt update
sudo apt install dae

The package includes a systemd service. The example is /etc/dae/example.dae; save your configuration as /etc/dae/config.dae.

After completing Minimal configuration, see Service management to start, enable, reload or restart dae.