Software Archive
Read-only legacy content
17061 Discussions

Re-installing C++ Composer_XE for Linux

Fancy_B_Intel
Employee
281 Views

I previously installed C++ composer XE for Linux on RHEL 6.1. I mistakenly deleted the /opt/intel folder and I cannot source the path and I cannot remove or re-install the composer. I would like to know if there is a way to remove files so that I might re-install the compiler. No uninstall.sh script. I need to use this version for data analysis.

Thanks

0 Kudos
1 Reply
TimP
Honored Contributor III
281 Views

If you deleted the uninstall script prior to running it, you need only

rpm -qa | grep Intel

sudo rpm -e <any icc rpm which shows up related to that blown installation>

Then run the install normally (IMO preferably the most recent available update).

Don't we wish Windows were that easy!

0 Kudos
Reply