로딩
티스토리 데이터 처리 중입니다.

[메타코딩 16강] AWS 내용정리(리눅스 명령어 ppt 저장소 사용)

 [메타코딩 16강] AWS 내용정리(리눅스 명령어 ppt 저장소 사용)

sudo apt-cache search tomcat : 저장소 목록에 있는 tomcat의 목록을 보여준다. sudo apt remove tomcat9 : tomcat9 삭제(설정 파일을 지우지 않음) sudo apt --purge remove tomcat9 : tomcat9 삭제(설정 파일까지 모두 삭제) ppa 저장소 설치 https://launchpad.net/ubuntu/+ppas Personal Package Archives : Ubuntu Ubuntu also includes a wide variety of software through its network of software repositories. Once your system is installed you can simply call u.....