What are the advantages of Ubuntu flavours ?
So I know they have a different Desktop Environment and a new look
But I am not sure, How they differ from installing the desktop on Ubuntu itself?
eg:- sudo apt install kubuntu-desktop
or sudo apt install kde-desktop
or sudo apt install kubuntu-desktop^
or sudo apt install kde-standard
All the above commands install the KDE Plasma desktop environment (there are differences between commands (some are to download minimal, some are for full KDE)
So, how does installing a desktop different from installing flavour
As installing sudo apt install kde-full
or sudo apt install kubuntu-desktop^
installs all the packages which kubuntu has by default.
Also, We can always purge
useless packages:-
sudo apt purge ubuntu-desktop
# Deletes ubuntu default desktop environment
sudo apt purge kde-desktop
# purge kde plasma desktop environment
sudo apt purge kde-*
# remove kde apps
#### warning above commands are only for reference, don't run them, they can destroy everything (depends)
Also, guiverc mentioned in this post (answer to my question) that lubuntu flavour don't come with a lot of packages/apps/drivers
So installing lubuntu/kubuntu itself are the same as installing their desktops as The amount of ram usage also decreases when we switch desktops eg:- Lubuntu uses almost 200-900 MB of RAM and lubuntu-desktop
also uses the same memory
Also in vanilla ubuntu we have a lot of apps and drivers (which we can always get rid of) So isn't it better ?
I don't mind using some storage/internet
So why it is recommended to use ubuntu flavour instead of several desktop environments?
Can anybody correct me? Or am I correct?
I don't mind using some storage/internet
Question in short - How ubuntu flavours are better than installing a new desktop environment on Vanilla Ubuntu