Webmin installation error in Ubuntu 14.04

Sometime we face below error message when we install this debian package.

Error-  dpkg: dependency problems prevent configuration of webmin: webmin depends on    libauthen-pam-perl;   however: Package libauthen-pam-perl is not installed. webmin depends on apt-show-versions;however: Package apt-show-versions is not installed.

Solution-
Step1- Sudo apt-get update
Step2- Sudo apt-get install -f

This will help you for resolving this issue.

Comments

Popular posts from this blog

How to upload bulk Email alias in Google Workspace

Deploying App through AWS EKS by using ingress and fargate

How to install Kubernetes in Windows 10