Question
I am trying to reinstall Kylix after deleting a previous installation and I'm getting an error stating that an installation already exists. How can I remove it?
Answer:
Kylix should be removed by running the uninstall. If this was not done or did not remove everything properyly you can manually remove Kylix.
* Delete all files in your .borland and Kylix directories:
* Check your installed packages with the rpm command:
rpm -qa | grep kylixUninstall these packages with rpm command (or other utility to add/remove/modify rpm packages). You can use '-e' option for the rpm command to uninstall rpm packages. After you uninstall all of the kylix packages from your system you should be able to reinstall kylix.
Last Modified: 16-NOV-01