Siduction Forum

Siduction Forum => Software - Support => Topic started by: tranquil on 2024/12/20, 08:11:23

Title: [SOLVED] Trouble Installing Opera Browser Under Debian Unstable
Post by: tranquil on 2024/12/20, 08:11:23
Attempted to install the stable version of the Opera browser a few minutes ago. Opera requires the libatk-bridge2.0-0 package, but I already have libgtk-3-0t64 and libatk-bridge2.0-0t64 packages installed, which are required for other apps that I have installed; e.g. audacious, pcmanfm. So I get the following error when I attempt to install the libatk-bridge2.0-0 package:


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:

Unsatisfied dependencies:
libgtk-3-0t64 : Depends: libatk-bridge2.0-0t64 (>= 2.15.1) but it is not going to be installed
                 Recommends: libgtk-3-bin
Error: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Title: Re: Trouble Installing Opera Browser Under Debian Unstable
Post by: tranquil on 2024/12/20, 09:20:23
I found an unofficial AppImage (https://github.com/ivan-hc/Opera-appimage) that works well.
Title: Re: [SOLVED] Trouble Installing Opera Browser Under Debian Unstable
Post by: scholle1 on 2024/12/20, 12:14:59
For me:
# apt policy libatk-bridge2.0-0t64 libgtk-3-0t64 libgtk-3-bin
libatk-bridge2.0-0t64:
  Installiert:           2.54.0-1
  Installationskandidat: 2.54.0-1
  Versionstabelle:
*** 2.54.0-1 500
        500 https://deb.debian.org/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status
libgtk-3-0t64:
  Installiert:           3.24.43-4
  Installationskandidat: 3.24.43-4
  Versionstabelle:
*** 3.24.43-4 500
        500 https://deb.debian.org/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status
libgtk-3-bin:
  Installiert:           3.24.43-4
  Installationskandidat: 3.24.43-4
  Versionstabelle:
*** 3.24.43-4 500
        500 https://deb.debian.org/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status


QuoteError: [...] this may be caused by held packages.

Have look at
# apt-mark showhold
    then maybe
# apt-mark unhold <package>
    and
apt install --solver 3.0 <what you want>