Je suis sous Ubuntu 14.04. Quand je cours:
Sudo add-apt-repository ppa:ubuntu-wine/ppa
Je reçois l'erreur suivante:
Sudo: add-apt-repository: command not found
J'ai essayé de courir
Sudo apt-get install software-properties-common
mais cela montre:
software-properties-common is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Pour Ubuntu 14.04 ou ultérieure, vous devez installer le paquet software-properties-common
:
Sudo apt install software-properties-common
J'ai trouvé la solution dans ce blog: buntu Server 14.4 (Trusty Tahr) - add-apt-repository: commande introuvable
Si vous utilisez une version antérieure d’Ubuntu, c’est-à-dire antérieure à 12.10, il est nécessaire d’installer le package python-software-properties
.
Sudo apt install python-software-properties