0

I have installed ubuntu server in my machine and I live cinnamon Remix desktop. This is different from default cinnamon desktop flavor.

can anyone tell me how can we install this on ubuntu server?

AKV
  • 21

1 Answers1

1

Installing Ubuntu Cinnamon remix desktop is as simple as installing a metapackage. It doesn't matter whether the base system was originally server or desktop.

sudo apt install ubuntucinnamon-desktop

I found this by running apt search cinnamon desktop and finding the right result. Usually each Ubuntu flavor's desktop environment's package name ends in -desktop.

Daniel T
  • 5,362