PPA não funciona

1. PPA não funciona

Eduardo Tenório
embat

(usa Ubuntu)

Enviado em 17/06/2014 - 20:45h

Comprei um Samsung Ativ que veio com Windows 8. Depois de muita lapada, zerei todo o HD, retirei o secure boot e demais frescuras na bios e instalei o Ubuntu 14.04 utlizando o LVM. Depois de mais algumas lapadas, consegui fazer quase tudo funcionar.

O problema é que sempre que vou adicionar um PPA aparece uma mensagem "Cannot add ppa" e pergunta se o nome que coloquei está correto. Procurei no google e achei 2 maneiras de tentar resolver o problema: ou reinstalando os certificados, ou utilizando a flag -E ao adicionar o ppa. Nenhuma funcionou. Alguém pode me ajudar?

Obrigado.


  


2. Re: PPA não funciona

Perfil removido
removido

(usa Nenhuma)

Enviado em 17/06/2014 - 22:58h

embat escreveu:

Comprei um Samsung Ativ que veio com Windows 8. Depois de muita lapada, zerei todo o HD, retirei o secure boot e demais frescuras na bios e instalei o Ubuntu 14.04 utlizando o LVM. Depois de mais algumas lapadas, consegui fazer quase tudo funcionar.

O problema é que sempre que vou adicionar um PPA aparece uma mensagem "Cannot add ppa" e pergunta se o nome que coloquei está correto. Procurei no google e achei 2 maneiras de tentar resolver o problema: ou reinstalando os certificados, ou utilizando a flag -E ao adicionar o ppa. Nenhuma funcionou. Alguém pode me ajudar?

Obrigado.


Vamos fazer um teste. Acrescente o PPA do tema de ícones Faenza, apenas um teste, depois removeremos se quiser.
No terminal:

sudo add-apt-repository ppa:tiheum/equinox

Vai pedir sua senha de root e permissão para instalar.
Permita, copie e cole todo o resultado.

Se der certo, vai importar a chave de autenticação e instalar o repositório em etc/apt/sources.list


3. Re: PPA não funciona

Eduardo Tenório
embat

(usa Ubuntu)

Enviado em 18/06/2014 - 20:20h

Meu terminal:


embat@spock:~$ sudo add-apt-repository ppa:tiheum/equinox
[sudo] password for embat:
Cannot add PPA: 'ppa:tiheum/equinox'.
Please check that the PPA name or format is correct.
embat@spock:~$


E agora usando a flag -E no sudo:


embat@spock:~$ sudo -E add-apt-repository ppa:tiheum/equinox

More info: https://launchpad.net/~tiheum/+archive/equinox
Press [ENTER] to continue or ctrl-c to cancel adding it

Error reading https://launchpad.net/api/1.0/~tiheum/+archive/equinox: [Errno -2] Name or service not known
embat@spock:~$


E agora meu /etc/apt/source.list:


embat@spock:~$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 14.04 LTS _Trusty Tahr_ - Release amd64 (20140417)]/ trusty main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://mirrors.advancedhosters.com/ubuntu/ trusty main restricted
deb-src http://mirrors.advancedhosters.com/ubuntu/ trusty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://mirrors.advancedhosters.com/ubuntu/ trusty-updates main restricted
deb-src http://mirrors.advancedhosters.com/ubuntu/ trusty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://mirrors.advancedhosters.com/ubuntu/ trusty universe
deb-src http://mirrors.advancedhosters.com/ubuntu/ trusty universe
deb http://mirrors.advancedhosters.com/ubuntu/ trusty-updates universe
deb-src http://mirrors.advancedhosters.com/ubuntu/ trusty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://mirrors.advancedhosters.com/ubuntu/ trusty multiverse
deb-src http://mirrors.advancedhosters.com/ubuntu/ trusty multiverse
deb http://mirrors.advancedhosters.com/ubuntu/ trusty-updates multiverse
deb-src http://mirrors.advancedhosters.com/ubuntu/ trusty-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://mirrors.advancedhosters.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://mirrors.advancedhosters.com/ubuntu/ trusty-backports main restricted universe multiverse

