146

I want to install:

add-apt-repository ppa:ricotz/testin

It is showing:

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

What should I do now?

dessert
  • 40,956

1 Answers1

239

Try these:

sudo apt-get install software-properties-common

and/or

sudo apt-get install python3-software-properties

and/or

sudo apt-get install python-software-properties
the
  • 845
sugab
  • 4,417