Re: rpm equivalent to 'pkg_add -r'?

2006-01-17 Thread Garrett Cooper

On Jan 16, 2006, at 11:17 PM, Gregory Nou wrote:


Marc G. Fournier wrote:
As the subject asks, is there an equivalent?  I'm trying to  
install linux apache2 on a FreeBSD box, and would like have rpm do  
as much as possible as far as getting the dependencies and  
downloading them ...

baring this, is there a better tool to use then rpm?
thanks ...

Marc G. Fournier   Hub.Org Networking Services (http:// 
www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy   
ICQ: 7615664


look at the end of rpm man page, there is a section INSTALL AND  
UPGRADE OPTIONS.
Concerning other tools, the poor experience I have with RH showed  
me that rpm is a great tool. Maybe you may try yum, which, iirc, is  
a GUI for rpm.


Cheers,

--
Gregory


	Actually yum's a means for updating that's meant to replace the  
Redhat Network Tool or whatever it was called back in RH9.0 and RHE,  
which comes as primarily a command line tool I thought. As far as I  
know is only available for Fedora-a product primarily made for  
desktop users made by Redhat.

-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rpm equivalent to 'pkg_add -r'?

2006-01-17 Thread Robert Slade
On Tue, 2006-01-17 at 08:36, Garrett Cooper wrote:
 On Jan 16, 2006, at 11:17 PM, Gregory Nou wrote:
 
  Marc G. Fournier wrote:
  As the subject asks, is there an equivalent?  I'm trying to  
  install linux apache2 on a FreeBSD box, and would like have rpm do  
  as much as possible as far as getting the dependencies and  
  downloading them ...
  baring this, is there a better tool to use then rpm?
  thanks ...
  
  Marc G. Fournier   Hub.Org Networking Services (http:// 
  www.hub.org)
  Email: [EMAIL PROTECTED]   Yahoo!: yscrappy   
  ICQ: 7615664
 
  look at the end of rpm man page, there is a section INSTALL AND  
  UPGRADE OPTIONS.
  Concerning other tools, the poor experience I have with RH showed  
  me that rpm is a great tool. Maybe you may try yum, which, iirc, is  
  a GUI for rpm.
 
  Cheers,
 
  -- 
  Gregory
 
   Actually yum's a means for updating that's meant to replace the  
 Redhat Network Tool or whatever it was called back in RH9.0 and RHE,  
 which comes as primarily a command line tool I thought. As far as I  
 know is only available for Fedora-a product primarily made for  
 desktop users made by Redhat.
 -Garrett

To clear up a couple of points: YUM is a Redhat tool but is a command
line one. It works on all Redhat derived systems not just Fedora. BTW
Fedora is not made by Redhat but is sponsored by them - they use it as a
test platform.

What I don't understand why the OP is installing Linux Apachie2 from
rpms when there is a perfectly good port for BSD which handles the
dependencies and the different locations of files, scripts etc.

Rob   


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rpm equivalent to 'pkg_add -r'?

2006-01-17 Thread Marc G. Fournier

On Tue, 17 Jan 2006, Robert Slade wrote:


On Tue, 2006-01-17 at 08:36, Garrett Cooper wrote:

On Jan 16, 2006, at 11:17 PM, Gregory Nou wrote:


Marc G. Fournier wrote:

As the subject asks, is there an equivalent?  I'm trying to
install linux apache2 on a FreeBSD box, and would like have rpm do
as much as possible as far as getting the dependencies and
downloading them ...
baring this, is there a better tool to use then rpm?
thanks ...

Marc G. Fournier   Hub.Org Networking Services (http://
www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy
ICQ: 7615664


look at the end of rpm man page, there is a section INSTALL AND
UPGRADE OPTIONS.
Concerning other tools, the poor experience I have with RH showed
me that rpm is a great tool. Maybe you may try yum, which, iirc, is
a GUI for rpm.

Cheers,

--
Gregory


Actually yum's a means for updating that's meant to replace the
Redhat Network Tool or whatever it was called back in RH9.0 and RHE,
which comes as primarily a command line tool I thought. As far as I
know is only available for Fedora-a product primarily made for
desktop users made by Redhat.
-Garrett


To clear up a couple of points: YUM is a Redhat tool but is a command
line one. It works on all Redhat derived systems not just Fedora. BTW
Fedora is not made by Redhat but is sponsored by them - they use it as a
test platform.

What I don't understand why the OP is installing Linux Apachie2 from
rpms when there is a perfectly good port for BSD which handles the
dependencies and the different locations of files, scripts etc.


One word: PHPlib

I have a client that has a Linux license for PHPlib, and from talking to 
the PHPlib folk, they won't convert the license to a FreeBSD one ... 
rather then send the client off to a Linux hosting company, I'm *trying* 
to accommodate their requirement on a FreeBSD platform ...



Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


rpm equivalent to 'pkg_add -r'?

2006-01-16 Thread Marc G. Fournier


As the subject asks, is there an equivalent?  I'm trying to install 
linux apache2 on a FreeBSD box, and would like have rpm do as much as 
possible as far as getting the dependencies and downloading them ...


baring this, is there a better tool to use then rpm?

thanks ...


Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rpm equivalent to 'pkg_add -r'?

2006-01-16 Thread Ivan \Rambius\ Ivanov
Hello,

 baring this, is there a better tool to use then rpm?
I am a newbie in freebsd with ambitions to become a master :) and up
to now I have installed tons of software using freebsd ports
collection and freebsd packages and I found them better than rpm.
Anyway, FreeBSD can run rpm as well (if rpm is installed of course :)
).

