I need to install f2c in Linux. Given the steps;
Download installation script : Download
install_f2c_linux.csh.Run installation script
# chmod +x install_f2c_linux.csh # ./install_f2c_linux.csh
I run the second step in the root and user directory. But, it says
curl: Command not found.
tar: f2c.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
gunzip: No match.
f2c: No such file or directory.
How to solve the problem?
apt-cache searchas an alternative to browser-based search. – Ruslan Sep 21 '18 at 09:31find /usr/local -type f -name *f2c*and then remove them by hand from Midnight Commander (mc) or by graphical file-manager started as root user. If you want to list files installed withf2cpackage - usedpkg -L f2c. – N0rbert Sep 24 '18 at 08:06