Install software, update software, remove software

Software installation command:

apt-get install [packet-name]

Such as: installation StartDict (well-known foreign dictionaries framework)

apt-get install startdict-*(*安装startdict下所有的)

Software Update:

可以通过再次安装覆盖

Remove Software command:

apt-get remove [packet-name]#仅卸载软件包

Guess you like

Origin www.cnblogs.com/clefairy/p/12432210.html