16.1.2.1. 包管理

# 更新源
$ sudo apt update
# 查看有那些包需要更新
$ sudo apt list --upgradable
# 更新指定的软件包
$ sudo apt install --only-upgrade code