Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
A2中添加ppa
15 RC专版(归档中)
1210
views ·
4
replies ·
To
floor
Go
wenlin
deepin
2015-12-03 23:45
Author
本帖最后由 wenlin 于 2015-12-3 15:50 编辑
网上搜到的安装add-apt-repository命令的方法并不好用。然后我从debian装jdk8的方法中得到启发,觉得可以把它扩展到添加ppa上去
在终端
su
Copy the Code
vi /etc/apt/sources.list
Copy the Code
在https://launchpad.net/上找到要a添加的ppa
以wine为例
做完之后
sudo apt-get update
Copy the Code
就可以啦
Reply
Like 0
Favorite
View the author
All Replies
cxbii
deepin
2015-12-04 18:52
#1
你确认你成功了?你这么做,系统很容易崩溃。而且你也没安装ppa的包
Reply
Like 0
View the author
jiuxian
deepin
2015-12-04 21:05
#2
围观作死
,都不是Ubuntu了,还敢……
Reply
Like 0
View the author
dailidu
deepin
2015-12-04 22:59
#3
樓主真心要玩的話, 建議 apt-get source 從源碼編 ppa 上來的包, 會安全些, Ubuntu 雖然是基於 Debian 的, 但還是做了不少的改動, 包會有不同程度上的二進制兼容性問題 ;)
Reply
Like 0
View the author
wenlin
deepin
2015-12-05 06:12
#4
受教了{:4_128:}
Reply
Like 0
View the author
Please
sign
in first
New Thread
Popular Ranking
Change
Videodownloader
Popular Events
More
网上搜到的安装add-apt-repository命令的方法并不好用。然后我从debian装jdk8的方法中得到启发,觉得可以把它扩展到添加ppa上去
在终端
以wine为例
做完之后
就可以啦