No se puede agregar el repositorio Docky

No se puede agregar el repositorio Docky

Leí en algunos lugares donde puedes instalar Docky usando apt de forma predeterminada, pero eso no funciona. Intenté agregar el repositorio, pero es uno de esos que no se actualiza porque no está autorizado o algo así. ¿Existe un repositorio que funcione con Ubuntu 19.04 para Docky?

EDITAR: @user535733

> $ sudo add-apt-repository ppa:docky-core/stable [sudo] password:
> This ppa is currently used for builds of release builds of
> docky and plank.  More info:
> https://launchpad.net/~docky-core/+archive/ubuntu/stable Press [ENTER]
> to continue or Ctrl-c to cancel adding it.
> 
> Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease Hit:2
> http://archive.canonical.com/ubuntu cosmic InRelease                  
> Hit:3 http://us.archive.ubuntu.com/ubuntu disco InRelease             
> Hit:4 http://dl.google.com/linux/chrome/deb stable Release            
> Hit:5 http://us.archive.ubuntu.com/ubuntu cosmic InRelease            
> Get:6 http://security.ubuntu.com/ubuntu disco-security InRelease [97.5
> kB]      Hit:7 http://us.archive.ubuntu.com/ubuntu disco-updates
> InRelease               Hit:8 http://us.archive.ubuntu.com/ubuntu
> cosmic-updates InRelease              Ign:9
> http://ppa.launchpad.net/docky-core/stable/ubuntu disco InRelease     
> Hit:11 http://us.archive.ubuntu.com/ubuntu disco-backports InRelease  
> Err:12 http://ppa.launchpad.net/docky-core/stable/ubuntu disco Release
> 404  Not Found [IP: 91.189.95.83 80] Reading package lists... Done    
> E: The repository 'http://ppa.launchpad.net/docky-core/stable/ubuntu
> disco Release' does not have a Release file. N: Updating from such a
> repository can't be done securely, and is therefore disabled by
> default. N: See apt-secure(8) manpage for repository creation and user
> configuration details.

Ya sabes, lo habitual es que no se pueda actualizar el error del repositorio.

Respuesta1

El PPA de núcleo acoplable no tiene undiscoliberar. Su más actual esingenioso. Cambie su archivo .list en /etc/apt/sources.list, o en /etc/apt/sources.list.d/, o busque otro PPA más compatible actualmente.

Actualización n.º 1:

En terminal...

cd /etc/apt# cambio de directorio

grep -i docky sources.list# buscar muelle

Si encuentra Docky, entonces:

sudo pico sources.list# editar el archivo

Localice la línea que contienemuelle

Cambiardiscoaingenioso

control+ o, luego return# para guardar el archivo

control+ x# salir del editor

Ya terminaste.

Si no encontró Docky, entonces:

cd sources.list.d# cambio de directorio

grep -i docky *.list# buscar nuevamente Docky

Tenga en cuenta el nombre del archivo cuando encuentre Docky

sudo pico found_filename.list# editar ese nombre de archivo

Cambiardiscoaingenioso

control+ o, luego return# para guardar el archivo

control+ x# salir del editor

Ya terminaste.

información relacionada