I'm following below document to install LAMP on Ubuntu22.04 VM
How To Install Linux, Apache, MySQL, PHP (LAMP) Stack on Ubuntu 22.04
https://www.digitalocean.com/communi...n-ubuntu-22-04
Step 1 — Installing Apache and Updating the Firewall
$ sudo apt update
$ sudo apt install apache2
went throught without complaint
$ sudo ufw app list
OpenSSH missing
OpenSSH is not on repo but ssh is on repo
$ apt policy OpenSSH/openssh
$ apt policy ssh
$ sudo ufw allow in "Apache"
I can't proceed further. Please help. Thanks
Regards
How To Install Linux, Apache, MySQL, PHP (LAMP) Stack on Ubuntu 22.04
https://www.digitalocean.com/communi...n-ubuntu-22-04
Step 1 — Installing Apache and Updating the Firewall
$ sudo apt update
$ sudo apt install apache2
went throught without complaint
$ sudo ufw app list
Code:
Output
Available applications:
Apache
Apache Full
Apache Secure
OpenSSH is not on repo but ssh is on repo
$ apt policy OpenSSH/openssh
Code:
N: Unable to locate package OpenSSH/openssh
Code:
ssh:
Installed: (none)
Candidate: 1:8.9p1-3ubuntu0.1
Version table:
1:8.9p1-3ubuntu0.1 500 (phased 60%)
500 http://hk.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
500 http://hk.archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages
1:8.9p1-3 500
Code:
Skipping adding existing rule
Skipping adding existing rule (v6)
Regards