View Full Version : [SOLVED] ask - how to install webmin ?
cakka
March 13th, 2011, 11:23 AM
hello,
=== This problem have been solved, Thank You ===
i want to install webmin on my vps
my vps is using ubuntu as operating system
i have download webmin, but when i install it
it come failed
i got this message :
root@server1:/home/apps# dpkg --install webmin_1.530_all.deb
Selecting previously deselected package webmin.
(Reading database ... 21634 files and directories currently installed.)
Unpacking webmin (from webmin_1.530_all.deb) ...
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 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
so, i do this :
root@server1:/home/apps# apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-
and get this message :
perl apt-show-versions
Reading package lists... Done
Building dependency tree
Reading state information... Done
perl is already the newest version.
Package libnet-ssleay-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 libnet-ssleay-perl has no installation candidate
next, i am getting this instruction on webmin page :
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.
how to edit the file via ssh ?
thanks
Kozley
March 13th, 2011, 11:26 AM
I has same problem with it. I was came with a solution to install webmin: sudo apt-get install -f after you install fail.
cakka
March 13th, 2011, 12:21 PM
@Kozley
thanks for your help
i will try your suggestion
cakka
March 13th, 2011, 12:25 PM
I has same problem with it. I was came with a solution to install webmin: sudo apt-get install -f after you install fail.
i have try that, and it give me this :
root@server1:/home/apps# sudo 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, 91.4MB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 37898 files and directories currently installed.)
Removing webmin ...
when i go to XXX.XXX.XXX.XX:10000
it's still :
This webpage is not available.
The webpage at http://XXX.XXX.XXX.XX:10000/ might be temporarily down or it may have moved permanently to a new web address.
any other ideas ?
thanks
Kozley
March 13th, 2011, 08:59 PM
i have try that, and it give me this :
root@server1:/home/apps# sudo 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, 91.4MB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 37898 files and directories currently installed.)
Removing webmin ...
when i go to XXX.XXX.XXX.XX:10000
it's still :
This webpage is not available.
The webpage at http://XXX.XXX.XXX.XX:10000/ might be temporarily down or it may have moved permanently to a new web address.
any other ideas ?
thanks
Alright, I see you had installed successfully before it fails.
I can put a link to youtube howto, there was I did followed to installation and it works for me. Give a try again. Here's the link: http://www.youtube.com/watch?v=yrraRReECRg
Remember always put your localhost on browser after install successfully: https://localhost:10000
kevinthecomputerguy
March 13th, 2011, 09:10 PM
You can read page 1 of my website, it will tell you how
http://woodel.com
But basically all it is saying is you are missing packages, so type
sudo apt-get install those-packages-it-says-you-are-missing-....
example in your case that would be this
sudo apt-get install libnet-ssleay-perl libauthen-pam-perl libio-pty-perl apt-show-versions
jerome1232
March 13th, 2011, 09:42 PM
I had to attempt to install webmin, then those individual packages, then apt-get install -f figured it all out.
I wonder why dpkg won't just grab those dependencies on it's own?
cakka
March 15th, 2011, 05:05 AM
Alright, I see you had installed successfully before it fails.
I can put a link to youtube howto, there was I did followed to installation and it works for me. Give a try again. Here's the link: http://www.youtube.com/watch?v=yrraRReECRg
Remember always put your localhost on browser after install successfully: https://localhost:10000
ok, i will check this video
i will say to you if something still wrong
You can read page 1 of my website, it will tell you how
http://woodel.com
But basically all it is saying is you are missing packages, so type
sudo apt-get install those-packages-it-says-you-are-missing-....
example in your case that would be this
sudo apt-get install libnet-ssleay-perl libauthen-pam-perl libio-pty-perl apt-show-versions
thanks for your help, i will try it too if the video didn't give me the solution
I had to attempt to install webmin, then those individual packages, then apt-get install -f figured it all out.
I wonder why dpkg won't just grab those dependencies on it's own?
i have to do that, but it just remove the webmin
is i make a mistake ?
thanks
kevinthecomputerguy
March 15th, 2011, 05:12 AM
:- )
cakka
March 15th, 2011, 05:32 AM
Alright, I see you had installed successfully before it fails.
I can put a link to youtube howto, there was I did followed to installation and it works for me. Give a try again. Here's the link: http://www.youtube.com/watch?v=yrraRReECRg
Remember always put your localhost on browser after install successfully: https://localhost:10000
i have tried the method on youtube but there is any different, check out this
root@server1:/home/apps# sudo dpkg -i webmin_1.530_all.deb
Selecting previously deselected package webmin.
(Reading database ... 21634 files and directories currently installed.)
Unpacking webmin (from webmin_1.530_all.deb) ...
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 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
root@server1:/home/apps# sudo 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, 91.4MB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 37898 files and directories currently installed.)
Removing webmin ...
it is not install the needed package but remove the webmin
i am using ubuntu-10.04-x86 for my vps
thanks
cakka
March 15th, 2011, 05:35 AM
Can't believe i am being compared to some video on a webmin question...
nobody knows who i am :- (
sorry for that, i just try to clearing this problem step by step ;)
thanks for your help friend :popcorn:
jerome1232
March 15th, 2011, 05:37 AM
did you try installing those packages you are missing?
sudo apt-get install libnet-ssleay-perl libauthen-pam-perl libauthen-pam-perl libio-pty-perl apt-show-versions
cakka
March 15th, 2011, 05:48 AM
You can read page 1 of my website, it will tell you how
http://woodel.com
But basically all it is saying is you are missing packages, so type
sudo apt-get install those-packages-it-says-you-are-missing-....
example in your case that would be this
sudo apt-get install libnet-ssleay-perl libauthen-pam-perl libio-pty-perl apt-show-versions
after install webmin, i have try this
apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions
but it make some application downgraded & crash
any ideas ?
on webmin site, i am getting this tutorial :
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.
but how to do that ?
thanks
cakka
March 15th, 2011, 05:49 AM
did you try installing those packages you are missing?
sudo apt-get install libnet-ssleay-perl libauthen-pam-perl libauthen-pam-perl libio-pty-perl apt-show-versions
yes, i did. check on #13
thanks
cakka
March 15th, 2011, 05:58 AM
i have tried the step that i got from webmin site, but i am confuse to edit the /etc/apt/sources.list file
please tell me the way
thanks
jerome1232
March 15th, 2011, 06:04 AM
Be careful editing this file!!!!
sudo nano /etc/apt/sources.list
or if you have a gui installed (assuming gnome)
gksu gedit /etc/apt/sources.list
kde
kdesu kate /etc/apt/sources.list
kevinthecomputerguy
March 15th, 2011, 06:06 AM
Page 1 of my website walks you through the steps
or this command
sudo apt-get install vim
sudo vim /etc/apt/sources.list
good luck
Edit * run sudo before every command
jerome1232
March 15th, 2011, 06:15 AM
You said an application was going to be downgraded? What was the exact output from that attempt to install?
cakka
March 15th, 2011, 06:28 AM
You said an application was going to be downgraded? What was the exact output from that attempt to install?
sorry, i am wrong
after i do :
apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions
i tried to download and install libnet-ssleay-prel
now i am trying to edit the /etc/apt/sources.list
thanks
cakka
March 15th, 2011, 06:55 AM
this problem have solved
thanks friends, for your help :)
Kozley
March 15th, 2011, 09:26 AM
this problem have solved
thanks friends, for your help :)
Glad to you have solved your problem to install webmin :)
Please mark this thread as solved. You can find it on drop down "Thread Tools".
cakka
April 28th, 2011, 06:50 AM
Glad to you have solved your problem to install webmin :)
Please mark this thread as solved. You can find it on drop down "Thread Tools".
ok, thank you
Powered by vBulletin® Version 4.2.2 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.