乐趣区

关于linux:linux中apt安装时自动输入密码的方法

  1. sudo apt install gfortran* < [passwd_file]

    2.

    echo '[passwd]' | sudo apt install gfortran
  2. 重定向

    sudo -S apt-get update<<EOF #- S 是必须的
    passwd
    EOF
退出移动版