📌  相关文章
📜  如何从终端更新 ubuntu - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:13.652000             🧑  作者: Mango

代码示例6
# for updating the whole OS
apt-get upgrade
# for updating application repositories (from where you download applications)
apt-get update