Linux apt Package Check
리눅스 apt 패키지
설치 가능한 패키지 검색
apt list 패키지명
설치된 패키지 검색
apt --installed list
apt --installed list “*turtle*”
설치된 패키지 삭제
apt remove 패키지명
도움 받기
apt help
apt list 패키지명
apt --installed list
apt --installed list “*turtle*”
apt remove 패키지명
apt help
Comments