Results 1 to 7 of 7
I'm trying to install the webmin administration tool on debian 4.0
i try: apt-get install webmin
and get
Reading package lists... Done
Building dependency tree... Done
Package webmin is not ...
- 07-13-2007 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 36
webmin, how do i install??!!
I'm trying to install the webmin administration tool on debian 4.0
i try: apt-get install webmin
and get
Reading package lists... Done
Building dependency tree... Done
Package webmin 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 webmin has no installation candidate
what is the problem? am i "ordering" the wrong package?
- 07-13-2007 #2
You could look at Debian help
free/libre/open software for the people by the people
Linux user #185360
- 07-14-2007 #3Just Joined!
- Join Date
- Mar 2007
- Posts
- 36
thanks for the reply.
But I've tried that, it didn't work.
I've also checked my /etc/apt/sources.list file. Everything seems to be in order.
Is there some error on my end, or is it something on the source server?
- 07-14-2007 #4
a google search webmin apt - Google Search
will turn up a very nice result like this one
Webmin
- 07-14-2007 #5
Webmin is available in oldstable sources. add oldstable source and install it with apt-get.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-14-2007 #6Just Joined!
- Join Date
- Jul 2007
- Posts
- 3
just grab the .deb package from the webmin website and install it as root from a shell :
dpkg -i <webmin .deb. package>
if it complains about dependencies not met, then type
apt-get -f install
which will correct for the missing deps.
- 07-14-2007 #7Linux Enthusiast
- Join Date
- Jul 2005
- Location
- Maryland
- Posts
- 521
You can install it from sources:
Then, if you accepted defaults during setup, in browser enter:Code:tar xfz webmin-1.350.tar.gz cd webmin-1.350 sh setup.sh
Code:localhost:10000


Reply With Quote
