명령을 사용하여 응용 프로그램을 제거하고 구성 파일을 제거하거나 제거하고 있습니다 apt-get --purge remove {package_name}
.
https://help.ubuntu.com/community/AptGet/Howto"This command completely removes a package and the associated configuration files. Configuration files residing in ~ are not usually affected by this command"
의 명령을 사용할 때 읽는 Ubuntu의 가이드를 포함하여 그물에 여러 게시물을 보았습니다 apt-get purge {package_name}
.
명령 실행에 차이가 있나요 apt-get --purge remove {package_name}
과 apt-get purge {package_name}
? 왜 다른 것을 사용합니까?
dpkg -l | grep '^rc' | awk '{print $2}' | xargs dpkg --purge
(에서 명령 help.ubuntu.com/community/AptGet/Howto )