raspberry-常用命令

安全关闭raspberry:sudo shutdown -h now

一次升级系统中的所有内容:sudo apt-get update

升级单个软件包:sudo apt-get install ***

了解apt的更多信息:man apt

卸载软件:sudo apt-get remove ***(但会留下软件配置文件)

sudo apt-get purge ***(删除所有相关文件)

原文地址:https://www.cnblogs.com/huangkerui/p/6352143.html