Today I Learned/AWS

PPA

Malachai Lee 2022. 6. 28. 22:38

apt에서는 tomcat9를 지원하지만, tomcat8은 지원하지 않는다.

 

apt에서 지원하지 않는 각종 구버전 패키지들을 설치하고 싶다면, PPA를 이용하면 된다.

 

Personal Package Archives : Ubuntu

 

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 up a list of all the existing tools out there and choose any of them for immediate installation over the interne

launchpad.net

 

add-apt-repository 명령어를 이용하여 설치하고자 하는 프로그램의 PPA 링크를 목록에 추가하고, apt update를 통해 apt 목록을 최신화할 수 있다.

'Today I Learned > AWS' 카테고리의 다른 글

AWS 프리티어 EC2에 OpenVPN 서버 구축하기  (0) 2023.08.09
Linux 파일 권한  (0) 2022.06.28
apt 명령어  (0) 2022.06.28
EC2  (0) 2022.06.28
AWS 접속 시 사용자 명(PuTTY)  (0) 2022.06.28