GPG y DEB: expired keys, squeeze, lenny, etch, devuan
GPG repositorios Debian Squeeze, Lenny, Etch, VenenuX
Los repositorios para Debian viejos y versiones de VenenuX dan un error de llave GPG vencida, y no permite usarlos, para esto hay dos configuraciones (incluidas en el repositorio venenux paquete apt-conf-vnx)
fuente para Devuan: http://wiki.friendsofdevuan.org/doku.php/devuan-vua-expert1-devuan-repositorios#apt_bypass_gpg_checks
TRUCO PARA REPOSITORIOS EXPIRADOS:
Al comando apt-get agrega esta opcion:
-o Acquire::Check-Valid-Until=false
Ejemplo:
sudo apt-get -o Acquire::Check-Valid-Until=false update
TRUCO PARA DEBS/REPOS NO FIRMADOS:
Pasar parametro
--allow-unauthenticated
option al comando apt-get
asi:sudo apt-get --allow-unauthenticated upgrade
En la pagina de manual de
apt-get
:--allow-unauthenticated
Ignore if packages can't be authenticated and don't prompt about it. This is useful for tools like pbuilder. Configuration Item: APT::Get::AllowUnauthenticated.
La opcion de archivo config
/etc/apt/apt.conf.d/
dir. puede ser con una linea asi:APT::Get::AllowUnauthenticated "true";
ticorXma_bu Ben Follette https://wakelet.com/wake/JQDUxXWuka27vCxVMME2v
ResponderEliminarfraslandlopa