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 curl2. 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.sourcessh
sudo curl -fsSL -o /etc/apt/sources.list.d/daeuniverse.list https://daeuniverse.pages.dev/daeuniverse.list3. Import the GPG key
sh
sudo curl -fsSL -o /usr/share/keyrings/daeuniverse-archive-goose.gpg https://daeuniverse.pages.dev/daeuniverse-archive-goose.gpg4. Install daed
sh
sudo apt update
sudo apt install daedThe package provides daed.service; its configuration directory is /etc/daed/.
