Upgrade packages that have been kept back

After upgrading to Ubuntu 9.04 I found something not upgraded when I work with apt-get commands.





$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
mplayer
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.




To fix this I have to run




$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed
libamrnb3 libamrwb3
The following packages will be upgraded:
mplayer
1 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 4684kB of archives.
After this operation, 598kB of additional disk space will be used.
Do you want to continue [Y/n]?
Get: 1 http://packages.medibuntu.org jaunty/non-free libamrnb3 7.0.0.2-0.1medibuntu1 [141kB]
Get: 2 http://packages.medibuntu.org jaunty/non-free libamrwb3 7.0.0.3-0.0medibuntu1 [119kB]
Get: 3 http://packages.medibuntu.org jaunty/non-free mplayer 2:1.0~rc2-0ubuntu19+medibuntu1 [4424kB]
Fetched 4684kB in 35s (132kB/s)
Selecting previously deselected package libamrnb3.
(Reading database ... 145875 files and directories currently installed.)
Unpacking libamrnb3 (from .../libamrnb3_7.0.0.2-0.1medibuntu1_amd64.deb) ...
Selecting previously deselected package libamrwb3.
Unpacking libamrwb3 (from .../libamrwb3_7.0.0.3-0.0medibuntu1_amd64.deb) ...
Preparing to replace mplayer 2:1.0~rc2-0ubuntu19 (using .../mplayer_2%3a1.0~rc2-0ubuntu19+medibuntu1_amd64.deb) ...
Unpacking replacement mplayer ...
Processing triggers for man-db ...
Setting up libamrnb3 (7.0.0.2-0.1medibuntu1) ...

Setting up libamrwb3 (7.0.0.3-0.0medibuntu1) ...

Setting up mplayer (2:1.0~rc2-0ubuntu19+medibuntu1) ...

Processing triggers for libc6 ...
ldconfig deferred processing now taking place



This method was found at here.

Comments

Popular posts from this blog

Ubuntu upgrade

Deploy WSP with SharePoint 2010 PowerShell

reinstall grub onto MBR after windows installed on a dual boot system