Yfinance 데이터 소스를 이용한 대쉬보드 서버 제작
/
칸반 방법론
/
Kanban board
/
메타코딩 AWS 강좌
/
ppa
Search
ppa
apt에서는 tomcat9를 지원하지만, tomcat8은 지원하지 않는다.
만약 tomcat8을 설치하고 싶다면, ppa를 이용하면 된다.
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 internet.
add-apt-repository 명령어를 이용하여 설치하고자 하는 프로그램의 ppa링크를 목록에 추가하고, apt update를 통해 apt 목록을 최신화할 수 있다.