I'm trying to install webmin on my debian and i'm getting these errors.
How do i install these dependencies through apt-get. i keep getting these errors.
Code:
root@Pogoplug:~# apt-get install webmin
Reading package lists... Done
Building dependency tree
Reading state information... Done
webmin is already the newest version.
[COLOR="#0000FF"][B]You might want to run 'apt-get -f install' to correct these:[/B] # what does this mean?[/COLOR]
The following packages have unmet dependencies:
webmin : Depends: libnet-ssleay-perl but it is not going to be installed
Depends: libauthen-pam-perl but it is not going to be installed
Depends: libio-pty-perl but it is not going to be installed
Depends: apt-show-versions but it is not going to be installed
Depends: python but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@Pogoplug:~# apt-get python
E: Invalid operation python
root@Pogoplug:~#
How do i install these dependencies through apt-get. i keep getting these errors.