Today i rebooted my pc, and forgeted to press the key, so i went into Ubuntu (my default os is ubuntu –__________—).
I found out i forgot everything about ubuntu, so i decided to write it down here.
1. Important command: sudo, sudo apt-get install xxxxxx, gfortran -ffree-form xxx.for, vim
2. By default, ubuntu doesn’t have openssh package or develop compilers. so you have to :
sudo apt-install ssh
sudo apt-get install build-essential
install the fortran 77 compiler: sudo apt-get install g77
the fortran 95 compiler: sudo apt-get install gfortran
安装GNU autotools
想安装autoconf 和 automake,打开一个终端窗口并运行以下命令
sudo apt-get install autoconf automaken