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, -- Philippe
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 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