[newbie] Good Practice

2004-06-17 Thread OOzy
What is a good practice?? Is it to install programs from source or RPM? Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com Join the Club : http://www.mandrakeclub.com

Re: [newbie] Good Practice

2004-06-17 Thread Marc Hultquist
On Thursday, 17 June 2004 09:12, OOzy wrote: What is a good practice?? Is it to install programs from source or RPM? I personally feel its really up to the specific person, some people like installing from source, and some like installing from rpm. I personally like installing from source,

Re: [newbie] Good Practice

2004-06-17 Thread Anders Lind
On Thu, 17 Jun 2004 10:12:44 +0300 OOzy [EMAIL PROTECTED] wrote: What is a good practice?? Is it to install programs from source or RPM? It is up to you, personally I prefer to install from source if possible /Anders Want to buy your Pack

Re: [newbie] Good Practice

2004-06-17 Thread Aron Smith
On Thursday 17 June 2004 12:25 am, Anders Lind wrote: On Thu, 17 Jun 2004 10:12:44 +0300 OOzy [EMAIL PROTECTED] wrote: What is a good practice?? Is it to install programs from source or RPM? It is up to you, personally I prefer to install from source if possible I install from rpm ...untill

Re: [newbie] Good Practice

2004-06-17 Thread Anders Lind
On Thu, 17 Jun 2004 01:00:36 -0700 Aron Smith [EMAIL PROTECTED] wrote: I install from rpm ...untill it dosen't work thern I install from source Well, it is a matter of personal preference, IMO rpm is inferior to for example FreeBSD portsystem as I have expressed before on a few occassions,

Re: [newbie] Good Practice

2004-06-17 Thread Marc Hultquist
The ports system downloads, compiles, satisfies dependencies and installs all with the command make install apt-get ;-) ! I think personally apt-get is miles ahead of the port system on freebsd. -- Marc Hultquist ([EMAIL PROTECTED]) Computerkit Systems (Pty) Ltd

Re: [newbie] Good Practice

2004-06-17 Thread Anders Lind
On Thu, 24 Jun 2004 10:53:13 +0200 Marc Hultquist [EMAIL PROTECTED] wrote: apt-get ;-) ! I think personally apt-get is miles ahead of the port system on freebsd. And I think the other way around, apt-get is great, way better then RPM, but still you can end up in dependcy hell

Re: [newbie] Good Practice

2004-06-17 Thread Marc Hultquist
I have never once had a problem with apt-get and dependencies. apt-get install packagename and i have _never_ had a problem :p I had huge issues with the port system though when for example installing exim :\ Source compiling came into play ;-) -- Marc Hultquist ([EMAIL PROTECTED])

Re: [newbie] Good Practice

2004-06-17 Thread Anders Lind
On Thu, 24 Jun 2004 11:10:08 +0200 Marc Hultquist [EMAIL PROTECTED] wrote: I have never once had a problem with apt-get and dependencies. apt-get install packagename and i have _never_ had a problem :p I had huge issues with the port system though when for example installing exim :\

Re: [newbie] Good Practice

2004-06-17 Thread Marc Hultquist
Yup I do have to agree with you on that point. But then again when I need to upgrade minor packages I usually do it from source, but as i always say, everybody to their own. -- Marc Hultquist ([EMAIL PROTECTED]) Computerkit Systems (Pty) Ltd http://www.cks.co.za (P) +27 11 695 5317 (F)

Re: [newbie] Good Practice

2004-06-17 Thread Derek Jennings
On Thursday 17 Jun 2004 08:12, OOzy wrote: What is a good practice?? Is it to install programs from source or RPM? For a newbie RPM for sure. That way you will not have to post when compiling does not work. Seriously. While compiling from source can be fun. There is a down side. It is

Re: [newbie] Good Practice

2004-06-17 Thread Hoyt Bailey
On Thursday 17 June 2004 02:12, OOzy wrote: What is a good practice?? Is it to install programs from source or RPM? Guess it depends on how much pain you want to go through or how good you are as a linux gru. For myself its rpm by a long shot. -- Regards; Hoyt

Re: [newbie] Good Practice

2004-06-17 Thread Stephen Kuhn
On Thu, 2004-06-17 at 17:12, OOzy wrote: What is a good practice?? Is it to install programs from source or RPM? If you're a noobie, RPM. If you're a wacko, sicko geek, source. stephen kuhn - proprietor == illawarra computer services a kuhn media australia company

Re: [newbie] Good Practice

2004-06-17 Thread Stephen Kuhn
On Thu, 2004-06-17 at 17:25, Anders Lind wrote: On Thu, 17 Jun 2004 10:12:44 +0300 OOzy [EMAIL PROTECTED] wrote: What is a good practice?? Is it to install programs from source or RPM? It is up to you, personally I prefer to install from source if possible /Anders At least when

Re: [newbie] Good Practice

2004-06-17 Thread Anders Lind
On Thu, 17 Jun 2004 09:02:10 +0100 Derek Jennings [EMAIL PROTECTED] wrote: For a newbie RPM for sure. That way you will not have to post when compiling does not work. Seriously. While compiling from source can be fun. There is a down side. It is difficult to *uninstall* apps compiled from

Re: [newbie] Good Practice

2004-06-17 Thread Marc Hultquist
Well I have to say in reply to Stephan, I have to be a sick, whacko ;-) because I detest compiling packages from rpm. I would prefer in that case to get a source rpm and recompile it for my specific or the specific computer. Thats why I use source packages, I only really use things like

Re: [newbie] Good Practice

2004-06-17 Thread Charles A Edwards
On Thu, 17 Jun 2004 12:20:26 +0200 Anders Lind wrote: You definitely have valid points but one main reason to compile from source if possible is that the compilation will form after your own computer and not precompiled package that might suit it The same can be accomplished be either

Re: [newbie] Good Practice

2004-06-17 Thread robin
OOzy wrote: What is a good practice?? Is it to install programs from source or RPM? It depends (no pun intended) on a number of things, such as your level of expertise, the amount of time you have, whether you are installing a package designed for the distro and version you are using and so on.