updates

Hi
Today I setup a new testing server, ubuntu 10.04. Then installed virtualmin with install.sh. After running the Post-Installation wizard I ran Package Updates. There were 4 updates clicked the button to update and the first of the 4 updated successfully but the second ran and then stopped as below

Now updating linux-generic-pae …

  Installing package(s) with command apt-get -y install linux-generic-pae ..

  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following extra packages will be installed:
    linux-image-2.6.32-26-generic-pae linux-image-generic-pae
  Suggested packages:
    fdutils linux-doc-2.6.32 linux-source-2.6.32 linux-tools
  The following NEW packages will be installed:
    linux-image-2.6.32-26-generic-pae
  The following packages will be upgraded:
    linux-generic-pae linux-image-generic-pae
  2 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
  Need to get 31.6MB of archives.
  After this operation, 99.5MB of additional disk space will be used.
  Get:1 http://au.archive.ubuntu.com/ubuntu/ lucid-updates/main linux-image-2.6.32-26-generic-pae 2.6.32-26.48 [31.6MB]
  Get:2 http://au.archive.ubuntu.com/ubuntu/ lucid-updates/main linux-generic-pae 2.6.32.26.28 [4148B]</code>

now the other two updates have disappeared. How would I tell if all the updates have been completed correctly?

A quick way to determine that would be to log into the command line, and run this:

apt-get update && apt-get upgrade

If there’s anything to upgrade, you’d see it there.

-Eric

Thanks Eric
There were several so I said yes and now the server is up to date.

Thanks again
Allan