- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am trying to install the Intel C/C++ compilers on Fedora 16. The install script never confirmed to me that it had finished installing so I decided to delete the /opt/intel directory which was created and try over again. Now when I try to run the script I receive the following message:
Initializing, please wait...
--------------------------------------------------------------------------------
The Intel Composer XE 2011 Update 9 for Linux* is already installed.
If you want to reinstall the Intel Composer XE 2011 Update 9 for Linux*
please uninstall current version and run install script again.
--------------------------------------------------------------------------------
I am unsure what to do since I deleted the directory which probably contained the uninstall script. Any help would be much appreciated.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could find the rpmdb entries by
rpm -qa | grep intel
and remove the entries for these products (as root) by rpm -e
Then you will be able to do a clean install.
rpm -qa | grep intel
and remove the entries for these products (as root) by rpm -e
Then you will be able to do a clean install.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you! This worked perfectly for me.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page