广告

本站里的文章大部分经过自行整理与测试

2016年5月4日星期三

Ubuntu 16.04 - apt / apt-get / snap

ubuntu 16.04 跟其它版本相差不大,
极大不同的是多了个命令 snap

apt 可以取代 apt-get
 
$ sudo apt install google-chrome-stable
$ sudo apt remove google-chrome-stable
$ sudo apt purge google-chrome-stable
还有
autoremove, list, show, search 
update, upgrade, full-upgrade

apt-get 除了 install, remove, purge

还有
autoremove, clean, autoclean
source, build-dep, check, download
changelog, indextargets
update, upgrade, dist-upgrade, deselect-upgrade

新的命令是 snap

$ sudo snap find
$ sudo snap install hello-world
$ sudo snap remove hello-world
$ sudo snap refresh hello-world
还有
abort, ack, changes
connect, disconnect
interface, known, login, logout, list

没有评论:

发表评论