13 lines
317 B
Markdown
13 lines
317 B
Markdown
+++
|
|
title = "Gnome Shell"
|
|
+++
|
|
# Gnome Shell
|
|
|
|
Solus offers GNOME Shell as an alternative to the Budgie desktop environment. Below are installation instructions for installing GNOME Shell and necessary components:
|
|
|
|
## Install
|
|
|
|
``` bash
|
|
sudo eopkg rm lightdm
|
|
sudo eopkg install gdm gnome-shell gnome-shell-extensions
|
|
``` |