Não é possível remover um ppa

1

Eu adicionei recentemente o stormcloud ppa ( ppa:jolicloud-team/ppa ) às minhas fontes de software - mas acontece que ele é uma fonte vazia e sempre que tento instalar o stormcloud ou atualizar meu sistema, ocorre um erro. Por exemplo:

W: Failed to fetch http://ppa.launchpad.net/cooperjona/stormcloud/ubuntu/dists/precise/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/cooperjona/stormcloud/ubuntu/dists/precise/main/binary-i386/Packages  404  Not Found

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

Não consigo remover este ppa - não consigo localizá-lo em /etc/apt/sources.list, nem posso remotamente a partir da linha de comando. Por exemplo, quando eu faço:

sudo add-apt-repository --remove ppa:cooperjona/stormcloud

Ocorre o seguinte erro.

Cannot access PPA (https://launchpad.net/api/1.0/~cooperjona/+archive/stormcloud) to get PPA information, please check your internet connection.

Quando usei o ppa-expurgo, obtive o seguinte - como resultado disso abortei.

$ sudo ppa-purge ppa:jolicloud-team/ppa

Updating packages lists
W: Failed to fetch http://ppa.launchpad.net/cooperjona/stormcloud/ubuntu/dists/precise/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/cooperjona/stormcloud/ubuntu/dists/precise/main/binary-i386/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.
Warning:  apt-get update failed for some reason
PPA to be removed: jolicloud-team ppa
comm: file 2 is not in sorted order
Package revert list generated:
 awesome/precise jolicloud-daemon/precise jolicloud-desktop-environment/precise 
jupiter/precise lua-lgi/precise nickel-browser/precise 
nickel-browser-l10n/precise nickel-codecs-ffmpeg-extra/precise 
nickel-codecs-ffmpeg-nonfree/precise xsettingsd/precise

Disabling jolicloud-team PPA from 
/etc/apt/sources.list.d/jolicloud-team-ppa-precise.list
Updating packages lists
W: Failed to fetch http://ppa.launchpad.net/cooperjona/stormcloud/ubuntu/dists/precise/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/cooperjona/stormcloud/ubuntu/dists/precise/main/binary-i386/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.
Warning:  apt-get update failed for some reason
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Release 'precise' for 'jolicloud-daemon' was not found
E: Release 'precise' for 'jolicloud-desktop-environment' was not found
E: Release 'precise' for 'jupiter' was not found
E: Release 'precise' for 'nickel-browser' was not found
E: Release 'precise' for 'nickel-browser-l10n' was not found
E: Release 'precise' for 'nickel-codecs-ffmpeg-extra' was not found
E: Release 'precise' for 'nickel-codecs-ffmpeg-nonfree' was not found
E: Release 'precise' for 'xsettingsd' was not found
Unable to find an archive "precise" for the package "jolicloud-daemon"
Unable to find an archive "precise" for the package "jolicloud-desktop-environment"
Unable to find an archive "precise" for the package "jupiter"
Unable to find an archive "precise" for the package "nickel-browser"
Unable to find an archive "precise" for the package "nickel-browser-l10n"
Unable to find an archive "precise" for the package "nickel-codecs-ffmpeg-extra"
Unable to find an archive "precise" for the package "nickel-codecs-ffmpeg-nonfree"
Unable to find an archive "precise" for the package "xsettingsd"
Unable to find an archive "precise" for the package "jolicloud-daemon"
Unable to find an archive "precise" for the package "jolicloud-desktop-environment"
Unable to find an archive "precise" for the package "jupiter"
Unable to find an archive "precise" for the package "nickel-browser"
Unable to find an archive "precise" for the package "nickel-browser-l10n"
Unable to find an archive "precise" for the package "nickel-codecs-ffmpeg-extra"
Unable to find an archive "precise" for the package "nickel-codecs-ffmpeg-nonfree"
Unable to find an archive "precise" for the package "xsettingsd"
The following packages will be DOWNGRADED:
  awesome 
The following NEW packages will be installed:
  libev4{a} 
The following packages will be REMOVED:
  feh{u} giblib1{u} libjpeg-progs{u} libjpeg-turbo-progs{u} lua-lgi{u} 
0 packages upgraded, 1 newly installed, 1 downgraded, 5 to remove and 10 not upgraded.
Need to get 873 kB of archives. After unpacking 575 kB will be freed.
The following packages have unmet dependencies:
 jolicloud-desktop-environment : Depends: awesome (>= 3.5) but 3.4.11-1ubuntu1 is to be installed.
The following actions will resolve these dependencies:

     Remove the following packages: 
1)     jolicloud-desktop-environment



Accept this solution? [Y/n/q/?] n
The following actions will resolve these dependencies:

     Keep the following packages at their current version:                  
1)     awesome [3.5-rc1-8~precise1 (now)]                                   
2)     feh [2.2-1 (now, precise)]                                           
3)     giblib1 [1.2.4-8 (now, precise)]                                     
4)     libjpeg-turbo-progs [1.1.90+svn733-0ubuntu4.1 (now, precise-updates)]
5)     lua-lgi [0.6.2-1ubuntu1~precise1 (now)]                              



Accept this solution? [Y/n/q/?] q

Não está prejudicando meu computador ou algo assim, mas com base em minhas experiências passadas, aprendi uma lição ou duas sobre ppas defeituosos, e não quero um detalhamento completo de meus pacotes. O que devo fazer?

(estou usando o Ubuntu 12.04 LTS)

    
por wrahool 08.08.2013 / 13:29

1 resposta

3

Acredito que, se você digitar o comando folllowing no Terminal, poderá removê-los de lá.

software-properties-gtk --open-tab=2

ou Configurações do sistema > Software e Atualizações. Em seguida, clique na segunda guia para acessar Outro software.

Selecione a fonte que você não deseja verificar (a vazia) e desligue a marca ou remova todos juntos.

    
por SimplySimon 08.08.2013 / 13:39