- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have delete intel fortan compiler 12 with out uninstalation
so when i try to install it again and another old version, this message is appear
The Intel Composer XE 2011 Update 3 for Linux* is already installed.
If you want to reinstall the Intel Composer XE 2011 Update 3 for Linux*
please uninstall current version and run install script again.
how to uninstall it now
thank's in advance
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Generate a list of Intel Fortran Composer XE 2011 Update 3 RPMs using the following command:
rpm -qa | grep intel | grep 174
Save that list away somewhere in case it is needed.
Next, as root, remove all Intel Fortran Composer XE 2011 Update 3 related RPMs using the following command:
rpm -e --allmatches `rpm -qa | grep intel | grep 174`
Please NOTE: The use of back-single-quotes in the command above are significant. Be sure to include them.
Once that rpm command completes, then re-try the installation of Update 3 or different version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
rm -Rf ~/intel
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i remove all rpm - one: intel-compilerpro-common-174-12.0-3.noarch
when i do : rpm -e --allmatches `rpm -qa | grep intel | grep 174`
i found this :
[root@localhost]# rpm -qa | grep intel | grep 174
intel-compilerpro-common-174-12.0-3.noarch
[root@localhost]# rpm -e --allmatches `rpm -qa | grep intel | grep 174`
erreur: %preun(intel-compilerpro-common-174-12.0-3.noarch) scriptlet failed, exit status 1
what i should do now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
rpm -e intel-compilerpro-common-174-12.0-3.noarch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
[root@localhost physolde]# rpm -e intel-compilerpro-common-174-12.0-3.noarch
erreur: %preun(intel-compilerpro-common-174-12.0-3.noarch) scriptlet failed, exit status 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
rpm --noscripts -e intel-compilerpro-common-174-12.0-3.noarch

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