Pardon my ignorance, but I'm relatively new to Linux and unable to find a sufficient answer to this question elsewhere. I'm looking to install the Linux Mint environment on top of Ubuntu, preferably with the option of switching between the normal Ubuntu Gnome environment and Mint (like you would switch between Gnome and KDE).
Two questions:
- Is this even possible?
- If so, what's the easiest way to go about this?
Thanks in advance!
Update:
Turns out when I asked this question I didn't know how to ask it correctly. What I wanted was not all of Linux Mint but rather just the Cinnamon desktop environment.
The Cinnamon desktop environment used in Linux Mint can be installed with Ubuntu using the following command:
sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable && sudo apt-get update && sudo apt-get install cinnamon nemo
Hopefully this helps anyone who comes to this question looking for how to install the Mint desktop environment on top of Ubuntu.