Ubuntu ====== Follow the instructions for your release. If you are using a newer release than the ones listed then use the builds for the most recent prior version. Ubuntu 26.04 LTS (Resolute Raccoon) ----------------------------------- Run the following commands to install the :download:`repository public key `, APT_ data source :download:`dtee-ubuntu-noble.list <../../apt/dtee-ubuntu-noble.list>` and then ``dtee``:: wget https://dtee.bin.uuid.uk/ubuntu/repo-key.gpg \ -O /etc/apt/keyrings/dtee.gpg echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/dtee.gpg]" \ "https://dtee.bin.uuid.uk/ubuntu/ resolute main" \ >/etc/apt/sources.list.d/dtee.list apt update apt install dtee Ubuntu 24.04 LTS (Noble Numbat) ------------------------------- Run the following commands to install the :download:`repository public key `, APT_ data source :download:`dtee-ubuntu-noble.list <../../apt/dtee-ubuntu-noble.list>` and then ``dtee``:: wget https://dtee.bin.uuid.uk/ubuntu/repo-key.gpg \ -O /etc/apt/keyrings/dtee.gpg echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/dtee.gpg]" \ "https://dtee.bin.uuid.uk/ubuntu/ noble main" \ >/etc/apt/sources.list.d/dtee.list apt update apt install dtee Ubuntu 22.04 LTS (Jammy Jellyfish) ---------------------------------- Run the following commands to install the :download:`repository public key `, APT_ data source :download:`dtee-ubuntu-jammy.list <../../apt/dtee-ubuntu-jammy.list>` and then ``dtee``:: wget https://dtee.bin.uuid.uk/ubuntu/repo-key.gpg \ -O /etc/apt/keyrings/dtee.gpg echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/dtee.gpg]" \ "https://dtee.bin.uuid.uk/ubuntu/ jammy main" \ >/etc/apt/sources.list.d/dtee.list apt update apt install dtee .. _APT: https://en.wikipedia.org/wiki/APT_(Debian)