How to install TDE on Debian Buster

From Computernewb Wiki
Jump to navigation Jump to search

This page will cover you on how to install TDE on Debian Buster.

Preparing for installation

First make sure your packages are up to date by running:

sudo apt update && sudo apt upgrade -y

Then add the Q4OS TDE repos to your sources.list file:

sudo echo "deb http://q4os.org/qtderepo buster main" >> /etc/apt/sources.list.d/tde.list

Add their pub-key by running this command:

wget -nv -O- http://q4os.org/q4repo/q4a-q4os.gpg.pub | sudo apt-key add -

Then update the repos.

Installation

Run the following command to install TDE:

sudo apt install tde-trinity

Replace tde-trinity with tde-core-trinity if you only want to install base TDE.

After installation you will have to reboot the system, after rebooting you select TDE and then you will be in the TDE desktop!