Re: how to add packages that are not in the repo?

2015-06-02 Thread Mark Stodola
That is a source rpm. It contains the source files and settings to build the binary packages for a target system. Installing it would give you the files necessary to run it through rpmbuild. You would then need to install the resulting package, assuming you have all of the required

Re: how to add packages that are not in the repo?

2015-06-02 Thread Paul Robert Marino
by the way for future reference yum provides */kalarm would have told you if it was in a package with a different name than you expect. also I always check rpm.pbone.net its very useful for finding rpm's in 3rd party repos. On Tue, Jun 2, 2015 at 2:42 PM, Mark Stodola stod...@pelletron.com wrote:

Re: how to add packages that are not in the repo?

2015-06-02 Thread Tini
can you make a repo install the version that you want, instead of the latest version? i want this: http://pkgs.repoforge.org/kaffeine/ (ver. 0.8) but instead i keep getting version 1.0 -Tini

Re: how to add packages that are not in the repo?

2015-06-02 Thread Mark Stodola
On 06/02/2015 11:01 AM, Tini wrote: can you make a repo install the version that you want, instead of the latest version? i want this: http://pkgs.repoforge.org/kaffeine/ (ver. 0.8) but instead i keep getting version 1.0 -Tini If you look carefully at that repo, you will notice that 0.8 is

Re: how to add packages that are not in the repo?

2015-06-02 Thread trin
this version is independent, http://pkgs.repoforge.org/kaffeine/kaffeine-0.8.7-1.rf.src.rpm can it be installed with yumex? or should i use one of these, su yum localinstall kaffeine-0.8.7-1.rf.src.rpm yum install kaffeine-0.8.7-1.rf.src.rpm su -c 'yum -y install kaffeine-0.8.7-1.rf.src.rpm'