145

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
  • 39,982
Akankha Ahmed
  • 1,559
  • 2
  • 10
  • 3

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
  • 805
  • 1
  • 9
  • 16
sugab
  • 4,367