Created
December 15, 2017 16:40
-
-
Save shengyou/e4d1c60483c4a0d24d312c106dffd3c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 更新套件清單 | |
sudo apt update | |
# 升級套件 | |
sudo apt upgrade | |
# 安裝套件 | |
sudo apt install {package} | |
# 移除套件 | |
sudo apt remove {package} | |
sudo apt purge {package} | |
# 自動移除用不到的套件 | |
sudo apt auto-remove |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment