Skip to content
Code and Bytes Code and Bytes

Code and Bytes
Code and Bytes

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: Failed to fetch https://dl.winehq.org/wine-builds/ubuntu/dists/bionic/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 76F1A20FF987672F W: Some index files failed to download. They have been ignored, or old ones used instead.

Solución:

wget -nc https://dl.winehq.org/wine-builds/winehq.key && sudo apt-key add winehq.key && sudo apt update
sudo apt-get install --install-recommends winehq-stable
Linux

Post navigation

Previous post
Next post

Related Posts

Linux

Personalizar error 403

Posted on 6 May, 20189 April, 2020

En la raíz se crea el archivo .htaccess con las ip a las cuales se les permite el acceso y la url del archivo que se va a abrir si no está dentro de las ip permitidas. sudo nano .htaccess <RequireAny> Require ip 190.248.159.226 Require ip 190.248.159.227 </RequireAny> ErrorDocument 403…

Read More

Solución: Mysql::Error: Specified key was too long; max key length is 767 bytes: CREATE INDEX

Posted on 25 February, 2018

Al instalar Redmine  aparece el error Mysql::Error: Specified key was too long; max key length is 767 bytes: CREATE INDEX El cual se soluciona creando la base de datos con la colación correcta dada en su documentación CREATE DATABASE redmine CHARACTER SET utf8;  

Read More

Error: Permission denied (publickey) en DigitalOcean

Posted on 17 December, 202217 December, 2022

El día de hoy intenté conectarme via ssh a mi droplet en DigitalOcean como normalmente lo hago pero me salió el siguiente error:

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