deb http://mirrors.advancedhosters.com/ubuntu/ trusty-security main restricted
deb-src http://mirrors.advancedhosters.com/ubuntu/ trusty-security main restricted
deb http://mirrors.advancedhosters.com/ubuntu/ trusty-security universe
deb-src http://mirrors.advancedhosters.com/ubuntu/ trusty-security universe
deb http://mirrors.advancedhosters.com/ubuntu/ trusty-security multiverse
deb-src http://mirrors.advancedhosters.com/ubuntu/ trusty-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu trusty partner
deb-src http://archive.canonical.com/ubuntu trusty partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main



4. Re: PPA não funciona

Perfil removido
removido

(usa Nenhuma)

Enviado em 18/06/2014 - 21:20h

embat escreveu:

Meu terminal:


embat@spock:~$ sudo add-apt-repository ppa:tiheum/equinox
[sudo] password for embat:
Cannot add PPA: 'ppa:tiheum/equinox'.
Please check that the PPA name or format is correct.
embat@spock:~$


E agora usando a flag -E no sudo:


embat@spock:~$ sudo -E add-apt-repository ppa:tiheum/equinox

More info: https://launchpad.net/~tiheum/+archive/equinox
Press [ENTER] to continue or ctrl-c to cancel adding it

Error reading https://launchpad.net/api/1.0/~tiheum/+archive/equinox: [Errno -2] Name or service not known
embat@spock:~$


E agora meu /etc/apt/source.list:


embat@spock:~$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 14.04 LTS _Trusty Tahr_ - Release amd64 (20140417)]/ trusty main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://mirrors.advancedhosters.com/ubuntu/ trusty main restricted
deb-src http://mirrors.advancedhosters.com/ubuntu/ trusty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://mirrors.advancedhosters.com/ubuntu/ trusty-updates main restricted
deb-src http://mirrors.advancedhosters.com/ubuntu/ trusty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://mirrors.advancedhosters.com/ubuntu/ trusty universe
deb-src http://mirrors.advancedhosters.com/ubuntu/ trusty universe
deb http://mirrors.advancedhosters.com/ubuntu/ trusty-updates universe
deb-src http://mirrors.advancedhosters.com/ubuntu/ trusty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://mirrors.advancedhosters.com/ubuntu/ trusty multiverse
deb-src http://mirrors.advancedhosters.com/ubuntu/ trusty multiverse
deb http://mirrors.advancedhosters.com/ubuntu/ trusty-updates multiverse
deb-src http://mirrors.advancedhosters.com/ubuntu/ trusty-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://mirrors.advancedhosters.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://mirrors.advancedhosters.com/ubuntu/ trusty-backports main restricted universe multiverse

deb http://mirrors.advancedhosters.com/ubuntu/ trusty-security main restricted
deb-src http://mirrors.advancedhosters.com/ubuntu/ trusty-security main restricted
deb http://mirrors.advancedhosters.com/ubuntu/ trusty-security universe
deb-src http://mirrors.advancedhosters.com/ubuntu/ trusty-security universe
deb http://mirrors.advancedhosters.com/ubuntu/ trusty-security multiverse
deb-src http://mirrors.advancedhosters.com/ubuntu/ trusty-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu trusty partner
deb-src http://archive.canonical.com/ubuntu trusty partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main


Não entendi o arquivo. Nunca vi um "sources.list" com "mirrors".

Exceto a linha: # deb cdrom:[Ubuntu 14.04 LTS _Trusty Tahr_ - Release amd64 (20140417)]/ trusty main restricted
Delete tudo e copie/cole este:


# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu trusty main restricted
deb-src http://archive.ubuntu.com/ubuntu trusty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu trusty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu trusty universe
deb-src http://archive.ubuntu.com/ubuntu trusty universe
deb http://archive.ubuntu.com/ubuntu trusty-updates universe
deb-src http://archive.ubuntu.com/ubuntu trusty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu trusty multiverse
deb-src http://archive.ubuntu.com/ubuntu trusty multiverse
deb http://archive.ubuntu.com/ubuntu trusty-updates multiverse
deb-src http://archive.ubuntu.com/ubuntu trusty-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu trusty-security main restricted
deb-src http://archive.ubuntu.com/ubuntu trusty-security main restricted
deb http://archive.ubuntu.com/ubuntu trusty-security universe
deb-src http://archive.ubuntu.com/ubuntu trusty-security universe
deb http://archive.ubuntu.com/ubuntu trusty-security multiverse
deb-src http://archive.ubuntu.com/ubuntu trusty-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu trusty partner
# deb-src http://archive.canonical.com/ubuntu trusty partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu trusty main
deb http://archive.ubuntu.com/ubuntu trusty-proposed restricted main universe multiverse
# deb-src http://extras.ubuntu.com/ubuntu trusty main


