Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1049  / 3 Years ago, sat, september 11, 2021, 8:11:53

On previous Ubuntu versions like 18.04 LTS I was able to install LAN Messenger.


But on modern Ubuntu 20.04 LTS it is not installable with the following messages:


cd ~/Downloads
wget -c https://github.com/lanmessenger/lanmessenger/releases/download/v1.2.37/lmc_1.2.37_x86_64_min.deb
sudo apt-get install ./lmc_1.2.37_x86_64_min.deb

Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'lmc' instead of './lmc_1.2.37_x86_64_min.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
lmc : Depends: libssl1.0.0 but it is not installable
E: Unable to correct problems, you have held broken packages.

More From » apt

 Answers
7

This happens because of an issue with old libssl1.0.0 package, but LAN Messenger is installable with below workaround:


cd ~/Downloads
wget -c https://github.com/lanmessenger/lanmessenger/releases/download/v1.2.37/lmc_1.2.37_x86_64_min.deb
wget -c http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb

sudo apt-get install ./libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb
sudo apt-get install libqt5multimedia5

sudo apt-get install ./lmc_1.2.37_x86_64_min.deb

[#1045] Saturday, September 11, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
gerrin

Total Points: 347
Total Questions: 109
Total Answers: 121

Location: Tanzania
Member since Fri, Oct 29, 2021
3 Years ago
gerrin questions
Sun, Sep 25, 22, 12:20, 2 Years ago
Tue, Jan 11, 22, 22:26, 2 Years ago
Thu, Oct 28, 21, 14:34, 3 Years ago
Sat, Mar 12, 22, 10:03, 2 Years ago
Wed, Mar 15, 23, 21:53, 1 Year ago
;