Skip to main content

All Questions

Tagged with
2 votes
1 answer
19k views

REMI repository on Centos 7 fails dependency

I'm following these instructions to install remi repository (for libsodium) on CentOS 7 $> wget http://rpms.famillecollet.com/enterprise/remi-release-7.rpm $> sudo rpm -Uvh remi-release-7.rpm ...
spraff's user avatar
  • 2,228
-1 votes
2 answers
212 views

epel 6 want to update a package with the epel5 version in Centos 6

I have downloaded and installed the epel 6 in Centos 6 using: wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -Uvh epel-release-6*.rpm but when i do: yum update ...
Luca's user avatar
  • 193
4 votes
1 answer
1k views

Yum: What defines the repo a package gets pulled from if the same package is contained in multiple repos?

On any given box that has subscriptions to multiple repos yum list available --showduplicates foo gives me: foo.x86_64 0.0.1-1 dev-repo foo.x86_64 0.0.1-1 test-repo What is the logic ...
donovan.lampa's user avatar
22 votes
5 answers
81k views

How do I get yum to see updates to a local repo without cleaning cache?

I have set up a local yum repository which I use to install test builds. For the testing purposes, my packages are versioned by <svn version number>.<date>.<time> (e.g. 12345....
Matt's user avatar
  • 321
1 vote
1 answer
103 views

Upgrading software packages from CLI in Linux from some online repo

I am on CentOS and have tried the following: [root@XMPP tigase]# rpm -Uvh MySQL-server-5.5.15-1.linux2.6.x86_64.rpm error: open of MySQL-server-5.5.15-1.linux2.6.x86_64.rpm failed: No such file or ...
kellogs's user avatar
  • 387