Hi folks,
I would really appreciate some help here. I have two laptops both running Debian buster. One machine installed obs-studio just fine. The other did not, and it finds a different version. They are set up to use all the same apt repos. Even so, the machines are trying to install different versions of the package, which tells me it might have something to do with the architecture (the working on is 64-bit and the non-working one is 32-bit). Please let me know if you have any clues, I've been at this for some hours now.
On the machine that was able to install obs-studio:
On the machine that cannot install obs-studio:
Here is the error during install on the 32-bit machine:
I would really appreciate some help here. I have two laptops both running Debian buster. One machine installed obs-studio just fine. The other did not, and it finds a different version. They are set up to use all the same apt repos. Even so, the machines are trying to install different versions of the package, which tells me it might have something to do with the architecture (the working on is 64-bit and the non-working one is 32-bit). Please let me know if you have any clues, I've been at this for some hours now.
On the machine that was able to install obs-studio:
Code:
$ uname -a
Linux etx1 4.19.0-9-amd64 #1 SMP Debian 4.19.118-2 (2020-04-29) x86_64 GNU/Linux
$ apt search obs-studio
Sorting... Done
Full Text Search... Done
obs-studio/stable,now 22.0.3+dfsg1-1 amd64 [installed]
recorder and streamer for live video content
On the machine that cannot install obs-studio:
Code:
$ uname -a
Linux debian-st 4.19.0-9-686-pae #1 SMP Debian 4.19.118-2 (2020-04-29) i686 GNU/Linux
$ apt search obs-studio
Sorting... Done
Full Text Search... Done
obs-studio/unstable 25.0.3+dfsg1-2 i386
recorder and streamer for live video content
Here is the error during install on the 32-bit machine:
Code:
The following packages have unmet dependencies:
obs-studio : Depends: obs-plugins (= 25.0.3+dfsg1-2) but it is not going to be installed
Depends: libobs0 (= 25.0.3+dfsg1-2) but it is not going to be installed
Depends: libpython3.8 (>= 3.8.2) but it is not going to be installed
Depends: libqt5core5a (>= 5.12.2) but 5.11.3+dfsg1-1+deb10u3 is to be installed
Depends: libstdc++6 (>= 9) but 8.3.0-6 is to be installed
Depends: python3 (>= 3.8~) but 3.7.3-1 is to be installed
Depends: python3.8 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.