Radxa now offers a Debian 11 CLI OS for the Cubie A7A. Am I right to conclude that it is to allow us to install a desktop environment other than KDE. If so, could someone confirm the procedures below for installing the XFCE4 DE on the Debian 11 CLI (or eventual 13) and boot with it.
Below are the instructions for changing the Radxa password, then adding a new user (userx) with administrative permissions, changing to userx, installing XFCE4 (minimal), and switching to the graphical interface permanently:
passwd (changing radxa password)
sudo adduser userx
sudo passwd userx
sudo usermod -aG sudo userx
sudo -l -U userx (to verify)
su - userx (to change prompt to userx)
sudo apt update && sudo apt install xfce4 xfce4-terminal lightdm
sudo systemctl set-default graphical.target (to start to graphical interface)
sudo reboot