How do you install gnome in Linux using apt-get command?
Here is a tutorial to learn how to install gnome using apt-get command.
Step 1: Open terminal with su access and enter the command as shown below:
apt-get install gnome -y
Step 2: After completion, the install command exits and instructs the user to restart the running instances of gnome if it is running already.
Result of the Command Execution shown below:
root@hiox:~ apt-get install gnome -y
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
gnome: Depends: swfdec mozilla but it is not going to be installed
root@hiox:~