임베디드 | 라즈베리파이 | ARM | 리눅스 | Qt | 딥러닝

리눅스에서 프로그램 알게 모르게 많이 설치되는데 (잘모르는 경우)

때에 따라 알맞게 삭제하는 방법을 알아두자


sudo apt-get remove nginx nginx-common # Removes all but config files.


sudo apt-get purge nginx nginx-common # Removes everything.


sudo apt-get autoremove # After using any of the above commands, use this in order to remove dependencies used by nginx which are no longer required.