Skip to content

Instantly share code, notes, and snippets.

@divyashrestha
Last active April 24, 2025 13:16
Show Gist options
  • Save divyashrestha/5e93a857de7b8ea7c25d8cd924faa6f4 to your computer and use it in GitHub Desktop.
Save divyashrestha/5e93a857de7b8ea7c25d8cd924faa6f4 to your computer and use it in GitHub Desktop.
Install localwp for ubuntu

Download and install libtinfo5 package

curl -O http://launchpadlibrarian.net/648013231/libtinfo5_6.4-2_amd64.deb
sudo dpkg -i libtinfo5_6.4-2_amd64.deb

Download and install libncurses5 package

curl -O http://launchpadlibrarian.net/648013227/libncurses5_6.4-2_amd64.deb
sudo dpkg -i libncurses5_6.4-2_amd64.deb

Download and install libaio1 package

curl -O http://launchpadlibrarian.net/646633572/libaio1_0.3.113-4_amd64.deb
sudo dpkg -i libaio1_0.3.113-4_amd64.deb

Install libnss3-tools package from the repository

sudo apt install libnss3-tools

Download and install Local WP package

curl -O https://cdn.localwp.com/releases-stable/9.2.2+6771/local-9.2.2-linux.deb
sudo dpkg -i local-9.2.2-linux.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment