How to install TDE on Debian Buster: Difference between revisions
import>Shithead666 LUL 0WN3D R8KT |
m 9 revisions imported |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
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]] |