Brian Asked: 2010-11-02 06:37:41 +0800 CST2010-11-02 06:37:41 +0800 CST 2010-11-02 06:37:41 +0800 CST Downgrading R version 772 I have R version 2.10 installed (from an RPM) on a RHEL 5 machine. What would be the easiest way to downgrade to version 2.8? rhel5 downgrade 1 Answers Voted Best Answer MadHatter 2010-11-02T06:39:49+08:002010-11-02T06:39:49+08:00 Get the RPM file and do rpm -Uvh --oldpackage r-package-file-2.08.architecture.rpm There may be endless complications if the older package is for an earlier distro and has (ugh!) dependencies, but as long as it's just an earlier version for RHEL5, you should be OK.
Get the RPM file and do
There may be endless complications if the older package is for an earlier distro and has (ugh!) dependencies, but as long as it's just an earlier version for RHEL5, you should be OK.