Hello,
Is it possible to downgrade to an old version of a package on epel ? I am in troubles with the new dokuwiki-0-0.6.20101107.a.el5, and cannot find dokuwiki-0-0.4.20091225.c.el5.noarch...
Thanks,
On 08/03/11 15:53, Philippe Naudin wrote:
Hello,
Is it possible to downgrade to an old version of a package on epel ? I am in troubles with the new dokuwiki-0-0.6.20101107.a.el5, and cannot find dokuwiki-0-0.4.20091225.c.el5.noarch...
Thanks,
You will need to install the "yum-allowdowngrade" package if it's not already installed to allow yum to do this.
Then simply run:
yum downgrade dokuwiki
which should downgrade to the previously available version
Hope that helps.
On 08/03/11 16:55, Ned Slider wrote:
On 08/03/11 15:53, Philippe Naudin wrote:
Hello,
Is it possible to downgrade to an old version of a package on epel ? I am in troubles with the new dokuwiki-0-0.6.20101107.a.el5, and cannot find dokuwiki-0-0.4.20091225.c.el5.noarch...
Thanks,
You will need to install the "yum-allowdowngrade" package if it's not already installed to allow yum to do this.
Then simply run:
yum downgrade dokuwiki
which should downgrade to the previously available version
Replying to myself... I neglected to mention this relies on the repository keeping old versions available for you to "downgrade" to.
On Tue, Mar 8, 2011 at 11:59 AM, Ned Slider ned@unixmail.co.uk wrote:
On 08/03/11 16:55, Ned Slider wrote:
On 08/03/11 15:53, Philippe Naudin wrote:
Hello,
Is it possible to downgrade to an old version of a package on epel ? I am in troubles with the new dokuwiki-0-0.6.20101107.a.el5, and cannot find dokuwiki-0-0.4.20091225.c.el5.noarch...
Thanks,
You will need to install the "yum-allowdowngrade" package if it's not already installed to allow yum to do this.
Then simply run:
yum downgrade dokuwiki
which should downgrade to the previously available version
Replying to myself... I neglected to mention this relies on the repository keeping old versions available for you to "downgrade" to.
Which EPEL does not do. So in general, no, it's not feasible to downgrade EPEL packages.
Le mar 08 mar 2011 22:04:27 CET, Nico Kadel-Garcia a écrit:
On Tue, Mar 8, 2011 at 11:59 AM, Ned Slider ned@unixmail.co.uk wrote:
On 08/03/11 16:55, Ned Slider wrote:
On 08/03/11 15:53, Philippe Naudin wrote:
Hello,
Is it possible to downgrade to an old version of a package on epel ? I am in troubles with the new dokuwiki-0-0.6.20101107.a.el5, and cannot find dokuwiki-0-0.4.20091225.c.el5.noarch...
Thanks,
You will need to install the "yum-allowdowngrade" package if it's not already installed to allow yum to do this.
Then simply run:
yum downgrade dokuwiki
which should downgrade to the previously available version
Replying to myself... I neglected to mention this relies on the repository keeping old versions available for you to "downgrade" to.
Which EPEL does not do. So in general, no, it's not feasible to downgrade EPEL packages.
Thanks Ned and Nico.
Yes, "yum downgrade dokuwiki" says there is nothing available. I can rebuild version 20091225.c from dokuwiki.org, but I don't know if there where any patches added by Epel, and this is likely.
My guess is the source rpm for Epel was the same as the source rpm for Fedora, so I am going to try this one.
I will be more careful with packages coming from other repos than CentOS...
Thanks again,
Thanks Ned and Nico.
Yes, "yum downgrade dokuwiki" says there is nothing available. I can rebuild version 20091225.c from dokuwiki.org, but I don't know if there where any patches added by Epel, and this is likely.
My guess is the source rpm for Epel was the same as the source rpm for Fedora, so I am going to try this one.
I will be more careful with packages coming from other repos than CentOS...
Thanks again,
-- Philippe
EPEL uses koji.fedoraproject.org to build the packages so the source and binary rpms are on koji.
http://koji.fedoraproject.org/koji/buildinfo?buildID=151881
Regards Neil
On 03/08/11 7:53 AM, Philippe Naudin wrote:
Hello,
Is it possible to downgrade to an old version of a package on epel ? I am in troubles with the new dokuwiki-0-0.6.20101107.a.el5, and cannot find dokuwiki-0-0.4.20091225.c.el5.noarch...
dokuwiki is -just- a php website, it doesn't even need/use a SQL database. Frankly, for this sort of thing I don't bother with RPM package management, instead, I create a user for the app, and put it in that user's public_html, then create a virtualhost file in /etc/httpd/conf.d