0

I'm trying to update tortoisehg as the current version that I have is 2.2, however:

$ sudo apt-get install tortoisehg
tortoisehg is already the newest version

I have also tried these commands:

sudo add-apt-repository ppa:tortoisehg-ppa/releases
sudo apt-get update
sudo apt-get install tortoisehg

But I'm getting add-apt-repository: command not found

Zanna
  • 69,223
  • 56
  • 216
  • 327
  • Related: [How to install 'add-apt-repository' using the terminal?](//askubuntu.com/q/493460) – Zanna Jun 21 '17 at 17:40

1 Answers1

1

Solved:

sudo apt-get install software-properties-common python-software-properties

Found in this article: Missing add-apt-repository command

Zanna
  • 69,223
  • 56
  • 216
  • 327