I want to play with some of the different flavors of Ubuntu, i.e. Ubuntu, Kubuntu, Xubuntu, etc. I know I can share /home
. However, can I share /usr
, /boot
, or even /bin
and /var
. So that all flavors are working with the same programs and settings as much as possible.
Asked
Active
Viewed 93 times
0

Alex Jones
- 7,982
- 9
- 55
- 94

redwdc
- 3
1 Answers
1
Different Ubuntu flavours are mostly Ubuntu with different desktop environments.
To try different desktop environments it is not necessary to have separate Ubuntu installations. You can safely install several desktop environments on the same Ubuntu installation.
To install a new desktop environment you can follows the instructions in this askUbuntu Q&A: What kinds of desktop environments and shells are available?
For example you can install Gnome-Shell by running:
sudo apt-get install gnome-shell
So to answer your question: you can share all partitions between different Ubuntu flavors.