Date Posted:
Product: Columbus
Product: Columbus
Problem:
How do I roll back Columbus to an earlier version.
Solution:
First you need to delete the current Columbus and Acapella packages
- List all installed Columbus and Acapella packages
$ rpm -qa | grep -E 'Acapella|Columbus
- Delete all Columbus/Acapella packages listed in the output
$ sudo rpm -e --nodeps insert_package_name
- Then install the required version. Please see the 'Columbus Software Installation Guide' for complete details. Assuming you have downloaded, uncompressed and added or ammended the repo the typically install command can be used. For instance on RHEL:
$ sudo yum --nogpgcheck install Columbus
This is a subset of the removal instructions which are available HERE.
Comments
0 comments
Article is closed for comments.