question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

.deb fails to install on Debian Bullseye due to incorrect libpango1.0-0 dependency

See original GitHub issue
  • Etcher version: 1.5.80
  • Operating system and architecture: Debian Bullseye amd64
  • Image flashed:
  • Do you see any meaningful error information in the DevTools?

The transitional package libpango1.0-0 has been removed from Debian Bullseye. The package dependency needs to be changed to libpango-1.0-0 or libpango-1.0-0 | libpango1.0-0.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
zvincommented, May 5, 2020

fixed in v1.5.84

2reactions
alu18999959gcommented, May 2, 2020

I just fixed it but had to rebuild the deb package.

  • Download the .deb installer file

  • Inside the folder your downloaded the file run dpkg-deb -R ./balena-etcher-electron_1.5.80_amd64.deb balena-etcher-electron

  • Edit file balena-etcher-electron/DEBIAN/control and replace libpango1.0-0 with libpango-1.0-0

  • Rebuild .deb installer running dpkg-deb -b balena-etcher-electron balena-etcher-electron_1.5.80-fixed_amd64.deb

  • Install balena-etcher-electron using the fixed installer running sudo dpkg balena-etcher-electron_1.5.80-fixed_amd64.deb

sudo dpkg -i balena-etcher-electron_1.5.80-fixed_amd64.deb Seleccionando el paquete balena-etcher-electron previamente no seleccionado. (Leyendo la base de datos ... 508614 ficheros o directorios instalados actualmente.) Preparando para desempaquetar balena-etcher-electron_1.5.80-fixed_amd64.deb ... Desempaquetando balena-etcher-electron (1.5.80) ... Configurando balena-etcher-electron (1.5.80) ... Procesando disparadores para desktop-file-utils (0.24-1) ... Procesando disparadores para mime-support (3.64) ... Procesando disparadores para hicolor-icon-theme (0.17-2) ... cap1234

balena

Final steps

cd /opt/balenaEtcher sudo chown root:$USER chrome-sandbox sudo chmod 4755 chrome-sandbox Screenshot_20200502_193418 Screenshot_20200502_193823 Screenshot_20200502_193849

Read more comments on GitHub >

github_iconTop Results From Across the Web

#956520 - libpango-1.0-0: The new package breaks certain ...
Debian Bug report logs - #956520 libpango-1.0-0: The new package breaks certain packages like dropbox or Minecraft-launcher ; "Christian L." < ...
Read more >
Minecraft Launcher deb uninstallable on Ubuntu 20.04
I am running bullseye (Debian 11/Testing) with KDE Plasma Desktop and this is uninstallable on my system. sudo apt install ./Minecraft.deb
Read more >
Unable to resolve dependency for libpango-1.0-0 in 12.04
Go to the forticlient-sslvpn/DEBIAN folder and open control file. ... sudo apt-get install libpango1.0-0 ... sudo apt -f install.
Read more >
How to Fix Broken Packages in Debian 10/11{Easy Methods}
While this error could occur due to various number of reasons ... apt --fix-missing update Hit:1 http://deb.debian.org/debian bullseye ...
Read more >
The Dropbox Debian package has outdated dependenci...
Solved: With version 1.44.7-3 of the Pango library the installation package is finally renamed (comes - added) and the transitional package becomes ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found