개발관련/서버기술관련
Ubuntu apt-get package 제거
후니의 개발이야기
2020. 12. 5. 12:49
728x90
반응형
Google Cloud Ubuntu에 설치한 tomcat을 apt-get install을 사용해서 설치를 하였었는데
이게 기존에 내가 보던 폴더구조와 너무 달라서 새로 설치를 하다보니 찾게 되었네요.
참고한 사이트는 https://hostadvice.com/how-to/how-to-use-the-apt-command-to-manage-ubuntu-packages/
How to Use the apt Command to Manage Ubuntu Packages | HostAdvice
hostadvice.com
사용법은 아래와 같습니다.
apt-get remove tomcat8
apt-get remove 패키지명
오늘도 즐거운 코딩생활하세요.
728x90
반응형