Skip to content

Desktop Environment

Desktop Environment Installation

Instructions

  1. Download the files:
bash
git clone https://github.com/ArduinoDenis/desktop-environment.git
  1. To execute the downloaded files, navigate to the Downloads folder and grant the necessary permissions:
bash
cd desktop-environment/ && sudo chmod 700 *
  1. To install KDE, you can execute the following command:
bash
bash kde.sh
  1. To install XFCE, you can execute the following command:
bash
bash xfce.sh
  1. To install LXDE, you can execute the following command:
bash
bash lxde.sh
  1. To install Pantheon, you can execute the following command:
bash
bash pantheon.sh