AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • Início
  • system&network
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • Início
  • system&network
    • Recentes
    • Highest score
    • tags
  • Ubuntu
    • Recentes
    • Highest score
    • tags
  • Unix
    • Recentes
    • tags
  • DBA
    • Recentes
    • tags
  • Computer
    • Recentes
    • tags
  • Coding
    • Recentes
    • tags
Início / ubuntu / Perguntas / 1373050
Accepted
N0rbert
N0rbert
Asked: 2021-11-03 00:36:02 +0800 CST2021-11-03 00:36:02 +0800 CST 2021-11-03 00:36:02 +0800 CST

É possível instalar o lanmessenger no Ubuntu 20.04 LTS?

  • 772

Nas versões anteriores do Ubuntu, como 18.04 LTS, consegui instalar o LAN Messenger .

Mas no Ubuntu 20.04 LTS moderno não é instalável com as seguintes mensagens:

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.
apt
  • 2 2 respostas
  • 475 Views

2 respostas

  • Voted
  1. Best Answer
    N0rbert
    2021-11-03T00:36:02+08:002021-11-03T00:36:02+08:00

    Isso acontece devido a um problema com o pacote libssl1.0.0 antigo , mas o LAN Messenger pode ser instalado com a solução alternativa abaixo:

    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
    
    • 1
  2. Renish Gotecha
    2022-04-04T21:24:18+08:002022-04-04T21:24:18+08:00

    A resposta acima está funcionando bem, mas libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb este pacote não está lá (Erro 404 que estou recebendo)

    Para resolver isso eu usei as etapas abaixo

    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.8_amd64.deb
    
    sudo apt-get install ./libssl1.0.0_1.0.2n-1ubuntu5.8_amd64.deb --fix-broken
    sudo apt-get install libqt5multimedia5
    
    sudo apt-get install ./lmc_1.2.37_x86_64_min.deb
    
    • 0

relate perguntas

  • Como posso ver todas as versões de um pacote que estão disponíveis no arquivo?

  • Como os PPAs podem ser removidos?

Sidebar

Stats

  • Perguntas 205573
  • respostas 270741
  • best respostas 135370
  • utilizador 68524
  • Highest score
  • respostas
  • Marko Smith

    Existe um comando para listar todos os usuários? Também para adicionar, excluir, modificar usuários, no terminal?

    • 9 respostas
  • Marko Smith

    Como excluir um diretório não vazio no Terminal?

    • 4 respostas
  • Marko Smith

    Como descompactar um arquivo zip do Terminal?

    • 9 respostas
  • Marko Smith

    Como instalo um arquivo .deb por meio da linha de comando?

    • 11 respostas
  • Marko Smith

    Como instalo um arquivo .tar.gz (ou .tar.bz2)?

    • 14 respostas
  • Marko Smith

    Como listar todos os pacotes instalados

    • 24 respostas
  • Martin Hope
    Flimm Como posso usar o docker sem sudo? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    led-Zepp Como faço para salvar a saída do terminal em um arquivo? 2014-02-15 11:49:07 +0800 CST
  • Martin Hope
    ubuntu-nerd Como descompactar um arquivo zip do Terminal? 2011-12-11 20:37:54 +0800 CST
  • Martin Hope
    TheXed Como instalo um arquivo .deb por meio da linha de comando? 2011-05-07 09:40:28 +0800 CST
  • Martin Hope
    Ivan Como listar todos os pacotes instalados 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    David Barry Como determino o tamanho total de um diretório (pasta) na linha de comando? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher "Os seguintes pacotes foram retidos:" Por que e como resolvo isso? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford Como os PPAs podem ser removidos? 2010-07-30 01:09:42 +0800 CST

Hot tag

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • Início
  • Perguntas
    • Recentes
    • Highest score
  • tag
  • help

Footer

AskOverflow.Dev

About Us

  • About Us
  • Contact Us

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve