Niel
April 26, 2024, 2:12pm
1
Hello friends! Yesterday I updated my Linux Ubuntu distribution to the latest LTS version, and I am unable to install the localwp .deb package because this error appears:
However, when trying to install these packages, Ubuntu says that it is not possible to install, has anyone managed to resolve this?
1 Like
Nick-B
April 27, 2024, 2:29pm
2
Hi @Niel
The information in this thread should be helpful:
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
The Ubuntu package page for Libncurses5 is now an error https://packages.ubuntu.com/lunar/amd64/libncurses5/download
Nick-B
July 20, 2024, 1:50pm
4
Going to https://packages.ubuntu.com/ I noticed that on 5/3/24 they mention removing Lunar.
I’m not sure where else this can be grabbed at the moment but I’ll do some searching.
system
Closed
October 18, 2024, 1:50pm
5
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.