Ubuntu Core Apps para Ubuntu 16.04

2

Quando eu tentei seguir a resposta para Como você instala o Ubuntu Touch Coreapps? , ele não funciona no Ubuntu 16.04. Depois que eu corri sudo apt update , eu entendi:

Reading package lists... Done
W: The repository 'http://ppa.launchpad.net/ubuntu-touch-coreapps-drivers/collection/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://ppa.launchpad.net/ubuntu-touch-coreapps-drivers/daily/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/ubuntu-touch-coreapps-drivers/collection/ubuntu/dists/xenial/main/binary-amd64/Packages  404  Not Found
E: Failed to fetch http://ppa.launchpad.net/ubuntu-touch-coreapps-drivers/daily/ubuntu/dists/xenial/main/binary-amd64/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.

E quando tentei instalar:

sudo apt-get install ubuntu-sdk touch-coreapps
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package touch-coreapps

Existe uma maneira atualizada de fazer isso?

    
por Svetlana Belkin 06.09.2016 / 23:40

1 resposta

1

O PPA que você tem atualmente não tem candidatos de instalação para o Ubuntu 16.04, então você está recebendo erros 404. A partir desta r / Ubuntu postar no Reddit, você pode usar o PPA em link :

sudo add-apt-repository ppa:vthompson/ppa
sudo apt update
    
por edwinksl 06.09.2016 / 23:59