建议高人给几个deepin15.4非商店的软件如何安装
Tofloor
poster avatar
159******11
deepin
2017-09-21 18:54
Author
linux不像windows安装那么方便。建议给几个实例,说明每一步的作用。

这样对普及deepin相当相当有好处的,毕竟系统需要软件应用,才有价值

如安装sublime我虽安装成功,

但并没有像sublime官方那种方式安装,


少了一步,Install the GPG key,也一样安装成功,也不知这一步,有什么作用。


sublime官方讲得也看得不是很明白。

还有如果下载源码,zip、bz2格式,又是如何安装,希望高人讲得完整,全面

造福后生。
  1. apt
  2. Install the GPG key:

  3. wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
  4. Ensure apt is set up to work with https sources:

  5. sudo apt-get install apt-transport-https
  6. Select the channel to use:

  7. Stable
  8. echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
  9. Dev
  10. echo "deb https://download.sublimetext.com/ apt/dev/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
  11. Update apt sources and install Sublime Text

  12. sudo apt-get update
  13. sudo apt-get install sublime-text
Copy the Code




Reply Favorite View the author
All Replies
avatar
jingle
deepin
2017-09-21 19:06
#1
深度商店已经更新了,直接安装吧


  1. jingle@jingle:/usr/share/dde-launcher/data$ apt-cache policy sublime-text-dev
  2. sublime-text-dev:
  3.   已安装:(无)
  4.   候选: 3.0.0+b3143-1
Copy the Code
Reply View the author
avatar
qiujieqiong
deepin
2017-09-21 20:00
#2
https://bbs.deepin.org/post/142227##=1
Reply View the author
avatar
180******28
deepin
2017-09-22 05:57
#3
还是Vim最强大!
Reply View the author