Page 1 of 1

Gnome, Packages have umet dependencies?

Posted: April 19th, 2013, 11:47 pm
by Jabbawocky
Hi all.

Completely new to ubuntu. so been following the guide. All was going very will until I installed gnome core and got the message 'the following packages have unmet dependencies' ? It won't let me load vnc4server until I sort this problem.

HELP!!

Cheers Mick

Re: Gnome, Packages have umet dependencies?

Posted: April 20th, 2013, 10:20 pm
by Ian
Hi Mick and welcome to the forums :thumbup:

Please issue the following commands and let me know what happens:

Code: Select all

sudo apt-get update

Code: Select all

sudo apt-get -f install
Then try and install vnc4server again.

Ian.

Re: Gnome, Packages have umet dependencies?

Posted: May 4th, 2013, 4:26 pm
by ricksebak
I don't use VNC on my server, so I never actually read the VNC section of the guide until seeing this thread. I noticed that you explained in extreme detail how to use vi (hit insert, :wq to save changes, etc). Very impressed! Most instructions would just say "edit this file" but not actually explain how to edit the file.

Re: Gnome, Packages have umet dependencies?

Posted: May 4th, 2013, 7:08 pm
by Ian
ricksebak wrote:I don't use VNC on my server, so I never actually read the VNC section of the guide until seeing this thread. I noticed that you explained in extreme detail how to use vi (hit insert, :wq to save changes, etc). Very impressed! Most instructions would just say "edit this file" but not actually explain how to edit the file.
Hi there,

I know what you mean. Throughout the guides I have tried to explain everything including, as you say, how to edit a file. The downside for some readers though is there's a lot of "noise" to skip through if you already know those basics. But it also helps me to remember too when I'm having a bad day! :oops:

Ian.