These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for webmin-virtualmin-nginx on the new forum.
Hi
I'm having a hard time installing the package required by webmin to work with nginx.
I'm on Debian 6.06
apt-get install webmin-virtualmin-nginx webmin-virtualmin-nginx-ssl (on Debian).
I keep getting package not found.
Please help
Thanks
Run the following commands:
vi /etc/apt/sources.listcheck the virtualmin package is added in the list or not. if not add the following line:
deb http://software.virtualmin.com/gpl/debian/ virtualmin-squeeze main
deb http://software.virtualmin.com/gpl/debian/ virtualmin-universal main
and then update the package by
apt-get updatethen install
apt-get install webmin-virtualmin-nginx webmin-virtualmin-nginx-sslIt may work now
Thanks please close