Para o Ubuntu 14.04 ou 16.04 você precisa de outro pacote:
apt-get install software-properties-common
Encontrei a solução neste blog: link
Quando eu corro:
sudo add-apt-repository ppa:ubuntu-wine/ppa
Faça login aqui:
sudo: add-apt-repository: command not found
Eu tentei executar:
sudo apt-get install software-properties-common
Mas mostra:
software-properties-common is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Se você estiver usando uma versão mais antiga do Ubuntu, ou seja, antes de 12.10, é necessário instalar o pacote python-software-properties
.
sudo apt-get install python-software-properties
Tags apt