Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

how to uninstall Intel Parallel studio

meliann
Beginner
1,726 Views
Hi,
I tried to uninstall Intel parallel studio using the "uninstall.sh" inside the "parallel_studio_xe_2011" directory. It said
ERROR: can't detect uninstall script
ERROR: can't detect uninstall script
ERROR: can't detect uninstall script
Product uninstalled. Press to exit...

The directories are still there. I want to reinstall the Parallel Studio, shall I remove the directories or start installation without removing them?
I use Scienific Linux 5.5, x86_64 system.

Thanks.
0 Kudos
1 Reply
Vladimir_T_Intel
Moderator
1,726 Views

Hi,

If you were installing the product in the root mode, you should remove the product directory and clean-up the rpm data base:

rpm q | grep intel

identify the appropriate packages and uninstall them:

rpm e

Reply