uninstall packages - pinedance/codenote GitHub Wiki

첫번째 명령어로 시스템과의 관계를 끊고 두번째 명령어로 삭제한다.

첫번째 명령어 없이 두번째 명령어만 수행하면 디펜던시들은 삭제되지 않는다.

sudo apt-get --purge remove <pkg name>
sudo apt-get autoremove <pkg name>
⚠️ **GitHub.com Fallback** ⚠️