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
链接已复制
1 回复
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!
