kazulog@sv1:~$ sudo apt-get update Hit:1 http://security.ubuntu.com/ubuntu resolute-security InRelease Hit:2 http://archive.ubuntu.com/ubuntu resolute InRelease Hit:3 http://archive.ubuntu.com/ubuntu resolute-updates InRelease Hit:4 http://archive.ubuntu.com/ubuntu resolute-backports InRelease Reading package lists... Done kazulog@sv1:~$ sudo apt-get install -y nginx Reading package lists... Done Building dependency tree... Done Reading state information... Done Solving dependencies... Done The following additional packages will be installed: nginx-common Suggested packages: fcgiwrap nginx-doc ssl-cert The following NEW packages will be installed: nginx nginx-common 0 upgraded, 2 newly installed, 0 to remove and 89 not upgraded. Need to get 655 kB of archives. After this operation, 1860 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu resolute-updates/main amd64 nginx-common all 1.28.3-2ubuntu1.10 [37.8 kB] Get:2 http://archive.ubuntu.com/ubuntu resolute-updates/main amd64 nginx amd64 1.28.3-2ubuntu1.10 [617 kB] Fetched 655 kB in 3s (261 kB/s) Preconfiguring packages ... Selecting previously unselected package nginx-common. (Reading database ... 91400 files and directories currently installed.) Preparing to unpack .../nginx-common_1.28.3-2ubuntu1.10_all.deb ... Unpacking nginx-common (1.28.3-2ubuntu1.10) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.28.3-2ubuntu1.10_amd64.deb ... Unpacking nginx (1.28.3-2ubuntu1.10) ... Setting up nginx-common (1.28.3-2ubuntu1.10) ... Created symlink '/etc/systemd/system/multi-user.target.wants/nginx.service' → '/usr/lib/systemd/system/nginx.service'. Setting up nginx (1.28.3-2ubuntu1.10) ... [ OK ]rading binary nginx Processing triggers for man-db (2.13.1-1build1) ... Processing triggers for ufw (0.36.2-9build1) ... Scanning processes... Scanning linux images... Running kernel seems to be up-to-date. No services need to be restarted. No containers need to be restarted. No user sessions are running outdated binaries. No VM guests are running outdated hypervisor (qemu) binaries on this host. kazulog@sv1:~$ systemctl is-active nginx active kazulog@sv1:~$ systemctl is-enabled nginx enabled