Trying to install Webmin on Debian and am stuck.
Got the expected dependency errors and ran the apt-get but then libio-pty-perl has further issues:
vps:~/source# dpkg --install webmin_1.490_all.deb Selecting previously deselected package webmin. (Reading database ... 23015 files and directories currently installed.) Unpacking webmin (from webmin_1.490_all.deb) ... perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). dpkg: dependency problems prevent configuration of webmin: webmin depends on libio-pty-perl; however: Package libio-pty-perl is not installed. dpkg: error processing webmin (--install): dependency problems - leaving unconfigured Errors were encountered while processing: webmin vps:~/source# apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl Reading package lists... Done Building dependency tree... Done perl is already the newest version. libnet-ssleay-perl is already the newest version. openssl is already the newest version. libauthen-pam-perl is already the newest version. libpam-runtime is already the newest version. Package libio-pty-perl is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
Comments
Submitted by velvetpixel on Fri, 10/23/2009 - 14:33 Comment #1
vps:~/source# cat /etc/apt/sources.list deb http://ftp.de.debian.org/debian lenny main contrib non-free deb http://ftp.de.debian.org/debian-volatile lenny/volatile main contrib non-free deb http://ftp.de.debian.org/debian-security lenny/updates main contrib non-free
Submitted by velvetpixel on Fri, 10/23/2009 - 14:38 Comment #2
OK I figured it out :)
I needed to run an apt-get update first!
after that I could install libio-pty-perl
Setting up libio-pty-perl (1:1.07-1+b1) ... Setting up webmin (1.490) ... Webmin install complete.
Thanks Joe and Jamie and have a great weekend!
Submitted by andreychek on Fri, 10/23/2009 - 14:40 Comment #3
Glad to hear you got it, and thanks for the update!
Submitted by Issues on Sat, 11/07/2009 - 03:28 Comment #4
Automatically closed -- issue fixed for 2 weeks with no activity.