Para isso: sudo gedit /etc/apt/sources.list
Depois de deletar, copie e cole este meu acima.
Salve e feche o GEdit

Depois:
sudo apt-get update
sudo apt-get install --reinstall ca-certificates


E reaplique o comando para inserir o PPA.

Responda: está usando Proxy?


5. Re: PPA não funciona

Eduardo Tenório
embat

(usa Ubuntu)

Enviado em 19/06/2014 - 17:25h

O mirror é porque coloquei a opção de pegar o servidor com menos lag. Voltei pro main server e tirei tudo e continua dando erro. O do cd-rom está comentado, mas vou colar o teu e volto aqui.


6. Re: PPA não funciona

Eduardo Tenório
embat

(usa Ubuntu)

Enviado em 19/06/2014 - 17:27h

embat@spock:~$ sudo apt-get update
Ign http://archive.canonical.com trusty InRelease
Hit http://archive.canonical.com trusty Release.gpg
Hit http://archive.canonical.com trusty Release
Hit http://archive.canonical.com trusty/partner amd64 Packages
Hit http://archive.canonical.com trusty/partner i386 Packages
Ign http://archive.canonical.com trusty/partner Translation-en_US
Ign http://archive.canonical.com trusty/partner Translation-en
Err http://extras.ubuntu.com trusty InRelease

Err http://extras.ubuntu.com trusty Release.gpg
Could not resolve 'extras.ubuntu.com'
Err http://ppa.launchpad.net trusty InRelease

Err http://ppa.launchpad.net trusty Release.gpg
Could not resolve 'ppa.launchpad.net'
Err http://archive.ubuntu.com trusty InRelease

Err http://archive.ubuntu.com trusty-updates InRelease

Err http://archive.ubuntu.com trusty-backports InRelease

Err http://archive.ubuntu.com trusty-security InRelease

Err http://archive.ubuntu.com trusty-proposed InRelease

Err http://archive.ubuntu.com trusty Release.gpg
Could not resolve 'archive.ubuntu.com'
Err http://archive.ubuntu.com trusty-updates Release.gpg
Could not resolve 'archive.ubuntu.com'
Err http://archive.ubuntu.com trusty-backports Release.gpg
Could not resolve 'archive.ubuntu.com'
Err http://archive.ubuntu.com trusty-security Release.gpg
Could not resolve 'archive.ubuntu.com'
Err http://archive.ubuntu.com trusty-proposed Release.gpg
Could not resolve 'archive.ubuntu.com'
Reading package lists... Done
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-security/InRelease

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/trusty/InRelease

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-proposed/InRelease

W: Failed to fetch http://ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu/dists/trusty/InRelease

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'extras.ubuntu.com'

W: Failed to fetch http://ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu/dists/trusty/Release.gpg Could not resolve 'ppa.launchpad.net'

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'archive.ubuntu.com'

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-proposed/Release.gpg Could not resolve 'archive.ubuntu.com'

W: Some index files failed to download. They have been ignored, or old ones used instead.


7. Re: PPA não funciona

Eduardo Tenório
embat

(usa Ubuntu)

Enviado em 19/06/2014 - 17:32h

Reinstalando os certificados:


embat@spock:~$ sudo apt-get install --reinstall ca-certificates
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 5 not upgraded.
Need to get 0 B/175 kB of archives.
After this operation, 0 B of additional disk space will be used.
Preconfiguring packages ...
(Reading database ... 211091 files and directories currently installed.)
Preparing to unpack .../ca-certificates_20130906ubuntu2_all.deb ...
Unpacking ca-certificates (20130906ubuntu2) over (20130906ubuntu2) ...
Processing triggers for man-db (2.6.7.1-1) ...
Setting up ca-certificates (20130906ubuntu2) ...
Processing triggers for ca-certificates (20130906ubuntu2) ...
Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....
done.
done.


