How to install TDE on Debian Buster: Difference between revisions

import>User123Clone
Replaced content with "thumb|Him"
m 9 revisions imported
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[File:Dartztrueface.png|thumb|Him]]
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:
<pre>sudo apt update && sudo apt upgrade -y</pre>
Then add the Q4OS TDE repos to your sources.list file:
<pre>sudo echo "deb http://q4os.org/qtderepo buster main" >> /etc/apt/sources.list.d/tde.list</pre>
Add their pub-key by running this command:
<pre>wget -nv -O- http://q4os.org/q4repo/q4a-q4os.gpg.pub | sudo apt-key add -</pre>
Then update the repos.
 
== Installation ==
Run the following command to install TDE:
<pre>sudo apt install tde-trinity</pre>
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!
[[Category:Tutorials]]