Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
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.
29282 Discussions

uninstall Fortran Compiler Professional Edition for Linux* 11.0

Jacques_Hertzberg
1,022 Views

Hi,

I'm looking around at the same issue I met without success. Hope I'm in the right place to post this.

Removing unintentionally the directory containing Intel Fortran install with mkl install, I can't reinstall Intel Fortran getting a message :

--------------------------------------------------------------------------------
Initializing, please wait...
--------------------------------------------------------------------------------
The Intel Fortran Compiler Professional Edition for Linux* 11.0 is already
installed.

If you want to reinstall the Intel Fortran Compiler Professional Edition for
Linux* 11.0
please uninstall current version and run install script again.
--------------------------------------------------------------------------------
Press "Enter" key to quit:

Can you help me ?

Regards

0 Kudos
4 Replies
Steven_L_Intel1
Employee
1,022 Views

Follow the uninstall instructions in the release notes. My guess is that the install is recorded in the rpm database and needs to be removed somehow.

0 Kudos
Jacques_Hertzberg
1,022 Views

Follow the uninstall instructions in the release notes. My guess is that the install is recorded in the rpm database and needs to be removed somehow.

I've read the guide before posting :

2. Type the command: /bin/ia32/uninstall_cprof.sh (substitute intel64 or ia64 for ia32 as desired)

But there isn't anymore and there's no uninstall script in archive.

0 Kudos
TimP
Honored Contributor III
1,022 Views
Quoting - Jacques Hertzberg

2. Type the command: /bin/ia32/uninstall_cprof.sh (substitute intel64 or ia64 for ia32 as desired)

But there isn't anymore and there's no uninstall script in archive.

Try e.g. 'rpm -qa | grep intel'

and (as root) run 'rpm -e --force ....' on the entries which you need to remove. I find this simpler than attempting to extract uninstall from the archive.Without --force, you would have to find the right order for removal (e.g. mkl before ifort...)

0 Kudos
Jacques_Hertzberg
1,022 Views
Quoting - tim18

Try e.g. 'rpm -qa | grep intel'

and (as root) run 'rpm -e --force ....' on the entries which you need to remove. I find this simpler than attempting to extract uninstall from the archive.Without --force, you would have to find the right order for removal (e.g. mkl before ifort...)

# rpm -qa | grep intel
intel-isubhe101018-10.1.018-1.em64t
intel-iidbe101018-10.1.018-1.em64t
intel-icce101018-10.1.018-1.em64t

No ifort.

I think I'll ask for directory backup.

Thanks for your help.

0 Kudos
Reply