How to install PIXEL on Debian Buster: Difference between revisions
Jump to navigation
Jump to search
import>CHOCOLATEMAN m Reverted edits by Shithead666 (talk) to last revision by Dartz |
m 9 revisions imported |
(2 intermediate revisions by 2 users not shown) | |
(No difference)
|
Latest revision as of 23:52, 19 December 2024
This page will cover you on installing Raspbian PIXEL on Debian Buster
Preparing for installation
Make sure your packages are up to date by running:
sudo apt update && sudo apt upgrade
Then add the PIXEL repos by running:
sudo echo "deb http://archive.raspberrypi.org/debian/ buster main ui" >> /etc/apt/sources.list.d/pixel.list
Then add their pub key by running:
wget -nv -O- http://archive.raspberrypi.org/debian/raspberrypi.gpg.key | sudo apt-key add -
Then update your repos.
Installation
Run the following command to install PIXEL:
sudo apt-get install raspberrypi-ui-mods
After installation you reboot your system and then you will be in the PIXEL desktop!