0
votes
2answers
40 views

yum: enable a disabled repository

I've found out I can use yum --enablerepo= to temporarily enable a disabled Yum repository, but I want to permanently enable a repository. Is there a preferred Yum command to enable a disabled ...
2
votes
1answer
57 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 ...
4
votes
4answers
3k 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. ...
1
vote
1answer
74 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 ...