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 have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

Uninstalling

abbasnejad
Beginner
633 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
633 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
633 Views
In the future, please follow the uninstall instructions in the Release Notes.
0 Kudos
Reply