Glam Prestige Journal

Bright entertainment trends with youth appeal.

I want to install ubuntu sdk but when i tried to install with this command

sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt update && sudo apt dist-upgrade && sudo apt install ubuntu-sdk-ide

I have this error:

Err:13 xenial Release 404 Not Found
Leyendo lista de paquetes... Hecho
E: El repositorio « xenial Release»
no tiene un fichero de Publicación.
N: No se puede actualizar de un repositorio como este de forma segura y por tanto está deshabilitado por omisión.
N: Vea la página de manual apt-secure(8) para los detalles sobre la creación de repositorios y la configuración de usuarios.
1

1 Answer

The "404 Not Found" error message is telling you that the "FFmpeg next" PPA at does not have an installation candidate for Ubuntu 16.04 (Xenial). To get rid of the warning, you can remove the .list file for the offending PPA in your /etc/apt/sources.list.d. See How can PPAs be removed? if you are not sure how to do so.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy