PDA

View Full Version : [ubuntu] Packages that don't update.



chrispche
May 1st, 2012, 10:43 AM
http://i45.servimg.com/u/f45/11/95/68/21/screen10.jpg (http://www.servimg.com/image_preview.php?i=49&u=11956821)

If you look at the screenshot there is two items that refuse to upgrade or go away. Any ideas? I upgraded from 11.10 over the air. I'm using the 64bit version of 12.04.

tomatoe
May 1st, 2012, 10:51 AM
Have you tried upgrading from terminal?

chrispche
May 1st, 2012, 05:04 PM
No I have not. Do you have the command handy?

chrispche
May 1st, 2012, 05:11 PM
I used sudo apt-get dist-upgrade. I got:


chrispche@chrispche-VGN-AR51M:~$ sudo apt-get dist-upgrade
[sudo] password for chrispche:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
ibus-hangul nabi
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
chrispche@chrispche-VGN-AR51M:~$

tomatoe
May 1st, 2012, 05:22 PM
Dist-upgrade is for upgrading from 11.10 to 12.04 for example.

Try


sudo apt-get update
sudo apt-get upgrade

oldos2er
May 1st, 2012, 06:07 PM
Dist-upgrade is for upgrading from 11.10 to 12.04 for example.


No, apt-get dist-upgrade allows apt-get to install new packages instead of only upgrading current packages (which is what a normal upgrade does). [Thanks, CharlesA]

chrispche
May 1st, 2012, 06:45 PM
Well I'm still getting the same thing.



chrispche@chrispche-VGN-AR51M:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
ibus-hangul nabi
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
chrispche@chrispche-VGN-AR51M:~$

chrispche
May 1st, 2012, 07:30 PM
Solved, manually upgrade using Synaptic Package Manager. Cheers for the help though.