On 2020-03-24 15:40, Pedro Proenza wrote:
> Hola a todos:
>
> Este es la escencia del problema.
> Instale Nova, todo bien funciona de maravilla.
>
> Configure el proxy en las opciones de red para poder navegar, y bien, en el
> Mozilla Firefox me pide usuario y contraseña la contraseña.
> las escribo, y que pasa ! que puedo navegar sin problemas.!!
>
> Hasta aqui todo correcto.
>
> Al abrir una consola y aplicar apt-get update en la consola me sale esto
>
> 407 Proxy authentications Required
>
> le configuré los ficheros apt.conf, environment y el bash.bashrc
> con lo he hecho siempre en debian y ubuntu y bno pinhca , siguie saliendo el
> error
>
> Por favor ayudenme con esto
>
> Saludos
>
> Pedro
> _______________________________________________
> Gutl-l mailing list -- gutl-l@listas.jovenclub.cu
> To unsubscribe send an email to gutl-l-le...@listas.jovenclub.cu
Trata esto
CREATING AN APT PROXY CONF FILE
Apt loads all configuration files under /etc/apt/apt.conf.d. We can
create a configuration specifically for our proxy there, keeping it
separate from all other configurations.
* Create a new configuration file named proxy.conf.
sudo touch /etc/apt/apt.conf.d/proxy.conf
* Open the proxy.conf file in a text editor.
sudo vi /etc/apt/apt.conf.d/proxy.conf
* Add the following line to set your HTTP proxy.
Acquire::http::Proxy "http://user:password@proxy.server:port/";
* Add the following line to set your HTTPS proxy.
Acquire::https::Proxy "http://user:password@proxy.server:port/";
* Save your changes and exit the text editor.
Your proxy settings will be applied the next time you run Apt.
--
Salu2, Ulinx
"En un problema con n ecuaciones
siempre habrá al menos n+1 incógnitas"
Linux user 366775
Quieres saber de Cuba o visitar Cuba, revisa mi canal Youtube (en
español) http://bit.ly/Alocubano
_______________________________________________
Gutl-l mailing list -- gutl-l@listas.jovenclub.cu
To unsubscribe send an email to gutl-l-le...@listas.jovenclub.cu