ubuntu17 常用软件apt安装

来源:互联网 发布:英国域名 编辑:程序博客网 时间:2024/06/05 19:17
     经常会出现重装系统后,很多软件的安装问题,以下就总结下经常安装的软件,通过apt傻瓜式安装的方式。     

1、chrome:

1)Setup key with:

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - 

2)Setup repository with:

sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
3)Setup package with:
sudo apt-get update sudo apt-get install <package name>
note:  where <package name> is the name of the package you want to install.


2、Sublime3

To install this PPA:

sudo add-apt-repository ppa:webupd8team/sublime-text-3 sudo apt-get updatesudo apt-get install <package name>
where <package name> is one of the packages below.





*************************************************************

*************************************************************

后续会不定期补充

*************************************************************

*************************************************************

参考网站:https://www.ubuntuupdates.org/ppas  (里面有比较多的软件资源,但是还不算多)


原创粉丝点击