hi all,
how do i install webmin using yum?
i tried: yum search webmin, but not found.
it must be on a different repos. what repos do i need to add to see this package.
thanks t. hiep
Just download from Webmin.com let the package manager do the work for you.. Use the basic RPM download
john
Hiep Nguyen wrote:
hi all,
how do i install webmin using yum?
i tried: yum search webmin, but not found.
it must be on a different repos. what repos do i need to add to see this package.
thanks t. hiep
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hiep Nguyen wrote:
hi all,
how do i install webmin using yum?
i tried: yum search webmin, but not found.
it must be on a different repos. what repos do i need to add to see this package.
thanks t. hiep
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.400-1.noarch.rpm
rpm --import http://www.webmin.com/jcameron-key.asc
yum localinstall webmin-1.400-1.noarch.rpm
I was able to go to www.webmin.com and download the rpm file and install I am using centos 5 I also was not able to install using yum but this worked for me
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Ross Cavanagh Sent: Wednesday, March 05, 2008 7:12 PM To: CentOS mailing list Subject: Re: [CentOS] install webmin
Hiep Nguyen wrote:
hi all,
how do i install webmin using yum?
i tried: yum search webmin, but not found.
it must be on a different repos. what repos do i need to add to see this package.
thanks t. hiep
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.400-1.noarch.rpm
rpm --import http://www.webmin.com/jcameron-key.asc
yum localinstall webmin-1.400-1.noarch.rpm
_______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Thursday 06 March 2008 01:57:24 Alex wrote:
I was able to go to www.webmin.com and download the rpm file and install I am using centos 5 I also was not able to install using yum but this worked for me
You needed 'yum localinstall' and the full path to the stored rpm. Just for another time :-)
Anne
On Thu, 6 Mar 2008, Ross Cavanagh wrote:
Hiep Nguyen wrote:
hi all,
how do i install webmin using yum?
i tried: yum search webmin, but not found.
it must be on a different repos. what repos do i need to add to see this package.
thanks t. hiep
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.400-1.noarch.rpm
rpm --import http://www.webmin.com/jcameron-key.asc
yum localinstall webmin-1.400-1.noarch.rpm
what about openssl.
yum search openssl and found a lot, but
yum install openssl, nothing install.
is it possible to install openssl using yum???
thanks, t. hiep
Hiep Nguyen wrote:
what about openssl.
yum search openssl and found a lot, but
yum install openssl, nothing install.
is it possible to install openssl using yum???
Yes.
And it probably already is installed. How about reading some documentation?
http://centos.org/docs/5/ should keep you busy for a day or two ...
Cheers,
Ralph
Ralph Angenendt wrote:
Hiep Nguyen wrote:
what about openssl.
yum search openssl and found a lot, but
yum install openssl, nothing install.
is it possible to install openssl using yum???
Yes.
And it probably already is installed. How about reading some documentation?
http://centos.org/docs/5/ should keep you busy for a day or two ...
Or just run "yum info openssl" to see.
I think it is kind of dumb that an explict "yum install xxxx" gives the same "nothing to do" response and doesn't distinguish between "xxxx" is already installed" and "xxxx doesn't exist, you probably misspelled it".
On Thu, Mar 06, 2008 at 02:00:00PM +0100, Ralph Angenendt enlightened us:
what about openssl.
yum search openssl and found a lot, but
yum install openssl, nothing install.
is it possible to install openssl using yum???
Yes.
And it probably already is installed. How about reading some documentation?
http://centos.org/docs/5/ should keep you busy for a day or two ...
I've suggested this twice already, but it seems to be falling on deaf ears...
On Thu, 6 Mar 2008, Matt Hyclak wrote:
On Thu, Mar 06, 2008 at 02:00:00PM +0100, Ralph Angenendt enlightened us:
what about openssl.
yum search openssl and found a lot, but
yum install openssl, nothing install.
is it possible to install openssl using yum???
Yes.
And it probably already is installed. How about reading some documentation?
http://centos.org/docs/5/ should keep you busy for a day or two ...
I've suggested this twice already, but it seems to be falling on deaf ears...
i did, but not 940 pages and understand/remember everything. i read the section that i need for my task, but found none that why i asked. if one can read/understand/remember all related docs that google returned, then none of us will be here on this forum.
t. hiep
Matt Hyclak wrote:
On Thu, Mar 06, 2008 at 02:00:00PM +0100, Ralph Angenendt enlightened us:
what about openssl.
yum search openssl and found a lot, but
yum install openssl, nothing install.
is it possible to install openssl using yum???
Yes.
And it probably already is installed. How about reading some documentation?
http://centos.org/docs/5/ should keep you busy for a day or two ...
I've suggested this twice already, but it seems to be falling on deaf ears...
When someone wants to install webmin it is already a good hint that they don't want to deal with a million command line ways to do things...
One of several reasons that I usually install the k12ltsp re-spun versions of Centos and fedora is that besides adding the ltsp package to boot thin clients it also includes some extra yum repos pre-configured and push-button commands to install several handy things that aren't actually part of the distro: flash, acrobat, java, MS fonts, webmin, etc. (http://www.k12ltsp.org).
Les Mikesell wrote:
On Thu, Mar 06, 2008 at 02:00:00PM +0100, Ralph Angenendt enlightened us:
http://centos.org/docs/5/ should keep you busy for a day or two ...
When someone wants to install webmin it is already a good hint that they don't want to deal with a million command line ways to do things...
Yes. But one should at least know the package management tools (hey, yumex is there, also) of the distribution one uses. And the yum documentation isn't really that long ...
Cheers,
Ralph
Ralph Angenendt wrote:
Les Mikesell wrote:
On Thu, Mar 06, 2008 at 02:00:00PM +0100, Ralph Angenendt enlightened us:
http://centos.org/docs/5/ should keep you busy for a day or two ...
When someone wants to install webmin it is already a good hint that they don't want to deal with a million command line ways to do things...
Yes. But one should at least know the package management tools (hey, yumex is there, also) of the distribution one uses. And the yum documentation isn't really that long ...
Or - use a distribution like k12ltsp that comes set up with appropriate repositories out of the box so everyone doesn't have to repeat the work of tracking them down and figuring out how to use them.
On Thu, 2008-03-06 at 04:47 -0800, Hiep Nguyen wrote:
On Thu, 6 Mar 2008, Ross Cavanagh wrote:
Hiep Nguyen wrote:
hi all,
how do i install webmin using yum?
i tried: yum search webmin, but not found.
it must be on a different repos. what repos do i need to add to see this package.
thanks t. hiep
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.400-1.noarch.rpm
rpm --import http://www.webmin.com/jcameron-key.asc
yum localinstall webmin-1.400-1.noarch.rpm
what about openssl.
yum search openssl and found a lot, but
yum install openssl, nothing install.
is it possible to install openssl using yum???
---- if this is ssl with respect to webmin, you need perl-Net-SSLeay package
you might have to get the package from dag/rpmforge repository
Craig