E dando update novamente:


embat@spock:~$ sudo apt-get update
Ign http://ppa.launchpad.net trusty InRelease
Get:1 http://ppa.launchpad.net trusty Release.gpg [316 B]
Hit http://ppa.launchpad.net trusty Release
Ign http://ppa.launchpad.net trusty Release
Ign http://ppa.launchpad.net trusty/main amd64 Packages/DiffIndex
Ign http://ppa.launchpad.net trusty/main i386 Packages/DiffIndex
Hit http://ppa.launchpad.net trusty/main amd64 Packages
Hit http://ppa.launchpad.net trusty/main i386 Packages
Ign http://ppa.launchpad.net trusty/main Translation-en_US
Ign http://ppa.launchpad.net trusty/main Translation-en
Ign http://archive.ubuntu.com trusty InRelease
Ign http://archive.ubuntu.com trusty-updates InRelease
Ign http://archive.canonical.com trusty InRelease
Ign http://archive.ubuntu.com trusty-backports InRelease
Hit http://archive.canonical.com trusty Release.gpg
Ign http://archive.ubuntu.com trusty-security InRelease
Ign http://archive.ubuntu.com trusty-proposed InRelease
Hit http://archive.canonical.com trusty Release
Hit http://archive.ubuntu.com trusty Release.gpg
Hit http://archive.canonical.com trusty/partner amd64 Packages
Get:2 http://archive.ubuntu.com trusty-updates Release.gpg [933 B]
Hit http://archive.canonical.com trusty/partner i386 Packages
Hit http://archive.ubuntu.com trusty-backports Release.gpg
Get:3 http://archive.ubuntu.com trusty-security Release.gpg [933 B]
Get:4 http://archive.ubuntu.com trusty-proposed Release.gpg [933 B]
Hit http://archive.ubuntu.com trusty Release
Get:5 http://archive.ubuntu.com trusty-updates Release [58,5 kB]
Hit http://archive.ubuntu.com trusty-backports Release
Get:6 http://archive.ubuntu.com trusty-security Release [58,5 kB]
Get:7 http://archive.ubuntu.com trusty-proposed Release [58,5 kB]
Ign http://archive.canonical.com trusty/partner Translation-en_US
Hit http://archive.ubuntu.com trusty/main Sources
Ign http://archive.canonical.com trusty/partner Translation-en
Get:8 http://archive.ubuntu.com trusty/restricted Sources [5.433 B]
Get:9 http://archive.ubuntu.com trusty/universe Sources [6.399 kB]
Get:10 http://archive.ubuntu.com trusty/multiverse Sources [174 kB]
Hit http://archive.ubuntu.com trusty/main amd64 Packages
Get:11 http://archive.ubuntu.com trusty/restricted amd64 Packages [13,0 kB]
Get:12 http://archive.ubuntu.com trusty/universe amd64 Packages [5.859 kB]
Get:13 http://archive.ubuntu.com trusty/multiverse amd64 Packages [132 kB]
Hit http://archive.ubuntu.com trusty/main i386 Packages
Get:14 http://archive.ubuntu.com trusty/restricted i386 Packages [13,4 kB]
Get:15 http://archive.ubuntu.com trusty/universe i386 Packages [5.866 kB]
Get:16 http://archive.ubuntu.com trusty/multiverse i386 Packages [134 kB]
Hit http://archive.ubuntu.com trusty/main Translation-en
Get:17 http://archive.ubuntu.com trusty/multiverse Translation-en [102 kB]
Get:18 http://archive.ubuntu.com trusty/restricted Translation-en [3.457 B]
Get:19 http://archive.ubuntu.com trusty/universe Translation-en [4.089 kB]
Err http://extras.ubuntu.com trusty InRelease

