How can I up date my recently installed Ubuntu 12.04

Asked by sathiajith

When I trying to up grade /date my recently installed Ubuntu 12.04. desplaying :
Not all updates can be installed
Run a partial upgrade, to install as many updates as possible.

How can I up date my recently installed Ubuntu 12.04 ?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
sathiajith (vjsjith) said :
#1

....and when I tryed to isntall gimp with sudo desplaying :
 apt-get install gimp
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?

Revision history for this message
Barry Drake (b-drake) said :
#2

How long ago did you install, and was the install a clean install or did you use the Upgrade feature on the live CD. I'm afraid there seem to have been problems on some hardware unless the install was a clean one.

Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#3

From terminal type:

sudo dpkg --configure -a
sudo apt-get -f install
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get install ubuntu-desktop

give your password when asked from the system you will not have any visual feedback when you type the password so type it then press enter.

To install gimp you need to type this command:

sudo apt-get install gimp

Revision history for this message
sathiajith (vjsjith) said :
#4

Thank you So much

Revision history for this message
sathiajith (vjsjith) said :
#5

Thanks marcobra (Marco Braida), that solved my question.