Open RxnCat83 opened 2 months ago
I was able to resolve the issue. The newest release of Ubuntu doesn't have the dependencies needed. I just had to install the needed dependencies as follows:
Here are the needed dependencies:
libtinfo5_6.4-2_amd64 libncurses5_6.4-2_amd64 libaio1_0.3.113-4_amd64 libnss3-tools
Download libtinfo5_6.4-2_amd64 and then install the package: Download: curl -O [http://launchpadlibrarian.net/648013231/libtinfo5_6.4-2_amd64.deb 40] (http:// launchpadlibrarian.net/648013231/libtinfo5_6.4-2_amd64.deb) Install: sudo dpkg -i libtinfo5_6.4-2_amd64.deb
Download libaio1_0.3.113-4_amd64 and install the package: Download: curl -O [http://launchpadlibrarian.net/646633572/libaio1_0.3.113-4_amd64.deb 29] (http://launchpadlibrarian.net/646633572/libaio1_0.3.113-4_amd64.deb) Install: sudo dpkg -i libaio1_0.3.113-4_amd64.deb
Install libnss3-tools Install: sudo apt install libnss3-tools
Now, Local WordPress is installed and running just fine!
After doing my normal package updating, I tried to install Local WordPress for the installation package from the official website.
After cd'ing into the downloaded file's directory, I ran this command: sudo dpkg -i local-9.0.5-linux.deb
Here is the error message that is shown:
It appears that some of the dependencies that are needed are missing. I need to find out why they are missing and how to install them.