Err http://extras.ubuntu.com trusty Release.gpg
Could not resolve 'extras.ubuntu.com'
Get:20 http://archive.ubuntu.com trusty-updates/main Sources [66,2 kB]
Get:21 http://archive.ubuntu.com trusty-updates/restricted Sources [14 B]
Get:22 http://archive.ubuntu.com trusty-updates/universe Sources [50,7 kB]
Get:23 http://archive.ubuntu.com trusty-updates/multiverse Sources [2.681 B]
Get:24 http://archive.ubuntu.com trusty-updates/main amd64 Packages [163 kB]
Get:25 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [14 B]
Get:26 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [125 kB]
Get:27 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [7.414 B]
Get:28 http://archive.ubuntu.com trusty-updates/main i386 Packages [160 kB]
Get:29 http://archive.ubuntu.com trusty-updates/restricted i386 Packages [14 B]
Get:30 http://archive.ubuntu.com trusty-updates/universe i386 Packages [125 kB]
Get:31 http://archive.ubuntu.com trusty-updates/multiverse i386 Packages [7.600 B]
Hit http://archive.ubuntu.com trusty-updates/main Translation-en
Get:32 http://archive.ubuntu.com trusty-updates/multiverse Translation-en [3.971 B]
Get:33 http://archive.ubuntu.com trusty-updates/restricted Translation-en [14 B]
Get:34 http://archive.ubuntu.com trusty-updates/universe Translation-en [59,5 kB]
Hit http://archive.ubuntu.com trusty-backports/main Sources
Get:35 http://archive.ubuntu.com trusty-backports/restricted Sources [14 B]
Get:36 http://archive.ubuntu.com trusty-backports/universe Sources [5.816 B]
Get:37 http://archive.ubuntu.com trusty-backports/multiverse Sources [768 B]
Hit http://archive.ubuntu.com trusty-backports/main amd64 Packages
Get:38 http://archive.ubuntu.com trusty-backports/restricted amd64 Packages [14 B]
Get:39 http://archive.ubuntu.com trusty-backports/universe amd64 Packages [6.318 B]
Get:40 http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages [619 B]
Hit http://archive.ubuntu.com trusty-backports/main i386 Packages
Get:41 http://archive.ubuntu.com trusty-backports/restricted i386 Packages [14 B]
Get:42 http://archive.ubuntu.com trusty-backports/universe i386 Packages [6.313 B]
Get:43 http://archive.ubuntu.com trusty-backports/multiverse i386 Packages [619 B]
Hit http://archive.ubuntu.com trusty-backports/main Translation-en
Get:44 http://archive.ubuntu.com trusty-backports/multiverse Translation-en [307 B]
Get:45 http://archive.ubuntu.com trusty-backports/restricted Translation-en [14 B]
Get:46 http://archive.ubuntu.com trusty-backports/universe Translation-en [4.018 B]
Get:47 http://archive.ubuntu.com trusty-security/main Sources [20,6 kB]
Get:48 http://archive.ubuntu.com trusty-security/restricted Sources [14 B]
Get:49 http://archive.ubuntu.com trusty-security/universe Sources [4.727 B]
Get:50 http://archive.ubuntu.com trusty-security/multiverse Sources [688 B]
Get:51 http://archive.ubuntu.com trusty-security/main amd64 Packages [61,3 kB]
Get:52 http://archive.ubuntu.com trusty-security/restricted amd64 Packages [14 B]
Get:53 http://archive.ubuntu.com trusty-security/universe amd64 Packages [21,5 kB]
Get:54 http://archive.ubuntu.com trusty-security/multiverse amd64 Packages [1.157 B]
Get:55 http://archive.ubuntu.com trusty-security/main i386 Packages [58,9 kB]
Get:56 http://archive.ubuntu.com trusty-security/restricted i386 Packages [14 B]
Get:57 http://archive.ubuntu.com trusty-security/universe i386 Packages [21,5 kB]
Get:58 http://archive.ubuntu.com trusty-security/multiverse i386 Packages [1.392 B]
Hit http://archive.ubuntu.com trusty-security/main Translation-en
Get:59 http://archive.ubuntu.com trusty-security/multiverse Translation-en [587 B]
Get:60 http://archive.ubuntu.com trusty-security/restricted Translation-en [14 B]
Get:61 http://archive.ubuntu.com trusty-security/universe Translation-en [11,3 kB]
Get:62 http://archive.ubuntu.com trusty-proposed/restricted amd64 Packages [14 B]
Get:63 http://archive.ubuntu.com trusty-proposed/main amd64 Packages [108 kB]
Get:64 http://archive.ubuntu.com trusty-proposed/universe amd64 Packages [24,7 kB]
Get:65 http://archive.ubuntu.com trusty-proposed/multiverse amd64 Packages [14 B]
Get:66 http://archive.ubuntu.com trusty-proposed/restricted i386 Packages [14 B]
Get:67 http://archive.ubuntu.com trusty-proposed/main i386 Packages [104 kB]
Get:68 http://archive.ubuntu.com trusty-proposed/universe i386 Packages [24,8 kB]
Get:69 http://archive.ubuntu.com trusty-proposed/multiverse i386 Packages [14 B]
Get:70 http://archive.ubuntu.com trusty-proposed/main Translation-en [43,7 kB]
Get:71 http://archive.ubuntu.com trusty-proposed/multiverse Translation-en [14 B]
Get:72 http://archive.ubuntu.com trusty-proposed/restricted Translation-en [14 B]
Get:73 http://archive.ubuntu.com trusty-proposed/universe Translation-en [15,3 kB]
Ign http://archive.ubuntu.com trusty/main Translation-en_US
Ign http://archive.ubuntu.com trusty/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty/universe Translation-en_US
Ign http://archive.ubuntu.com trusty-updates/main Translation-en_US
Ign http://archive.ubuntu.com trusty-updates/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty-updates/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty-updates/universe Translation-en_US
Ign http://archive.ubuntu.com trusty-backports/main Translation-en_US
Ign http://archive.ubuntu.com trusty-backports/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty-backports/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty-backports/universe Translation-en_US
Ign http://archive.ubuntu.com trusty-security/main Translation-en_US
Ign http://archive.ubuntu.com trusty-security/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty-security/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty-security/universe Translation-en_US
Ign http://archive.ubuntu.com trusty-proposed/main Translation-en_US
Ign http://archive.ubuntu.com trusty-proposed/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty-proposed/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty-proposed/universe Translation-en_US
Fetched 24,3 MB in 1min 14s (325 kB/s)
Reading package lists... Done
W: GPG error: http://ppa.launchpad.net trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C2518248EEA14886
W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/trusty/InRelease

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'extras.ubuntu.com'

