E: O pacote 'python-software-properties' não tem candidato de instalação

11
sudo apt-get install python-software-properties
Reading package lists... Done
Building dependency tree... Done
Package python-software-properties is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:

 software-properties-common

E: Package 'python-software-properties' has no installation candidate

Como posso corrigir esse erro?

    
por user238511 19.02.2014 / 07:04

3 respostas

18

Instale software-properties-common executando,

sudo apt-get install software-properties-common

software-properties-common package é um alternativo para python-software-properties .

para < = 12,04

sudo apt-get install python-software-properties

para > = 12,10

sudo apt-get install software-properties-common
    
por Avinash Raj 19.02.2014 / 07:05
2

Eu tive esse problema no Ubuntu 18.04

Tentei várias maneiras, finalmente, isso corrigiu meu problema

sudo apt --fix-broken install python-pycurl python-apt
    
por ymin 16.05.2018 / 19:12
0

Este é o meu primeiro post e eu usei apenas o linux por algumas semanas, então por favor fica fácil comigo =].

Se o método do ymin atingir um erro de

% bl0ck_qu0te%

... esta linha ligeiramente ajustada funcionou para mim (nota: se faz alguma diferença ... eu precisava instalar as dependências de 32 bits para a minha própria compilação de vinho)

> sudo apt-get install software-properties-common git-core
    
por Devon van Schoor 28.05.2018 / 00:15