0

Please tell me how to install Cinnamon shell in Ubuntu 15.10

1 Answers1

2

Run the following commands in a terminal to install cinnamon:

sudo apt-get update
sudo apt-get install cinnamon-desktop-environment

If the package is not available, you need to enable the universe repository.

mchid
  • 43,546
  • 8
  • 97
  • 150