W: Some index files failed to download. They have been ignored, or old ones used instead.
embat@spock:~$


8. Re: PPA não funciona

Eduardo Tenório
embat

(usa Ubuntu)

Enviado em 19/06/2014 - 17:33h

Não estou usando proxy.

No último comando apareceu que falta a chave pública. Estou viajando nisso agora. Achei que ele já importava tudo.


9. Re: PPA não funciona

Perfil removido
removido

(usa Nenhuma)

Enviado em 19/06/2014 - 18:13h

OK, instale a chave para terminar a validação:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C2518248EEA14886

Depois: sudo apt-get update


10. Re: PPA não funciona

Eduardo Tenório
embat

(usa Ubuntu)

Enviado em 20/06/2014 - 00:43h

Instalei a chave e continua dando uns erros. Os pacotes extras não "conseguem resolver" e os PPAs continuam com "o nome ou format incorretos"...


11. Re: PPA não funciona

Eduardo Tenório
embat

(usa Ubuntu)

Enviado em 20/06/2014 - 01:34h

O erro mudou um pouco:

embat@spock:~$ man add-apt-repository
embat@spock:~$
embat@spock:~$ sudo add-apt-repository -y ppa:webupd8team/sublime-text-3
[sudo] password for embat:
Error reading https://launchpad.net/api/1.0/~webupd8team/+archive/sublime-text-3: [Errno -2] Name or service not known


12. Re: PPA não funciona

Perfil removido
removido

(usa Nenhuma)

Enviado em 20/06/2014 - 02:30h

embat escreveu:

O erro mudou um pouco:

embat@spock:~$ man add-apt-repository
embat@spock:~$
embat@spock:~$ sudo add-apt-repository -y ppa:webupd8team/sublime-text-3
[sudo] password for embat:
Error reading https://launchpad.net/api/1.0/~webupd8team/+archive/sublime-text-3: [Errno -2] Name or service not known


Pode ser que somente esse repositório esteja com erro.
Tente o que eu indiquei.



01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts