Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
11
rated 0 times [  11] [ 0]  / answers: 1 / hits: 14728  / 2 Years ago, sun, april 17, 2022, 6:54:29

I am running Ubuntu 14.04 LTS (32-bit). Now I want to install Gnome Desktop Environment (without removing unity). I know I can install by following command:




  1. sudo apt-get install gnome-shell


  2. sudo apt-get install ubuntu-gnome-desktop




But I don't know exact difference between them. (may be i've misunderstanding with them)



So, What is difference between installing Gnome by gnome-shell and ubuntu-gnome-desktop?



And Which should I use to install Gnome Desktop Environment?


More From » gnome

 Answers
0

ubuntu-gnome-desktop will install a full GNOME desktop environment (including gnome-shell), along with a few standard applications and optimizations for Ubuntu.



gnome-shell will only install the GNOME shell, and its dependencies. In contrast to ubuntu-gnome-desktop, it won't install the package gnome-session (among others) automatically, which you need to actually use the GNOME desktop.



So, to get the desktop environment, you should install ubuntu-gnome-desktop.






Following will cleraly show that ubuntu-gnome-desktop depends on gnome-shell so it includes the package gnome-shell:



$ apt-cache depends ubuntu-gnome-desktop | grep gnome-shell
Depends: gnome-shell
Depends: gnome-shell-extensions

[#23881] Tuesday, April 19, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
whoppinolo

Total Points: 93
Total Questions: 113
Total Answers: 107

Location: Cyprus
Member since Mon, Oct 24, 2022
2 Years ago
;