본문 바로가기

보물창고/Programming

리눅스 패키지 설치, 패키지 지우기 명령어 (apt-get install ,apt-get autoremove)

반응형



이렇게 설치를 했다면
sudo apt-get install python-wxgtk2.8 pyro mercurial build-essential bison flex mercurial python-numpy





이렇게 지우면 됩니다
sudo apt-get autoremove python-wxgtk2.8 pyro mercurial build-essential bison flex mercurial python-numpy


반응형