How to update Virtualmin on Debian?

I use Virtualmin Pro on Debian Lenny. Virtualmin is now version 3.69, but there are newer versions and there are also some security issues in 3.69 I think. (http://www.virtualmin.com/node/10412)

How can I update my Virtualmin? Aptitude or apt-get doesn't offer a new version and Virtualmin tells me, that all packages are up to date.

Thanks, Martin

Status: 
Closed (fixed)

Comments

You should be able to update with the command :

apt-get install webmin-virtual-server webmin-virtual-server-theme

If that doesn't work, what does your /etc/apt/sources.list file contain? And does apt-get update detect the software.virtualmin.com repositories?

apt-get install just says, that I have already the newest version: webmin-virtual-server is already the newest version. webmin-virtual-server-theme is already the newest version.

My /etc/apt/sources.list file contains the following line (user and password removed in this post): deb http://user:pass@software.virtualmin.com/debian/ virtualmin-lenny main

apt-get update tells this: Hit http://software.virtualmin.com virtualmin-lenny Release.gpg Hit http://software.virtualmin.com virtualmin-lenny Release Ign http://software.virtualmin.com virtualmin-lenny/main Packages/DiffIndex Hit http://software.virtualmin.com virtualmin-lenny/main Packages

And: apt-cache show webmin-virtual-server Package: webmin-virtual-server ... Version: 3.69

This solved the problem. Thank you!