Transform Armbian Into A Raspberry Pi Imposter [Install PIXEL Desktop]
#Debian #Linux #Armbian #PIXEL
Full steps can be found at https://i12bretro.github.io/tutorials/0741.html
--------------------------------------------------------------------
What is PIXEL?
--------------------------------------------------------------------
PIXEL is the default desktop environment and theme used by Raspberry Pi OS. It officially stands for "Pi Improved Xwindows Environment, Lightweight" and is based on LXDE. - https://www.raspberrypi.com/news/introducing-pixel/
01. Log into the Armbian device
02. Run the following commands in a terminal
# update repositories
sudo apt update
# add the raspberry pi os gpg key
wget -O - http://archive.raspberrypi.org/debian/raspberrypi.gpg.key | sudo apt-key add -
# add the raspberry pi os apt repository
echo deb http://archive.raspberrypi.org/debian/ $(lsb_release -cs) main | sudo tee /etc/apt/sources.list.d/raspios.list
# update repositories
sudo apt update
# install pixel
sudo apt install lxpanel pcmanfm openbox xserver-xorg x11-xserver-utils policykit-1 lightdm raspberrypi-sys-mods zenity libglib2.0-bin desktop-file-utils lxsession adduser mutter xdg-user-dirs raspi-config xserver-xorg-video-fbturbo fonts-piboto pipanel lxinput pi-greeter rpd-plym-splash rpd-wallpaper pishutdown scrot gtk2-engines-pixbuf gtk2-engines-clearlookspix gnome-icon-theme pixflat-icons lxplug-volumepulse lxplug-network lxplug-bluetooth lxplug-ejecter lxplug-ptbatt rc-gui gtk2-engines-pixflat lxplug-cputemp lxplug-magnifier rp-bookshelf agnostics gui-pkinst cups system-config-printer pi-printer-support lxplug-updater raspberrypi-ui-mods -y
03. After the installation completes, reboot the system
04. Upon boot, the familiar Raspberry Pi login screen should be display
05. Log back in
06. Run the following commands in a terminal
# uninstall xfce
sudo apt remove xfce* --purge -y
# reboot
sudo reboot now
07. Log back in
08. Welcome to the PIXEL desktop experience on Armbian
### Connect with me and others ###
★ Discord: https://discord.com/invite/EzenvmSHW8
★ Reddit: https://reddit.com/r/i12bretro
★ Twitter: https://twitter.com/i12bretro