This wiki has been permanently archived. As such, editing and registration have been closed.

How to install TDE on Debian Buster: Difference between revisions

From CollabVM Wiki, the horrible, autism-inducing, trash filled wiki, featuring people who can't speak English
Jump to navigation Jump to search
import>CHOCOLATEMAN
m Reverted edits by Shithead666 (talk) to last revision by Dartz
import>User123Clone
Replaced content with "thumb|Him"
Line 1: Line 1:
This page will cover you on how to install TDE on Debian Buster.
[[File:Dartztrueface.png|thumb|Him]]
 
== 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]]

Revision as of 12:35, 21 May 2022

Him