I want to test out Proxmox to possibly get away from ESXi since I'm having all kinds of hardware compatibility issues with it right now.
I just complete the installation and want to get webmin installed. I followed all the videos and guides for it on Woodel.com but none if it has worked. I can't install any of the dependencies no matter what I do.
First I do the following after downloading the webmin installer and I get the following message:
I feel like I'm going in circles here and nothing is working. What am I doing wrong?
I just complete the installation and want to get webmin installed. I followed all the videos and guides for it on Woodel.com but none if it has worked. I can't install any of the dependencies no matter what I do.
First I do the following after downloading the webmin installer and I get the following message:
So I then try and install the missing dependancy packages by typing apt-get install -f and get the following:root@pve:/options# dpkg -i webmin_1.750_all.deb
Selecting previously unselected package webmin.
(Reading database ... 31133 files and directories currently installed.)
Unpacking webmin (from webmin_1.750_all.deb) ...
dpkg: dependency problems prevent configuration of webmin:
webmin depends on libio-pty-perl; however:
Package libio-pty-perl is not installed.
webmin depends on apt-show-versions; however:
Package apt-show-versions is not installed.
dpkg: error processing webmin (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
webmin
If I try to install the packages one by one I get the following:root@pve:/options# apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
webmin
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 146 MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 55999 files and directories currently installed.)
Removing webmin ...
root@pve:/options# apt-get install libio-pty-perl
Reading package lists... Done
Building dependency tree
Reading state information... Done
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
E: Package 'libio-pty-perl' has no installation candidate
I feel like I'm going in circles here and nothing is working. What am I doing wrong?
Last edited: