-
sudo apt install gfortran* < [passwd_file]
2.
echo '[passwd]' | sudo apt install gfortran
-
重定向
sudo -S apt-get update<<EOF #- S 是必须的 passwd EOF
sudo apt install gfortran* < [passwd_file]
2.
echo '[passwd]' | sudo apt install gfortran
重定向
sudo -S apt-get update<<EOF #- S 是必须的
passwd
EOF