升级单个软件包:
sudo apt-get install --only-upgrade 包名
升级指定n个软件包:
sudo apt-get install --only-upgrade 包名1 包名2 包名3
升级全部软件包:
sudo apt-get upgrade