기본으로 설치하면 버젼이 낮아 설정하기 어려으므로 최신버젼으로 설치해야 한다.
# apt install curl gnupg2 ca-certificates lsb-release ubuntu-keyring
# gpg --dry-run --quiet --import --import-options import-show /etc/apt/keyrings/nginx-archive-keyring.gpg
# echo "deb [signed-by=/etc/apt/keyrings/nginx-archive-keyring.gpg] http://nginx.org/packages/ubuntu `lsb_release -cs` nginx" | sudo tee /etc/apt/sources.list.d/nginx.list
# apt update
# apt install nginx
'리눅스' 카테고리의 다른 글
[Ubuntu 22.04] Subversion 설치 (0) | 2023.06.02 |
---|---|
[Ubuntu 22.04] Tomcat9 설치 (0) | 2023.06.02 |
[Ubuntu 22.04] MariaDB 설치 (0) | 2023.06.02 |
[Ubuntu 22.04] Snap 삭제 및 소스프트웨어 센터 설치 (0) | 2023.01.01 |
[Ubuntu 22.04] 우분투 데스크탑에서 새창을 화면 중앙으로 열기 (0) | 2022.07.08 |