우분투 Webmin 설치에러 정보
우분투 Webmin 설치에러본문
root@ webmin_1.500_all.deb (--install):
cannot access archive: No such file or directory
--install webmin_1.500_all.deb
(Reading database ... 137726 files and directories currently installed.)
Preparing to replace webmin 1.441 (using webmin.deb) ...
Unpacking replacement webmin ...
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 processing:
webmin
에러발생하네요..뭐가문제일까요
dpkg --install webmin_1.500_all.deb 입력했습니다
cannot access archive: No such file or directory
--install webmin_1.500_all.deb
(Reading database ... 137726 files and directories currently installed.)
Preparing to replace webmin 1.441 (using webmin.deb) ...
Unpacking replacement webmin ...
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 processing:
webmin
에러발생하네요..뭐가문제일까요
dpkg --install webmin_1.500_all.deb 입력했습니다
댓글 전체
webmin 사이트에서 보고 알립니다.
# apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
이걸 한번 해 보세요.
# apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
이걸 한번 해 보세요.
또 한가지가 있군요..
If you are installing on Ubuntu and the apt-get command reports that some of the packages cannot be found, edit /etc/apt/sources.list and make sure the lines ending with universe are not commented out.
우분투 사용하는데 apt-get 이 어떠한 페케지를 찾을 수 없다고 하면 /etc/apt/sources.list 파일을 열어 universe 로 끝나는 줄 모두 주석 처리 하지 마세요.
If you are installing on Ubuntu and the apt-get command reports that some of the packages cannot be found, edit /etc/apt/sources.list and make sure the lines ending with universe are not commented out.
우분투 사용하는데 apt-get 이 어떠한 페케지를 찾을 수 없다고 하면 /etc/apt/sources.list 파일을 열어 universe 로 끝나는 줄 모두 주석 처리 하지 마세요.
답변주셔서 감사합니다.
다름이 아닌
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
Reading state information... Done
perl is already the newest version.
openssl is already the newest version.
openssl set to manually installed.
Package libauthen-pam-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
E: Package libauthen-pam-perl has no installation candidate
에러가 발생됩니다
apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
했는데두요..주석까지해지했습니다..왜이럴까요?
다름이 아닌
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
Reading state information... Done
perl is already the newest version.
openssl is already the newest version.
openssl set to manually installed.
Package libauthen-pam-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
E: Package libauthen-pam-perl has no installation candidate
에러가 발생됩니다
apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
했는데두요..주석까지해지했습니다..왜이럴까요?
http://packages.ubuntu.com/dapper/perl/libauthen-pam-perl
이곳에서 libauthen-pam-perl 페키지 다운받아 설치해 보세요.
참고로 말씀드립니다만 저도 이 부분은 전혀 모릅니다. 다만 에러를 보고 인터넷에서 찾아 알려드리는 것 입니다.
그누보드 사이트에서 질문할 내용이 아니라 리룩스 커뮤니티 같은 곳에서 질문하시는게 정확한 답을 얻을 수 있으리라 생각됩니다.
이곳에서 libauthen-pam-perl 페키지 다운받아 설치해 보세요.
참고로 말씀드립니다만 저도 이 부분은 전혀 모릅니다. 다만 에러를 보고 인터넷에서 찾아 알려드리는 것 입니다.
그누보드 사이트에서 질문할 내용이 아니라 리룩스 커뮤니티 같은 곳에서 질문하시는게 정확한 답을 얻을 수 있으리라 생각됩니다.