Skip to content
Code and Bytes Code and Bytes

Code and Bytes
Code and Bytes

gpg: failed to start the dirmngr ‘/usr/bin/dirmngr’: No such file or directory

Posted on 31 March, 201931 March, 2019

Al querer agregar un repositorio aparece el error:

gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory

Acompañado de:

gpg: connecting dirmngr at '/tmp/tmpyq7kwe2x/S.dirmngr' failed: No such file or directory
gpg: keyserver receive failed: No dirmngr

Para solucionarlo hay que instalar el paquete dirmgr:

sudo apt-get install dirmngr

y listo.

Linux

Post navigation

Previous post
Next post

Related Posts

Remover instalaciones CD-ROM de los respositorios de Debian

Posted on 17 July, 20135 April, 2014

Cuando usamos el comando apt-get en Debian por ejemplo para instalar una aplicación nos pide un CD en vez de descargarla de los respositorios de internet. Media change: please insert the disc labeled ‘Debian GNU/Linux 7.1.0 _Wheezy_ – Official amd64 CD Binary-1 20130615-23:06’ in the drive ‘/media/cdrom/’ and press enter…

Read More

Cacti no grafica

Posted on 27 January, 20169 April, 2020

En mi caso me quedé sin espacio en disco. Luego cacti dejó de graficar. El problema se encuentra en que se daña una tabla llamada poller_output. Hay que borrarla y volverla a generar con la siguiente consulta: DROP TABLE IF EXISTS `poller_output`; CREATE TABLE `poller_output` ( `local_data_id` mediumint(8) unsigned NOT NULL…

Read More

Error al instalar Wine: The following signatures couldn’t be verified because the public key is not available

Posted on 17 January, 2020

Cuando ejecutamos sudo apt-get update aparece el error: W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.winehq.org/wine-builds/ubuntu bionic InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 76F1A20FF987672F W:…

Read More

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Buscar

Categorias

  • AI (2)
  • Asterisk (9)
  • Bases de datos (1)
  • DevOps (4)
  • Git (2)
  • HTML (1)
  • Laravel (6)
  • Linux (67)
  • MCP Server (1)
  • Mikrotik (3)
  • MySQL (5)
  • n8n (1)
  • Personal (4)
  • PHP (15)
  • Python (2)
  • Software recomendado (1)
  • Tips (1)
  • VSCode (4)
  • vTiger (4)
  • Windows (10)
  • Wordpress (4)
©2026 Code and Bytes | WordPress Theme by SuperbThemes