server eng
우분투 linux dpkg rc 모두 clear하기
soo_wim
2023. 8. 10. 17:54
반응형
dpkg -l | grep ^rc | awk '{ print $2; }' | xargs sudo dpkg --purge
반응형