Como instalar o 'add-apt-repository' usando o terminal? [duplicado]

111

Eu quero instalar:

add-apt-repository ppa:ricotz/testin

Está mostrando:

The program add-apt-repository is currently not installed.
You can install it by typing:
sudo apt-get install python-software-properties

O que devo fazer agora?

    
por Akankha Ahmed 09.07.2014 / 07:53

1 resposta

193

Tente estes:

sudo apt-get install software-properties-common

e / ou

sudo apt-get install python3-software-properties

e / ou

sudo apt-get install python-software-properties
    
por bagustris 09.07.2014 / 08:12