add-apt-repository
Tofloor
poster avatar
flacc
deepin
2017-05-05 09:27
Author
Hello,
Someone can help me?
The add-apt-repository command is not working and I would like to know why.

Reply Favorite View the author
All Replies
wangqizai1918
deepin
2017-05-05 15:06
#1
apt-get install python-software-properties
execute the command above firstly and check if add-apt-repositary works normallly
Reply View the author
flacc
deepin
2017-05-08 05:25
#2
Still not working

flacc@venus:~$ sudo add-apt-repository -h
sudo: add-apt-repository: command not found
flacc@venus:~$
Reply View the author
ghou
deepin
2017-05-08 06:01
#3
Do you try this?
  1. sudo apt-get install python-software-properties
  2. sudo apt-get install software-properties-common
  3. sudo apt-get update
Copy the Code
Reply View the author