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 / 1506762
Accepted
John Carter
John Carter
Asked: 2024-03-07 07:48:58 +0800 CST2024-03-07 07:48:58 +0800 CST 2024-03-07 07:48:58 +0800 CST

Erro ao instalar Balena Etcher

  • 772

Eu estava tentando criar um USB inicializável com BalenaEtcher, mas encontrei um erro ao instalar o programa.

Baixei o .debarquivo principal da página de lançamento do github , mas quando executo sudo apt install ./balena-etcher_1.19.5_amd64.deb:

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'balena-etcher' instead of './balena-etcher_1.19.5_amd64.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:
 balena-etcher : Depends: gconf-service but it is not installable
                 Depends: gconf2 but it is not installable
                 Depends: libgconf-2-4 but it is not installable
E: Unable to correct problems, you have held broken packages.

Eu acho que isso pode estar relacionado comigo usando 23.10. Alguém sabe como consertar isso?

EDITAR (conforme proposto pelo comentário )

sudo apt install gconf-service:

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package gconf-service is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'gconf-service' has no installation candidate

sudo apt install gconf2:

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package gconf2 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'gconf2' has no installation candidate

sudo apt install libgconf-2-4:

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libgconf-2-4 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libgconf-2-4' has no installation candidate

sudo apt update:

Hit:1 http://us.archive.ubuntu.com/ubuntu mantic InRelease
Hit:2 https://brave-browser-apt-release.s3.brave.com stable InRelease          
Hit:3 http://security.ubuntu.com/ubuntu mantic-security InRelease              
Hit:4 https://dl.google.com/linux/chrome/deb stable InRelease                  
Hit:5 http://us.archive.ubuntu.com/ubuntu mantic-updates InRelease             
Hit:6 http://us.archive.ubuntu.com/ubuntu mantic-backports InRelease           
Hit:7 https://hub-dist.unity3d.com/artifactory/hub-debian-prod-local stable InRelease
Hit:8 https://ppa.launchpadcontent.net/mjasnik/ppa/ubuntu mantic InRelease
Hit:9 https://ppa.launchpadcontent.net/mkusb/ppa/ubuntu mantic InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.

apt policy gconf-service:

gconf-service:
  Installed: (none)
  Candidate: (none)
  Version table:
apt
  • 1 1 respostas
  • 226 Views

1 respostas

  • Voted
  1. Best Answer
    user.dz
    2024-03-15T01:15:05+08:002024-03-15T01:15:05+08:00

    O Gnome se mudou há gconfmuito dconftempo. Os últimos lançamentos que empacotaram gconfforam Ubuntu Lunar 23.04 e Debian Bookworm 12. Em seguida, ele foi eliminado de versões posteriores.

    Estes bons sites para verificar o status de qualquer pacote:

    • https://packages.ubuntu.com/
    • https://www.debian.org/distrib/packages

    Descobri que já foi relatado pelo autor: O Debian Testing removeu os pacotes gconf2. #4096

    • A melhor opção é usar o pacote appimage ou ferramenta alternativa, até que o upstream seja corrigido.

    • Outra opção é forçar a instalação gconfdo repositório de versões antigas. Mas esse método é sujo e o resultado não é previsível, pode até quebrar o Gnome.

    • Se este for um caso especial em que esta ferramenta é a única solução, você pode configurar o Ubuntu mais antigo no VirtualBox e instalar o Balena Etcher nele. (Isso provavelmente não funcionará em PCs muito fracos, como notebooks Chrome)

    • 2

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