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 / 950964
Accepted
Make42
Make42
Asked: 2017-08-30 06:24:47 +0800 CST2017-08-30 06:24:47 +0800 CST 2017-08-30 06:24:47 +0800 CST

Depende: gimagereader-gtk mas não vai ser instalado

  • 772

Gostaria de instalar o gimagereader e tentei com

:~$ sudo apt-get install gimagereader 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
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:
 gimagereader : Depends: gimagereader-gtk but it is not going to be installed                                                                                                                             
E: Unable to correct problems, you have held broken packages.

:~$ sudo apt-get install gimagereader-gtk
Reading package lists... Done
Building dependency tree       
Reading state information... Done
gimagereader-gtk is already the newest version.

bem como os comandos em https://askubuntu.com/a/944282/402358 que não fizeram nada.

Também:

:~$ sudo apt-mark showhold
W: Duplicate sources.list entry http://linux-packages.resilio.com/resilio-sync/deb/ resilio-sync/non-free armhf Packages (/var/lib/apt/lists/linux-packages.resilio.com_resilio-sync_deb_dists_resilio-sync_non-free_binary-armhf_Packages)
W: You may want to run apt-get update to correct these problems

Além disso, minha source.list é

# deb cdrom:[Kubuntu 14.04 LTS _Trusty Tahr_ - Release amd64 (20140416.1)]/ trusty main multiverse restricted universe

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb [arch=amd64] http://de.archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src [arch=amd64] http://de.archive.ubuntu.com/ubuntu/ trusty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb [arch=amd64] http://de.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb-src [arch=amd64] http://de.archive.ubuntu.com/ubuntu/ trusty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb [arch=amd64] http://de.archive.ubuntu.com/ubuntu/ trusty universe
deb-src [arch=amd64] http://de.archive.ubuntu.com/ubuntu/ trusty universe
deb [arch=amd64] http://de.archive.ubuntu.com/ubuntu/ trusty-updates universe
deb-src [arch=amd64] http://de.archive.ubuntu.com/ubuntu/ trusty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb [arch=amd64] http://de.archive.ubuntu.com/ubuntu/ trusty multiverse
deb-src [arch=amd64] http://de.archive.ubuntu.com/ubuntu/ trusty multiverse
deb [arch=amd64] http://de.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
deb-src [arch=amd64] http://de.archive.ubuntu.com/ubuntu/ trusty-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb [arch=amd64] http://de.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src [arch=amd64] http://de.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse

deb [arch=amd64] http://security.ubuntu.com/ubuntu trusty-security main restricted
deb-src [arch=amd64] http://security.ubuntu.com/ubuntu trusty-security main restricted
deb [arch=amd64] http://security.ubuntu.com/ubuntu trusty-security universe
deb-src [arch=amd64] http://security.ubuntu.com/ubuntu trusty-security universe
deb [arch=amd64] http://security.ubuntu.com/ubuntu trusty-security multiverse
deb-src [arch=amd64] http://security.ubuntu.com/ubuntu trusty-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb [arch=amd64] http://archive.canonical.com/ubuntu trusty partner
deb-src [arch=amd64] http://archive.canonical.com/ubuntu trusty partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb [arch=amd64] http://extras.ubuntu.com/ubuntu trusty main
deb-src [arch=amd64] http://extras.ubuntu.com/ubuntu trusty main

### For R:
# deb [arch=amd64] http://cran.r-mirror.de/bin/linux/ubuntu trusty/
# deb-src [arch=amd64] http://cran.r-mirror.de/bin/linux/ubuntu trusty/
# deb [arch=amd64] http://ftp5.gwdg.de/pub/misc/cran/bin/linux/ubuntu trusty/
# deb [arch=amd64] http://cran.es.r-project.org/bin/linux/ubuntu trusty
# deb [arch=amd64] http://www.stats.bris.ac.uk/R/bin/linux/ubuntu trusty/
# deb [arch=amd64] http://cran.stat.ucla.edu/bin/linux/ubuntu trusty/
deb [arch=amd64] http://cran.rstudio.com/bin/linux/ubuntu trusty/

### For R-Extras:
# deb [arch=amd64] http://orange.biolab.si/debian squeeze main
# deb-src [arch=amd64] http://orange.biolab.si/debian squeeze main

### For the KDE Widget "Concise":
deb [arch=amd64] http://ppa.launchpad.net/bytr/concise/ubuntu trusty main
deb-src [arch=amd64] http://ppa.launchpad.net/bytr/concise/ubuntu trusty main
# Run: $ sudo add-apt-repository ppa:bytr/concise; sudo apt-get install concise

### For Virtualbox:
# deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian trusty contrib
# deb-src [arch=amd64] http://download.virtualbox.org/virtualbox/debian trusty contrib

### For Dropbox:
# deb [arch=amd64] http://linux.dropbox.com/ubuntu trusty main
# deb-src [arch=amd64] http://linux.dropbox.com/ubuntu trusty main

### For Resilio:
deb [arch=armhf] http://linux-packages.resilio.com/resilio-sync/deb resilio-sync non-free

Também:

:~$ sudo apt-cache policy gimagereader
gimagereader:
  Installed: (none)
  Candidate: 3.1.2-1~trustyppa1
  Version table:
     3.1.2-1~trustyppa1 0
        500 http://ppa.launchpad.net/sandromani/gimagereader/ubuntu/ trusty/main amd64 Packages

O que posso fazer? Estou usando o Kubuntu 14.4.

package-management
  • 1 1 respostas
  • 261 Views

1 respostas

  • Voted
  1. Best Answer
    Charles Green
    2017-08-31T08:44:22+08:002017-08-31T08:44:22+08:00

    O processo apt-get para carregar a versão correta de gimagereaderparece não estar funcionando corretamente no ppa na barra de ativação - você está carregando novas versões de gimagereader-gtk(3.2.3) e tentando carregar uma versão mais antiga de gimagereader(3.1.2)

    Gostaria de encorajá-lo a relatar isso como um bug no PPA, mas como solução alternativa, você pode baixar diretamente os arquivos deb necessários e instalá-los manualmente:

    gimagereader-common_3.2.3-1~trustyppa1_all.deb

    gimagereader-dbg_3.2.3-1~trustyppa1_amd64.deb

    gimagereader-gtk_3.2.3-1~trustyppa1_amd64.deb

    gimagereader-qt_3.2.3-1~trustyppa1_amd64.deb

    Mova esses 4 arquivos para um diretório e sudo dpkg -i *.debinstale-os. Você pode precisar carregar de tesseract-ocrforma independente

    • 1

relate perguntas

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