Submitted by mschuster on Wed, 08/26/2009 - 21:43
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
Submitted by JamieCameron on Wed, 08/26/2009 - 23:15 Comment #1
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?Submitted by mschuster on Fri, 08/28/2009 - 02:21 Comment #2
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
You're missing the virtualmin-universal repo. Upgrading from etch to lenny requires a few extra steps, because of some changes I've made to make things more Debian-esque.
The necessary steps are documented here:
http://www.virtualmin.com/documentation/id,upgrading_debian_etch_to_lenn...
Submitted by mschuster on Fri, 08/28/2009 - 02:58 Comment #4
This solved the problem. Thank you!