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.

Uninstalling

abbasnejad
Beginner
626 Views
I used a free, non-commercial version of the Intel Fortran Compiler for Linux (Ubuntu 9.04).
But I faced problem during installation. Unfortunately I removed the Compiler directory and although I provide the Compiler folder from another computer I couldn't do any thing eighter install it again or uninstall.
Would you please guide me what I can do?
0 Kudos
2 Replies
TimP
Honored Contributor III
626 Views
rpm -qa | grep intel
as root, run rpm -e on any intel software you need to clean out of rpmdb.
If the package manager doesn't use rpm, use equivalent procedure with the software installation manager.
0 Kudos
Steven_L_Intel1
Employee
626 Views
In the future, please follow the uninstall instructions in the Release Notes.
0 Kudos
Reply