I can not install LocalWP into Ubuntu 23.10 because comes back with "Error : Dependency is not satisfiable libncurses5"

I can not install LocalWP into Ubuntu 23.10 because comes back with “Error : Dependency is not satisfiable libncurses5”


What steps can be taken to replicate the issue? Feel free to include screenshots, videos, etc

Just try to install the program into Ubuntu 23.10. I think that this is an important problem because 23.04 and 23.10 will be the basis for the Ubuntu 24.04 LTS release which will be released April next year God willing. Ubuntu 23.10 is vast improvement on the previous releases of Ubuntu

System Details

  • Local Version: 7.1.2

  • Operating System (OS) and OS version: Ubuntu 23.10 Mantic Minotuar
    Intel Core i5-7600x4 with SSD Boot drive and 2GB HDD for storage with 64 GB RAM


Local Logs

Attach your Local Logs here (Help Doc - Retrieving Local’s Log)


Security Reminder
Local does a pretty good job of scrubbing private info from the logs and the errors it produces, however there’s always the possibility that something private can come through. Because these are public forums, always review the screenshots you are sharing to make sure there isn’t private info like passwords being displayed.

Hi @Scotty

How are you downloading Local?

If you try the steps outlined in this thread what do you see?

+1 for the problem: cannot install on Ubuntu 23.10, because the package libncurses5 is deprecated. Ubuntu 23.10 has libncurses6 installed by default.
Note that this is not an “Ubuntu only” problem, but flows up from the Debian distro…

Some light reading:

https://packages.ubuntu.com/search?keywords=libncurses5
https://packages.ubuntu.com/search?keywords=libncurses6

Just for the interim solution: you can install the old [insecure, deprecated, pick your own poison…] packages manually from the 23.04 lunar repo:
Prerequisite: Ubuntu – Package Download Selection -- libtinfo5_6.4-2ubuntu0.1_amd64.deb
Then you can install: https://packages.ubuntu.com/lunar/amd64/libncurses5/download
And then finally LocalWP.

1 Like

This solved my problem in ubuntu 23.10:

Open:

sudo nano /etc/apt/sources.list

add at the last line (quit the letter s , only http):

deb https://security.ubuntu.com/ubuntu lunar-security main universe

write the command : ctrl + o (save the changes)
write the command: ctrl + x (exit),

then:
sudo apt-get install libncurses5

finally:
sudo apt --fix-broken install

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.