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 / 1070143
Accepted
Michael
Michael
Asked: 2018-08-30 06:06:59 +0800 CST2018-08-30 06:06:59 +0800 CST 2018-08-30 06:06:59 +0800 CST

Problema de instalação do Ubuntu 18.04 e Rainlendar 2

  • 772

Não consigo instalar Rainlendar 2 no meu Ubuntu 18.04, encontrei esta solução para 16.04 ( Unable To Install Rainlendar2 For Ubuntu 16.04 LTS (32 & 64 Bit) ), segui, parece funcionar, mas após a instalação, não há Rainlendar em meu Show Apps, então não tenho certeza do que deu errado. Quando eu emiti sudo dpkg -i rainlendar2-pro_2.12.2.b138-1_amd64.deb, recebi isso:

Selecting previously unselected package rainlendar2-pro.
(Reading database ... 190677 files and directories currently installed.)
Preparing to unpack rainlendar2-pro_2.12.2.b138-1_amd64.deb ...
Unpacking rainlendar2-pro (2.12.2.b138-1) ...
dpkg: dependency problems prevent configuration of rainlendar2-pro:
 rainlendar2-pro depends on libpng12-0; however:
  Package libpng12-0 is not installed.
 rainlendar2-pro depends on tofrodos; however:
  Package tofrodos is not installed.
 rainlendar2-pro depends on libjpeg62; however:
  Package libjpeg62 is not installed.
 rainlendar2-pro depends on libwebkitgtk-1.0-0; however:
  Package libwebkitgtk-1.0-0 is not installed.

dpkg: error processing package rainlendar2-pro (--install):
 dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.13.3-11ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Errors were encountered while processing:
 rainlendar2-pro

Eu consegui isso depois de emitir este comando no terminalsudo apt-get -f install

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
  rainlendar2-pro
0 upgraded, 0 newly installed, 1 to remove and 35 not upgraded.
1 not fully installed or removed.
After this operation, 20.5 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 191316 files and directories currently installed.)
Removing rainlendar2-pro (2.12.2.b138-1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.1) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1) ...

O que estou fazendo de errado? Após o último comando, ele apenas removeu o Rainlendar e não instalou as dependências conforme indicado na postagem original? TIA

software-installation dpkg
  • 1 1 respostas
  • 1239 Views

1 respostas

  • Voted
  1. Best Answer
    N0rbert
    2018-08-30T07:25:38+08:002018-08-30T07:25:38+08:00

    Você deve instalar o pacote deb do Rainlendar Pro com apt-get install, ele satisfará todas as dependências:

    cd ~/Downloads
    wget http://www.rainlendar.net/download/rainlendar2-pro_2.14.2.b157-1_amd64.deb
    $ sudo apt-get install ./rainlendar2-pro_2.14.2.b157-1_amd64.deb 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Note, selecting 'rainlendar2-pro' instead of './rainlendar2-pro_2.14.2.b157-1_amd64.deb'
    The following packages were automatically installed and are no longer required:
      linux-headers-4.15.0-30 linux-headers-4.15.0-30-generic linux-image-4.15.0-30-generic linux-modules-4.15.0-30-generic
      linux-modules-extra-4.15.0-30-generic
    Use 'sudo apt autoremove' to remove them.
    The following additional packages will be installed:
      libjavascriptcoregtk-1.0-0 libpango1.0-0 libpangox-1.0-0 libwebkitgtk-1.0-0
    The following NEW packages will be installed:
      libjavascriptcoregtk-1.0-0 libpango1.0-0 libpangox-1.0-0 libwebkitgtk-1.0-0 rainlendar2-pro
    0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
    Need to get 9 916 kB/31,1 MB of archives.
    After this operation, 63,3 MB of additional disk space will be used.
    Do you want to continue? [Y/n] y
    ...
    
    $ rainlendar2
    

    Testei sua instalação no meu Ubuntu 18.04 LTS.

    rainlendar2 no Ubuntu MATE 18.04 LTS

    Como resultado, você terá widgets / gadgets / screenlets de calendário, tarefas e tarefas na parte superior da área de trabalho.


    Se você deseja instalar a versão Rainlendar Lite, use

    cd ~/Downloads
    wget http://www.rainlendar.net/download/rainlendar2-lite_2.14.2.b157-1_amd64.deb
    sudo apt-get install ./rainlendar2-lite_2.14.2.b157-1_amd64.deb
    

    Eu testei no Ubuntu 18.04.1 LTS padrão com GNOME sHell, ele colocou widgets na área de trabalho, mas não mostra o ícone na bandeja:

    Rainlendar Lite no Ubuntu 18.04.1 LTS

    • 3

relate perguntas

  • Onde devo instalar o sagemath?

  • Como instalo o Adobe Flash player?

  • Como posso configurar o Software Center para instalar software para usuários não root?

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