LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Problems with patching Ubuntu server. (https://www.linuxquestions.org/questions/ubuntu-63/problems-with-patching-ubuntu-server-940204/)

andy.l 04-17-2012 05:00 AM

Problems with patching Ubuntu server.
 
Hi
When I log in to my Ubuntu server i get this message:
Code:

8 packages can be updated.
6 updates are security updates.

I then run the following commands:
Code:

sudo apt-get update
and
Code:

sudo apt-get upgrade
But only get this message:

Code:

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
  landscape-common linux-headers-server linux-image-server linux-server
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

Why don't I get to install the security patches that clearly is missing?

/Andy.l

towheedm 04-17-2012 07:42 AM

Possibly those packages depends on the packages that's kept back. To see what's happening try a simulation:
Code:

apt-get -s dist-upgrade

273 04-17-2012 07:43 AM

I don't usually just say "google it" but in this case it works:
http://ubuntuforums.org/showthread.php?t=1110499
The above thread explains why this happens, but for more detail try looking a the documentation for Ubuntu.


All times are GMT -5. The time now is 08:14 AM.