Quantcast
Channel: Ubuntu Forums - Virtualisation
Viewing all articles
Browse latest Browse all 4211

[ubuntu] Problem to install LAMP server

$
0
0
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
Code:

Output
Available applications:
  Apache
  Apache Full
  Apache Secure

OpenSSH missing

OpenSSH is not on repo but ssh is on repo

$ apt policy OpenSSH/openssh
Code:

N: Unable to locate package OpenSSH/openssh
$ apt policy ssh
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

$ sudo ufw allow in "Apache"
Code:

Skipping adding existing rule
Skipping adding existing rule (v6)

I can't proceed further. Please help. Thanks

Regards

Viewing all articles
Browse latest Browse all 4211

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>