Russ,<br><br>Try to&nbsp; get the specific error and post it back. I recall forgetting to import the gpg key(s) when adding repos in the past and it creating an issue.<br><br>A place where I found a lot of good advice for YUM (and other config issues) was 
<a href="http://www.linuxquestions.org/">http://www.linuxquestions.org/</a> .<br><br>Good Luck<br><br>Steve Kain<br><br><div class="gmail_quote">On Jan 8, 2008 12:00 PM,  &lt;<a href="mailto:calug-request@unknownlamer.org">
calug-request@unknownlamer.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Send CALUG mailing list submissions to<br> &nbsp; &nbsp; &nbsp; &nbsp;
<a href="mailto:calug@unknownlamer.org">calug@unknownlamer.org</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br> &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://lists.unknownlamer.org/listinfo/calug" target="_blank">http://lists.unknownlamer.org/listinfo/calug
</a><br>or, via email, send a message with subject or body &#39;help&#39; to<br> &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:calug-request@unknownlamer.org">calug-request@unknownlamer.org</a><br><br>You can reach the person managing the list at
<br> &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:calug-owner@unknownlamer.org">calug-owner@unknownlamer.org</a><br><br>When replying, please edit your Subject line so it is more specific<br>than &quot;Re: Contents of CALUG digest...&quot;<br>
<br><br>Today&#39;s Topics:<br><br> &nbsp; 1. Linux software management (Russ)<br> &nbsp; 2. Re: Linux software management (Brandon Checketts)<br> &nbsp; 3. Re: Linux software management (Bernard Karmilowicz)<br> &nbsp; 4. Re: Linux software management (Jim Sansing)
<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Mon, 7 Jan 2008 12:44:17 -0500 (EST)<br>From: Russ &lt;<a href="mailto:rmain@polaris.umuc.edu">rmain@polaris.umuc.edu
</a>&gt;<br>Subject: [CALUG] Linux software management<br>To: Calug Mailing List &lt;<a href="mailto:calug@unknownlamer.org">calug@unknownlamer.org</a>&gt;<br>Message-ID:<br> &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="mailto:Pine.GSO.3.96.1080107122509.20657A-100000@polaris.umuc.edu">
Pine.GSO.3.96.1080107122509.20657A-100000@polaris.umuc.edu</a>&gt;<br>Content-Type: TEXT/PLAIN; charset=US-ASCII<br><br>Hello,<br><br>I&#39;m trying to understand the complexitites of managing software on a<br>Linux machine. &nbsp;I just installed CentOS, and I want to download and
<br>install J2EE and Eclipse. &nbsp;I&#39;m a Linux beginner. &nbsp;Should all my software<br>come from the manufactureers recommended repositories in order to retain a<br>stable system? &nbsp;I added the jpackage.repo to my &#39;yum.repos.d
&#39; directory<br>and it seems to work fine. &nbsp;I also tried adding the dries.repo and the<br>dag.repo, and neither of those worked. &nbsp;I was following dries and dag web<br>site recommendations/instuctions on how to add the repos, but my system
<br>complained about not finding the /var/cache/dag and the<br>/var/cache/dries directories. &nbsp;I&#39;ve been looking online in the tldp web<br>site, Linux books, and the CentOS documentation. &nbsp;I figure I&#39;m not setting<br>
up the .repo files properly. &nbsp;Sorry I can&#39;t send them with this email at<br>this time, but any help would be appreiated. &nbsp;Any suggestions on where I<br>can learn more about repos and &nbsp;software management? &nbsp;If you need more
<br>info please let me know.<br><br>Sincerely,<br><br>Russ Main<br><br><br><br><br>------------------------------<br><br>Message: 2<br>Date: Mon, 07 Jan 2008 14:56:48 -0500<br>From: Brandon Checketts &lt;<a href="mailto:brandon@brandonchecketts.com">
brandon@brandonchecketts.com</a>&gt;<br>Subject: Re: [CALUG] Linux software management<br>To: Russ &lt;<a href="mailto:rmain@polaris.umuc.edu">rmain@polaris.umuc.edu</a>&gt;<br>Cc: Calug Mailing List &lt;<a href="mailto:calug@unknownlamer.org">
calug@unknownlamer.org</a>&gt;<br>Message-ID: &lt;<a href="mailto:47828400.1060805@brandonchecketts.com">47828400.1060805@brandonchecketts.com</a>&gt;<br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>
Russ,<br><br>rpmforge actually has a package to install, that will install the the necessary<br>files. &nbsp;I usually do this:<br><br>Find the appropriate file from<br><a href="http://dag.wieers.com/rpm/packages/rpmforge-release/" target="_blank">
http://dag.wieers.com/rpm/packages/rpmforge-release/</a> &nbsp; It will be named<br>0.3.6.el&lt;VERSION&gt;.rf.&lt;ARCH&gt;.rpm<br><br>Where VERSION is either 4 or 5 depending on whether you are using CentOS4 or<br>CentOS5. &nbsp;ARCH should be either i386 or x86_64
<br><br>wget<br><a href="http://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.i386.rpm" target="_blank">http://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
</a><br>rpm -ivh rpmforge*<br><br>You can then &#39;yum install whatever&#39; and it should include the rpmforge repositories.<br><br>Hope that helps,<br>Brandon Checketts<br><br><br><br>Russ wrote:<br>&gt; Hello,<br>&gt;
<br>&gt; I&#39;m trying to understand the complexitites of managing software on a<br>&gt; Linux machine. &nbsp;I just installed CentOS, and I want to download and<br>&gt; install J2EE and Eclipse. &nbsp;I&#39;m a Linux beginner. &nbsp;Should all my software
<br>&gt; come from the manufactureers recommended repositories in order to retain a<br>&gt; stable system? &nbsp;I added the jpackage.repo to my &#39;yum.repos.d&#39; directory<br>&gt; and it seems to work fine. &nbsp;I also tried adding the 
dries.repo and the<br>&gt; dag.repo, and neither of those worked. &nbsp;I was following dries and dag web<br>&gt; site recommendations/instuctions on how to add the repos, but my system<br>&gt; complained about not finding the /var/cache/dag and the
<br>&gt; /var/cache/dries directories. &nbsp;I&#39;ve been looking online in the tldp web<br>&gt; site, Linux books, and the CentOS documentation. &nbsp;I figure I&#39;m not setting<br>&gt; up the .repo files properly. &nbsp;Sorry I can&#39;t send them with this email at
<br>&gt; this time, but any help would be appreiated. &nbsp;Any suggestions on where I<br>&gt; can learn more about repos and &nbsp;software management? &nbsp;If you need more<br>&gt; info please let me know.<br>&gt;<br>&gt; Sincerely,<br>
&gt;<br>&gt; Russ Main<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; CALUG mailing list<br>&gt; <a href="mailto:CALUG@unknownlamer.org">CALUG@unknownlamer.org</a><br>&gt; <a href="http://lists.unknownlamer.org/listinfo/calug" target="_blank">
http://lists.unknownlamer.org/listinfo/calug</a><br>&gt;<br><br><br><br>------------------------------<br><br>Message: 3<br>Date: Tue, 08 Jan 2008 00:13:56 -0500<br>From: Bernard Karmilowicz &lt;<a href="mailto:karmilow@intencorp.com">
karmilow@intencorp.com</a>&gt;<br>Subject: Re: [CALUG] Linux software management<br>To: Russ &lt;<a href="mailto:rmain@polaris.umuc.edu">rmain@polaris.umuc.edu</a>&gt;<br>Cc: <a href="mailto:calug@unknownlamer.org">calug@unknownlamer.org
</a><br>Message-ID: &lt;<a href="mailto:47830694.6040500@intencorp.com">47830694.6040500@intencorp.com</a>&gt;<br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>Hi Russ:<br><br>&gt; Should all my software come from the manufactureers recommended
<br>&gt; repositories in order to retain a stable system?<br><br>Not for Linux to run stable, but rather for the user applications you<br>install to run stable (if at all).<br><br>Application packages are assembled under assumptions (shared library
<br>versions, config file locations, C headers, etc.) that may not apply to<br>your manufacturer&#39;s particular Linux distro.<br><br>A work-around (that I prefer to packages) is to download the<br>applications of interest from the respective developer ftp/web sites,
<br>and compile the applications locally. This ensures the application is<br>built against your system files. In my experience, the compiles usually<br>complete without error, so the local builds do not require a significant
<br>effort. Generally, more time is spent reading each application&#39;s README<br>and INSTALL files than performing the installations.<br><br>Sincerely,<br><br>- Bernie<br><br>--<br>+---------+---------+---------+---------+
<br> &nbsp;IntEn Corporation<br> &nbsp; &nbsp;Integrated Engineering Services<br> &nbsp; &nbsp; &nbsp;<a href="http://www.intencorp.com" target="_blank">http://www.intencorp.com</a><br>+---------+---------+---------+---------+<br><br><br><br><br>------------------------------
<br><br>Message: 4<br>Date: Tue, 08 Jan 2008 10:32:57 -0500<br>From: Jim Sansing &lt;<a href="mailto:jjsansing@verizon.net">jjsansing@verizon.net</a>&gt;<br>Subject: Re: [CALUG] Linux software management<br>To: <a href="mailto:calug@unknownlamer.org">
calug@unknownlamer.org</a><br>Message-ID: &lt;<a href="mailto:478397A9.5090908@verizon.net">478397A9.5090908@verizon.net</a>&gt;<br>Content-Type: text/plain; charset=ISO-8859-1<br><br>While what Bernie describes is true, there is one caveat,
<br>which is also true if you get a package from the project&#39;s<br>site or even some third party repositories. &nbsp;You now have<br>to take responsibility for updates (especially security) by<br>monitoring the project&#39;s announcements, which reminds
<br>me of that OS with major security problems because it is<br>so difficult to keep up with patches.<br><br>This is an issue I have been ranting about for some time on<br>various forums. &nbsp;I was hoping that the Linux Standard Base
<br>would be the solution, but it is too limited as it only covers<br>the file hierarchy and compiled programs, with nothing about<br>Perl/PHP/Java/other, databases, etc.<br><br>I think the solution is to provide developers with a method
<br>of building their apps for the distros, including a way to<br>make updates available thru the package manager. &nbsp;The<br>ESP Package Manager (<a href="http://epmhome.org/index.php" target="_blank">http://epmhome.org/index.php
</a>),<br>from the people who brought us CUPS, is an example of<br>this. &nbsp;But it only supports a few distros, and there is no<br>&#39;vendor supported&#39; repository for any distro that I know of.<br><br>But this doesn&#39;t help the end user now. &nbsp;So something to think
<br>about when picking a distro is what apps are available for it in<br>its repositories, just like we used to have to do a lot of research<br>on what hardware is supported. &nbsp;Debian has the largest number<br>of apps in their repositories, and they even have a &#39;non-free&#39;
<br>repository where you can find Sun&#39;s Java, among others. &nbsp;I&#39;m<br>guessing Fedora is second. &nbsp;The number of apps supported<br>by derivatives is (almost by definition) noticeably less.<br><br>Later . . . &nbsp; Jim<br>
<br><br>Bernard Karmilowicz wrote:<br>&gt; Hi Russ:<br>&gt;<br>&gt;<br>&gt;&gt; Should all my software come from the manufactureers recommended<br>&gt;&gt; repositories in order to retain a stable system?<br>&gt;&gt;<br>&gt;
<br>&gt; Not for Linux to run stable, but rather for the user applications you<br>&gt; install to run stable (if at all).<br>&gt;<br>&gt; Application packages are assembled under assumptions (shared library<br>&gt; versions, config file locations, C headers, etc.) that may not apply to
<br>&gt; your manufacturer&#39;s particular Linux distro.<br>&gt;<br>&gt; A work-around (that I prefer to packages) is to download the<br>&gt; applications of interest from the respective developer ftp/web sites,<br>&gt; and compile the applications locally. This ensures the application is
<br>&gt; built against your system files. In my experience, the compiles usually<br>&gt; complete without error, so the local builds do not require a significant<br>&gt; effort. Generally, more time is spent reading each application&#39;s README
<br>&gt; and INSTALL files than performing the installations.<br>&gt;<br>&gt; Sincerely,<br>&gt;<br>&gt; - Bernie<br>&gt;<br>&gt;<br><br><br><br>------------------------------<br><br>_______________________________________________
<br>CALUG mailing list<br><a href="mailto:CALUG@unknownlamer.org">CALUG@unknownlamer.org</a><br><a href="http://lists.unknownlamer.org/listinfo/calug" target="_blank">http://lists.unknownlamer.org/listinfo/calug</a><br><br>
<br>End of CALUG Digest, Vol 13, Issue 4<br>************************************<br></blockquote></div><br><br clear="all"><br>-- <br>Steve Kain<br>&quot;Keepin&#39; it real since &#39;76&quot;