On 1/17/06, Marc G. Fournier [EMAIL PROTECTED] wrote:

 As the subject asks, is there an equivalent?  I'm trying to install
 linux apache2 on a FreeBSD box, and would like have rpm do as much as
 possible as far as getting the dependencies and downloading them ...
Well, when I installed my FreeBSD on my laptop, I was questioned
whether I would like to run a Web Server and I answered yes, so I had
apache2 installed.

You can compile and install httpd from ports collection with the
following command (as root):
cd /usr/ports/apache20
make install clean

Or you can install from a prebuilt binary package with the command
pkg_add -r apache2.

Regards
Rambius
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rpm equivalent to 'pkg_add -r'?

2006-01-16 Thread Marc G. Fournier

On Tue, 17 Jan 2006, Ivan Rambius Ivanov wrote:


Hello,


baring this, is there a better tool to use then rpm?

I am a newbie in freebsd with ambitions to become a master :) and up
to now I have installed tons of software using freebsd ports
collection and freebsd packages and I found them better than rpm.
Anyway, FreeBSD can run rpm as well (if rpm is installed of course :)
).

On 1/17/06, Marc G. Fournier [EMAIL PROTECTED] wrote:


As the subject asks, is there an equivalent?  I'm trying to install
linux apache2 on a FreeBSD box, and would like have rpm do as much as
possible as far as getting the dependencies and downloading them ...

Well, when I installed my FreeBSD on my laptop, I was questioned
whether I would like to run a Web Server and I answered yes, so I had
apache2 installed.

You can compile and install httpd from ports collection with the
following command (as root):
cd /usr/ports/apache20
make install clean

Or you can install from a prebuilt binary package with the command
pkg_add -r apache2.


You missed part of the question, but thanks for answering ... 
specifically, I'm tryin to install a linux apache2 binary, with all of the 
linux dependencies that go along with it :)



Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rpm equivalent to 'pkg_add -r'?

2006-01-16 Thread Gregory Nou

Marc G. Fournier wrote:


As the subject asks, is there an equivalent?  I'm trying to install 
linux apache2 on a FreeBSD box, and would like have rpm do as much as 
possible as far as getting the dependencies and downloading them ...


baring this, is there a better tool to use then rpm?

thanks ...


Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


look at the end of rpm man page, there is a section INSTALL AND UPGRADE 
OPTIONS.
Concerning other tools, the poor experience I have with RH showed me 
that rpm is a great tool. Maybe you may try yum, which, iirc, is a GUI 
for rpm.


Cheers,

--
Gregory
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]