Al instalar SageMath a través de la terminal en Ubuntu 18.04 mediante comando
sudo apt-get install sagemath
Recibo una notificación:
Postfix Configuration
---------------------
Please select the mail server configuration type that best meets your needs.
No configuration:
Should be chosen to leave the current configuration unchanged.
Internet site:
Mail is sent and received directly using SMTP.
Internet with smarthost:
Mail is received directly using SMTP or by running a utility such
as fetchmail. Outgoing mail is sent using a smarthost.
Satellite system:
All mail is sent to another machine, called a 'smarthost', for delivery.
Local only:
The only delivered mail is the mail for local users. There is no network.
1. No configuration 3. Internet with smarthost 5. Local only
2. Internet Site 4. Satellite system
General type of mail configuration:
Cada vez que instalo SageMath
, tengo que seleccionar el[1. No configuration]
opción.
¿Cómo escribo un comando y me aseguro de que cuando ejecute el comando de instalación de SageMath, la opción de máquina automática esté seleccionada y validada [1. No configuration]
? Esto es algo así como la -y
convención de banderas.[../YES]
¿Cómo puedo hacerlo? Es solo que me resulta problemático hacer esto manualmente, ya que inicio la instalación mediante un script Bash con otros paquetes y programas de instalación. Cada vez tengo que detenerme en la configuración de SageMath en esta opción e ingresar este número "1"
manualmente. En GNU/Linux, ¿existe una validación automática de una opción en un comando específico?
Respuesta1
¡¡¡Tengo la respuesta !!! Instalar por comando:
yes '' | sudo env DEBIAN_FRONTEND=noninteractive apt-get -y -o DPkg::options::="--force-confdef" -o DPkg::options::="--force-confold" install sagemath