Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29276 Discussions

how to uninstall the intel fortran 8.0

ztdep
Beginner
404 Views
maybe i have install a intel fortran before ,
when i install the 8.0 ,the system told me the compiler have been installed .
but i can not find it .
i have delte it from hd by direct delete .
regards
0 Kudos
1 Reply
TimP
Honored Contributor III
404 Views
In case you want to do a clean uninstall, there is a script of that name in the /bin directory of the installation. If you have deleted that script, and want to clean up the rpm database, you may be able to run 'rpm -qa | grep intel' to see which intel software entries are present, and run (as root) 'rpm -e' on those which you want to clean out.
0 Kudos
Reply