No .deb support for debian buster 10 for Opera version 88 bug
-
themanjay last edited by leocg
themanjay@hostname:~$ sudo apt list --upgradable Listing... Done opera-stable/stable 88.0.4412.27 amd64 [upgradable from: 87.0.4390.45] N: There is 1 additional version. Please use the '-a' switch to see it themanjay@hostname:~$ sudo apt upgrade opera-stable Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... 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: opera-stable : Depends: libgcc-s1 (>= 3.0) but it is not installable Recommends: pepperflashplugin-nonfree but it is not going to be installed Recommends: chromium-codecs-ffmpeg-extra but it is not installable E: Broken packages themanjay@hostname:~$ sudo apt install libgcc-s1 Reading package lists... Done Building dependency tree Reading state information... Done Package libgcc-s1 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 'libgcc-s1' has no installation candidate themanjay@hostname:~$
Yes I'm aware I could install a snap package and do not care at this time to do so.
-
sgunhouse Moderator Volunteer last edited by
@themanjay The Recommends will be ignored if not available, it is only that one Depends which is blocking it (and honestly I don't know why they would recommend Flash when Chromium no longer supports it). Not familiar with Debian based distros myself as my distro uses RPM, but wanted to make sure that much was clear.
-
themanjay last edited by
@sgunhouse yes I am aware the recommends will be ignored if not available. debian buster (which is still supported) uses gcc 8 by default. That package is available in debian bullseye the latest release with gcc 10. I do not know if any additional features added with Opera version 88 can be compiled to run with gcc 8 libraries,
-
john-53 last edited by
Debian Buster 10 will drop normal support in July. It's probably time to upgrade to Bullseye 11.
I had the same thing happening with Linux Mint 17 a few years ago before it reached EOL.
-
vincej last edited by
Same issue on Ubuntu 18 (Bionic) which is still actively maintained until next year.
Any way to work around this issue except using snap? -
Jimmy704 last edited by
Hello! Following worked for me:
Download and install one by one the packages gcc-10-base and libgcc-s1, after that upgrade to Opera 88 works.http://ftp.de.debian.org/debian/pool/main/g/gcc-10/gcc-10-base_10.2.1-6_amd64.deb
http://ftp.de.debian.org/debian/pool/main/g/gcc-10/libgcc-s1_10.2.1-6_amd64.deb -
-
-
miquelin last edited by leocg
@jimmy704 I tried this solution, but when i try to install kibgcc-s1 i got:
"pkg: acerca de libgcc-s1_10.2.1-6_amd64.deb contendo libgcc-s1:amd64: libgcc-s1 quebra cryptsetup-initramfs (<< 2:2.2.2-3~) cryptsetup-initramfs (versão 2:2.1.0-5+deb10u2) está presente e instalado.
dpkg: erro ao processar o arquivo libgcc-s1_10.2.1-6_amd64.deb (--install): instalando libgcc-s1:amd64 quebrará cryptsetup-initramfs, e a desconfiguração não é permitida (--auto-deconfigure poderá ajudar) Erros foram encontrados durante o processamento de: libgcc-s1_10.2.1-6_amd64.deb"
-