active questions tagged yum - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T21:56:41Z http://stackoverflow.com/feeds/tag/yum http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1838472/fedora-yum-repositories 0 Fedora yum repositories ? [closed] umanga 2009-12-03T08:26:50Z 2009-12-03T08:36:31Z <p>Greetings all,</p> <p>I come from Debian world and I installed Fedora 12 in my Macbook Pro. When I try to install software , I noticed that I cant find the huge software list which had in Debian. (first thing I found missing was bioinformatics tool called blast which can be found in debian repo <a href="http://packages.debian.org/sid/blast2" rel="nofollow">http://packages.debian.org/sid/blast2</a> ) I used rpmfusion as :</p> <pre><code>su -c 'rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm' </code></pre> <p>but couldn't see many of packages found in Debian.</p> <p>Is there any single massive repository for Fedora like in Debian ?</p> <p>Thanks in advance.</p> http://stackoverflow.com/questions/1837145/pci-compliance-magento-php-version 0 PCI Compliance + Magento + PHP version Erebus 2009-12-03T01:42:32Z 2009-12-03T02:40:59Z <p>I'm trying to get PCI Compliance for my dedicated server (Red Hat Enterprise Linux), which is running Magento. When I first installed Magento on the server, I realized that RHEL comes with a PHP version which is too old for Magento (5.1.6). So, I found a separate repo with PHP version 5.2.11, which got everything running fine, but now I'm in a bind. My PCI Compliance test says that since my PHP version is &lt; 5.3.1 it has security issues. If I try to update to 5.3.1, Magento breaks. I don't want to edit the Magento core to fix those problems, so I guess what I need is a repo with PHP 5.2.11, but that I can confidently say/prove has back-ported to patch up the issues that the PCI Compliance scan identifies.</p> <p>I realize this is terribly convoluted, but if you have any suggestions/tips I'd be happy to hear them.</p> <p>Thanks.</p> http://stackoverflow.com/questions/1133495/how-do-i-find-which-rpm-package-supplies-a-file-im-looking-for 0 how do I find which rpm package supplies a file I'm looking for? wherestheph 2009-07-15T19:35:37Z 2009-11-30T14:05:15Z <p>As an example, I am looking for a mod_files.sh file which presumably would come with the php-devel package. I guessed that yum would install the mod_files.sh file with the php-devel x86_64 5.1.6-23.2.el5_3 package , but the file appears to not to be installed on my filesystem. How do I find out which package installs the specific file I'm looking for where I have not necessarily already locally downloaded the package which may include the file that I'm looking for?</p> <p>I'm using CentOS 5. </p> http://stackoverflow.com/questions/810861/using-centos-repository-on-a-redhat-installation 0 Using CentOS repository on a Redhat Installation Khattak 2009-05-01T10:05:17Z 2009-11-25T19:15:35Z <p>Does a Redhat installation support CentOS repository e.g I install Redhat and in the yum repositories I define it to use CentOS's repository?</p> http://stackoverflow.com/questions/121502/installing-a-specific-package-version-with-yum 0 Installing a specific package version with yum Eli Courtwright 2008-09-23T14:49:02Z 2009-11-20T12:36:43Z <p>I have a Fedora system with Postgres version 8.3 and I want to downgrade to 8.2 because of a compatibility issue. I've been using yum for everything, but it's my first time with this package manager, and I don't know how to downgrade things.</p> <p>So how do I tell it to give me a specific version of a package?</p> <p>EDIT: I managed to get this working by following by <a href="http://www.postgresql.org/ftp/binary/v8.2.10/linux/rpms/fedora/fedora-9-i386/" rel="nofollow">downloading</a> the specific packages as per skymt's suggestion, plus installing their GPG key. All I had to do was</p> <p><code>rpm --import RPM-GPG-KEY-PGDG<br /> yum localinstall postgresql-8.2.10-1PGDG.f9.i386.rpm<br /> yum localinstall .....</code></p> <p>And so on. However, this was fairly clunky and I'm still hoping that there's an easier way. If anyone knows of how to get YUM to target a specific version without resorting to this, please let me know so that I'll be able to do this next time.</p> http://stackoverflow.com/questions/1766380/determining-the-path-that-a-yum-package-installed-to 0 Determining the path that a yum package installed to brettbuddin 2009-11-19T20:43:59Z 2009-11-19T20:49:53Z <p>I've installed ffmpeg using yum under Redhat, and I'm having difficulty figuring out where (what path) it installed the package to. Is there an easy way of determining this without resorting to finding it myself manually?</p> http://stackoverflow.com/questions/1686490/what-is-the-centos-equivalent 0 What is the centOS equivalent? alex 2009-11-06T09:38:03Z 2009-11-06T09:46:13Z <pre><code>apt-get install devscripts </code></pre> <p>What is the equivalent in centOS?</p> http://stackoverflow.com/questions/1670386/in-centos-how-do-i-update-pyhon-2-4-3-to-2-5 0 In CentOS, how do I update Pyhon 2.4.3 to 2.5? [closed] alex 2009-11-03T21:54:43Z 2009-11-03T22:19:28Z <p>I want python 2.5, not 3.0.</p> <p>How to do yum update for this?</p> http://stackoverflow.com/questions/774772/django-on-centos 1 Django on CentOS Kyle Cronin 2009-04-21T21:47:43Z 2009-10-12T07:00:06Z <p>I'm looking to use Django on a shared host that's running an unknown version of CentOS. My main problem is trying to interface with a database. The server has MySQL installed, but not MySQL-python. I initially thought of suggesting running "yum install MySQL-python", but apparently the version of MySQL-python that's in the default repositories for CentOS is 1.2.1, and Django requires 1.2.1p2.</p> <p>This requirement first started with Django 0.96. In the <a href="http://docs.djangoproject.com/en/dev/releases/0.96/" rel="nofollow">release notes</a>, a deprecated interface called mysql_old was added for compatibility with older versions of MySQL-python. Last July this deprecated interface was unceremoniously <a href="http://code.djangoproject.com/changeset/7949" rel="nofollow">dropped</a>. The <a href="http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#MySQL%5Foldbackendremoved" rel="nofollow">announcement</a> of this change does not indicate a reason other than that it was old.</p> <p>Is it possible to resurrect this old interface in Django 1.1? Have there been any changes to the database interface since then? What would be the danger in forcing Django to skip the version check and using 1.2.1? Is it possible to compile a later version on another machine and copy the files over to the host? What would I need to know in order to do that?</p> <p>I also looked into SQLite, but CentOS ships with Python 2.4.3, and therefore would require the pysqlite2 extension, which (afaict) doesn't exist in the repository.</p> <p>Everything could be solved by simply installing from source, but that's rather messy and I have a much smaller chance of convincing the company to do that than getting them to install something from the repository. I realize that it seems like I should just get a different host, but you'll have to trust me that I have my reasons to try to make this work.</p> <p><em>note: I don't have any experience using CentOS or yum, so everything I've said about them is an informed guess. Please let me know if all I need to do is specify some settings or change repositories to get the updated versions of these packages. Thanks.</em></p> http://stackoverflow.com/questions/1552853/resolving-missing-dependency-libexif-so-9-while-trying-to-yum-install-mono-on-cen 0 Resolving missing dependency libexif.so.9 while trying to Yum install Mono on CentOS 5.3.3 miCRoSCoPiC_eaRthLinG 2009-10-12T05:24:57Z 2009-10-12T05:24:57Z <p>Hey guys, I'm trying to install Mono on CentOS 5.3.3 through Yum. </p> <p>According to the instructions I found elsewhere I grabbed a copy of <strong>mono.repo</strong> from the Mono site and placed it in the /etc/yum.repos.d directory.</p> <p>The file looks like this:</p> <pre><code>[mono] name=Mono for rhel-4-i386 (stable) baseurl=http://ftp.novell.com/pub/mono/download-stable/rhel-4-i386/ enabled=1 gpgcheck=0 </code></pre> <p>Next I ran <strong>yum install mono-complete</strong> and here's the log.</p> <pre><code>Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.5ninesolutions.com * updates: mirrors.usc.edu * centosplus: mirror.5ninesolutions.com * addons: mirror.5ninesolutions.com * extras: mirrors.usc.edu base | 1.1 kB 00:00 updates | 951 B 00:00 centosplus | 951 B 00:00 addons | 951 B 00:00 extras | 1.1 kB 00:00 Excluding Packages in global exclude list Finished Reducing CentOS-5 - Extras to included packages only Finished Setting up Install Process Parsing package install arguments Resolving Dependencies --&gt; Running transaction check ---&gt; Package mono-complete.i586 0:1.9.1-2.novell set to be updated --&gt; Processing Dependency: mono-nunit = 1.9.1-2.novell for package: mono-complete --&gt; Processing Dependency: mono-extras = 1.9.1-2.novell for package: mono-complete --&gt; Processing Dependency: mono-data = 1.9.1-2.novell for package: mono-complete --&gt; Processing Dependency: mono-data-firebird = 1.9.1-2.novell for package: mono-complete --&gt; Processing Dependency: bytefx-data-mysql = 1.9.1-2.novell for package: mono-complete --&gt; Processing Dependency: mono-locale-extras = 1.9.1-2.novell for package: mono-complete --&gt; Processing Dependency: mono-data-oracle = 1.9.1-2.novell for package: mono-complete --&gt; Processing Dependency: mono-data-sybase = 1.9.1-2.novell for package: mono-complete --&gt; Processing Dependency: mono-winforms = 1.9.1-2.novell for package: mono-complete --&gt; Processing Dependency: mono-data-sqlite = 1.9.1-2.novell for package: mono-complete --&gt; Processing Dependency: mono-jscript = 1.9.1-2.novell for package: mono-complete --&gt; Processing Dependency: mono-web = 1.9.1-2.novell for package: mono-complete --&gt; Processing Dependency: mono-data-postgresql = 1.9.1-2.novell for package: mono-complete --&gt; Processing Dependency: mono-devel = 1.9.1-2.novell for package: mono-complete --&gt; Processing Dependency: ibm-data-db2 = 1.9.1-2.novell for package: mono-complete --&gt; Processing Dependency: mono-core = 1.9.1-2.novell for package: mono-complete --&gt; Running transaction check ---&gt; Package mono-web.i586 0:1.9.1-2.novell set to be updated ---&gt; Package mono-data.i586 0:1.9.1-2.novell set to be updated ---&gt; Package mono-data-firebird.i586 0:1.9.1-2.novell set to be updated ---&gt; Package mono-core.i586 0:1.9.1-2.novell set to be updated --&gt; Processing Dependency: libgdiplus0 for package: mono-core ---&gt; Package mono-nunit.i586 0:1.9.1-2.novell set to be updated ---&gt; Package mono-devel.i586 0:1.9.1-2.novell set to be updated --&gt; Processing Dependency: glib2-devel for package: mono-devel ---&gt; Package mono-data-sybase.i586 0:1.9.1-2.novell set to be updated ---&gt; Package mono-data-postgresql.i586 0:1.9.1-2.novell set to be updated ---&gt; Package mono-jscript.i586 0:1.9.1-2.novell set to be updated ---&gt; Package mono-data-sqlite.i586 0:1.9.1-2.novell set to be updated ---&gt; Package bytefx-data-mysql.i586 0:1.9.1-2.novell set to be updated ---&gt; Package mono-data-oracle.i586 0:1.9.1-2.novell set to be updated ---&gt; Package ibm-data-db2.i586 0:1.9.1-2.novell set to be updated ---&gt; Package mono-locale-extras.i586 0:1.9.1-2.novell set to be updated ---&gt; Package mono-extras.i586 0:1.9.1-2.novell set to be updated ---&gt; Package mono-winforms.i586 0:1.9.1-2.novell set to be updated --&gt; Running transaction check ---&gt; Package libgdiplus0.i386 0:1.9-1.rhel4.novell set to be updated --&gt; Processing Dependency: libXrender.so.1 for package: libgdiplus0 --&gt; Processing Dependency: libungif.so.4 for package: libgdiplus0 --&gt; Processing Dependency: libexif.so.9 for package: libgdiplus0 ---&gt; Package glib2-devel.i386 0:2.12.3-4.el5_3.1 set to be updated --&gt; Running transaction check ---&gt; Package libXrender.i386 0:0.9.1-3.1 set to be updated ---&gt; Package libgdiplus0.i386 0:1.9-1.rhel4.novell set to be updated --&gt; Processing Dependency: libexif.so.9 for package: libgdiplus0 ---&gt; Package giflib.i386 0:4.1.3-7.1.el5_3.1 set to be updated --&gt; Finished Dependency Resolution libgdiplus0-1.9-1.rhel4.novell.i386 from mono has depsolving problems --&gt; Missing Dependency: libexif.so.9 is needed by package libgdiplus0-1.9-1.rhel4.novell.i386 (mono) Error: Missing Dependency: libexif.so.9 is needed by package libgdiplus0-1.9-1.rhel4.novell.i386 (mono) </code></pre> <p>According to <a href="http://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&amp;topic%5Fid=11944&amp;forum=38" rel="nofollow"><strong>this post on the CentOS forums</strong></a>, I even enabled the <strong>centosplus</strong> repo - but no avail.</p> <p>Can anyone guide me in resolving this missing dependency of <strong>libexif.so.9</strong> ? I cannot seem to find the rpm for this exact version...</p> <p>Thanks, m^e</p> http://stackoverflow.com/questions/1482457/how-to-use-a-private-yum-repo-on-amazon-s3-to-provision-amazon-ec2-instances 1 how to use a private yum repo on amazon-s3 to provision amazon-ec2 instances? jeff7091 2009-09-27T00:08:29Z 2009-09-27T00:36:36Z <p>My fantasy is to be able to spin up a standard AMI, load a tiny script and end up with a properly configured server instance.</p> <p>Part of this is that I would like to have a PRIVATE yum repo in S3 that would contain some proprietary code.</p> <p>It seems that S3 wants you to either be public or use AMZN's own special flavor of authentication.</p> <p>Is there any way that I can use standard HTTPS + either Basic or Digest auth with S3? I'm talking about direct references to S3, not going through a web-server to get to S3.</p> <p>Thanks, Jeff</p> <p>PS: if the answer is 'no', has anyone thought about adding AWS Auth support to yum?</p> http://stackoverflow.com/questions/1365426/in-rhel-5-yum-cannot-find-python-devel 0 In RHEL 5, yum cannot find python-devel [closed] steveha 2009-09-02T01:10:09Z 2009-09-02T01:10:09Z <p>At work I need to use Red Hat Enterprise Linux (RHEL) version 5 on one particular server. I am experienced with Linux, but not much with RHEL (more with Debian and Ubuntu).</p> <p>I want to install gitosis, but the EPEL package for gitosis depends on python-setuptools; and python-setuptools in turn depends on python-devel.</p> <p>yum cannot find python-devel.</p> <p>python-devel does not seem to exist in EPEL. This leads me to believe that it is probably supported in RHEL 5 directly; maybe EPEL isn't offering it because it's part of RHEL?</p> <p>Checking with RPM search on pbone.net, I do find that Centos has a python-devel package, which again makes me think that python-devel ought to be provided by RHEL.</p> <p>The yum.conf file on the server has a [main] entry with the line "distroverpkg=redhat-release" in it. The directory "yum.repos.d" has these repository files: epel.repo epel-testing.repo rhel-debuginfo.repo</p> <p>Should python-devel be in the "redhat-release" repository? Is there some other official RHEL repository I should be including in my yum config?</p> <p>Thanks for any help.</p> http://stackoverflow.com/questions/1121798/yum-same-settings-on-2-servers-different-results 0 yum: same settings on 2 servers, different results [closed] reseph 2009-07-13T20:16:54Z 2009-07-13T21:10:54Z <p>I have CentOS running on 2 servers, both with yum 3.2.19. duplicity is showing up on one server but not the other. I checked the repolist and they match:</p> <p>Server1:</p> <pre><code>[root@localhost yum.repos.d]# yum repolist all Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: pubmirrors.reflected.net * updates: mirror.atlanticmetro.net * addons: chi-10g-1-mirror.fastsoft.net * extras: mirrors.greenmountainaccess.net repo id repo name status addons CentOS-5 - Addons enabled: 0 base CentOS-5 - Base enabled: 2,508 c5-media CentOS-5 - Media disabled centosplus CentOS-5 - Plus disabled contrib CentOS-5 - Contrib disabled extras CentOS-5 - Extras enabled: 311 updates CentOS-5 - Updates enabled: 339 repolist: 3,158 </code></pre> <p>Server2:</p> <pre><code>[root@server yum.repos.d]# yum repolist all Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.sanctuaryhost.com * updates: mirror.trouble-free.net * addons: mirror.skiplink.com * extras: mirror.atlanticmetro.net repo id repo name status addons CentOS-5 - Addons enabled: 0 base CentOS-5 - Base enabled: 2,508 c5-media CentOS-5 - Media disabled centosplus CentOS-5 - Plus disabled contrib CentOS-5 - Contrib disabled extras CentOS-5 - Extras enabled: 311 updates CentOS-5 - Updates enabled: 339 repolist: 3,158 </code></pre> <p>Server1 sees duplicity in yum:</p> <pre><code>[root@localhost yum.repos.d]# yum search duplicity Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: pubmirrors.reflected.net * updates: mirror.atlanticmetro.net * addons: chi-10g-1-mirror.fastsoft.net * extras: mirrors.greenmountainaccess.net ============================================================ Matched: duplicity ============================================================= duplicity.i386 : Encrypted bandwidth-efficient backup using rsync algorithm </code></pre> <p>Server2 does not see duplicity:</p> <pre><code>[root@server yum.repos.d]# yum search duplicity Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.sanctuaryhost.com * updates: mirror.trouble-free.net * addons: mirror.skiplink.com * extras: mirror.atlanticmetro.net Excluding Packages in global exclude list Finished Warning: No matches found for: duplicity No Matches found </code></pre> <p>What am I missing (trying to get duplicity using yum on Server2)? I know the mirrors are different, but I didn't think that would matter if the repos are the same.</p> http://stackoverflow.com/questions/1008436/how-does-one-easily-add-posix-support-to-php-using-yum 0 How does one easily add posix support to PHP using yum? Kyle 2009-06-17T17:17:53Z 2009-06-17T18:03:33Z <p>I am running CentOS 5.2 and using yum to manage packages. I have had little luck installing php-posix but know with almost 100% certitude that it is a real and available package...somewhere. Has anyone had luck installing it?</p> <p>FWIW, I am using the following:</p> <p><code>sudo yum install -y php-posix</code></p> <p><b>Update:</b> I've realized that this may be an issue with my host (Slicehost) as I do in fact have cli, posix, and pcntl enabled for my PHP version (5.2.9)</p> http://stackoverflow.com/questions/660398/overriding-yum-dependency-checks-when-newer-versions-of-the-dependent-software-ex 0 Overriding yum dependency checks when newer versions of the dependent software exist Kyle 2009-03-18T22:46:06Z 2009-03-23T19:20:21Z <p>I'm using yum on CentOS 5.1 - I hand-compiled PHP 5.2.8 from source, but have other packages installed using yum. I need to install a PHP extension via pecl, and it requires phpize to be installed as well. However, doing the following yields a dependency error:</p> <blockquote> <p>sudo yum install php-devel</p> </blockquote> <p>Error: Missing Dependency: php = 5.1.6-20.el5_2.1 is needed by package php-devel</p> <p>Since I actually have a newer version of PHP already installed, how can I force yum to ignore this? Do I need to hand-compile pecl/phpize from source? I admittedly never had a problem before, it only seems to be because of a combo of compiles and yum installs.</p> <p>Any thoughts?</p> <p>Thanks, Kyle</p> http://stackoverflow.com/questions/635869/can-yum-tell-me-which-of-my-repositories-provide-a-particular-package 0 Can yum tell me which of my repositories provide a particular package? Brian Deacon 2009-03-11T18:54:28Z 2009-03-11T19:16:04Z <p>Hopefully short version of the question: If I'm on a machine that has a particular package installed, is there a yum command that will tell me which of it's configured repositories provided that package? (Or alternately, what repository would provide a yet-to-be-installed package.)</p> <p>Background in case some context is needed: We have a maze of yum repositories that we draw from. I have a machine that has a particular rpm package installed, and another machine with an apparently insufficient maze of repositories configured, and so I am not able to install the package I want onto that machine. I need to add the minimal necessary repositories to the new machine. I can't just shotgun the repositories from one machine to the other. And just going out and grabbing the rpm isn't an option because I need this to be reproducible.</p> http://stackoverflow.com/questions/489113/given-an-rpm-package-name-query-the-yum-database-for-updates 2 Given an rpm package name, query the yum database for updates mbac32768 2009-01-28T20:12:07Z 2009-01-29T03:41:55Z <p>I was imagining a 3-line Python script to do this but the yum Python API is impenetrable. Is this even possible?</p> <p>Is writing a wrapper for 'yum list package-name' the only way to do this?</p> http://stackoverflow.com/questions/104055/can-yum-be-used-to-list-the-contents-of-a-package 1 Can yum be used to list the contents of a package? lorin 2008-09-19T17:49:27Z 2008-09-20T07:31:24Z <p>I know how to use rpm to list the contents of a package <code>(rpm -qpil package.rpm)</code>. Is there any way to do this with yum? </p> http://stackoverflow.com/questions/104363/why-wont-my-package-upgrade-with-yum 1 Why won't my package upgrade with yum? lorin 2008-09-19T18:34:31Z 2008-09-19T19:26:56Z <p>I'm trying to upgrade a package using yum on Fedora 8. The package is "elfutils". Here's what I have installed locally:</p> <pre><code>$ yum info elfutils Installed Packages Name : elfutils Arch : x86_64 Version: 0.130 Release: 3.fc8 Size : 436 k Repo : installed Summary: A collection of utilities and DSOs to handle compiled objects </code></pre> <p>There's a bug in this version, and according to the <a href="https://bugzilla.redhat.com/show_bug.cgi?id=377241" rel="nofollow">bug report</a>, a newer version has been pushed to the Fedora 8 stable repository. But, if I try to update:</p> <pre><code>$ yum update elfutils Setting up Update Process Could not find update match for elfutils No Packages marked for Update </code></pre> <p>Here are my repositories:</p> <pre><code>$ yum repolist enabled repo id repo name status InstallMedia Fedora 8 enabled fedora Fedora 8 - x86_64 enabled updates Fedora 8 - x86_64 - Updates enabled </code></pre> <p>What am I missing?</p>