Desktop Environment

Desktop Environment Installation

Instructions

  1. Download the files:

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:

cd desktop-environment/ && sudo chmod 700 *
  1. To install KDE, you can execute the following command:

bash kde.sh
  1. To install XFCE, you can execute the following command:

bash xfce.sh
  1. To install LXDE, you can execute the following command:

bash lxde.sh
  1. To install Pantheon, you can execute the following command:

bash pantheon.sh

Last updated