So I want to use untangle for a ssh server as well, a one that I can access while I'm away. So I want to install webmin to configure it... however facing a few problems, I get the webmin deb file I doAnd then it gives meCode:dpkg -i webmin_1.490_all.deb
So it's obviously missing files from the respitory. How can I go around and get this working? On ubuntu it just goes and downloads those files by itself. Any ideas?Code:
Selecting previously deselected package webmin.
(Reading database ... 57920 files and directories currently installed.)
Unpacking webmin (from webmin_1.490_all.deb) ...
dpkg: dependency problems prevent configuration of webmin:
webmin depends on libnet-ssleay-perl; however:
Package libnet-ssleay-perl is not installed.
webmin depends on libauthen-pam-perl; however:
Package libauthen-pam-perl is not installed.
webmin depends on libio-pty-perl; however:
Package libio-pty-perl is not installed.
webmin depends on libmd5-perl; however:
Package libmd5-perl is not installed.
dpkg: error processing webmin (--install):
dependency problems - leaving unconfigured
Errors were encountered while pro
The solution posted on webmin's site was to do: apt-get install libnet-ssleay-perl
But untangle does not have that respitory.
I think it's in multiverse or universe.