add any repository
Tofloor
poster avatar
erik_deepin
deepin
2017-08-11 07:07
Author
how to add any repository in deepin?thank you

Reply Favorite View the author
All Replies
ti******en@gmail.com
deepin
2017-08-11 09:36
#1
You can add an repository by creating a file in '/etc/apt/sources.list.d/'.

For example the repository of Opera Browser would look like this:

'/etc/apt/sources.list.d/opera-stable.list' with the following content:
deb https://deb.opera.com/opera-stable/ stable non-free

Don't forget to do
sudo apt update


Reply View the author
jingle
deepin
2017-08-11 17:09
#2
sudo apt-get install python-software-properties
sudo apt-get install software-properties-common
sudo apt-get update

PPA
Reply View the author