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

How to install PIXEL 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 installing Raspbian PIXEL on Debian Buster
[[File:Dartztrueface.png|thumb|Him]]
 
== Preparing for installation ==
Make sure your packages are up to date by running:
<pre>sudo apt update && sudo apt upgrade</pre>
Then add the PIXEL repos by running:
<pre>sudo echo "deb http://archive.raspberrypi.org/debian/ buster main ui" >> /etc/apt/sources.list.d/pixel.list</pre>
Then add their pub key by running:
<pre>wget -nv -O- http://archive.raspberrypi.org/debian/raspberrypi.gpg.key | sudo apt-key add -</pre>
Then update your repos.
 
== Installation ==
Run the following command to install PIXEL:
<pre>sudo apt-get install raspberrypi-ui-mods</pre>
After installation you reboot your system and then you will be in the PIXEL desktop!
 
[[Category:Tutorials]]

Revision as of 12:34, 21 May 2022

Him