Closed ivostoykov closed 2 months ago
The issue is your apt sources are still using the 22.04 PPAs.
3.12.5-1+jammy1 is to be installed
means it's going to install the 22.04 (jammy jellyfish) version, which it shouldn't do on 24.04.
Fix your sources and try again.
In the future, when doing a release upgrade, use RELEASE_UPGRADER_ALLOW_THIRD_PARTY=1
for it to upgrade the PPAs alongside ubuntu itself.
You'll need to fix the PPA in you repo list.
Operating System Info
Ubuntu 24.04
Other OS
No response
OBS Studio Version
30.2.3
OBS Studio Version (Other)
No response
OBS Studio Log URL
n/a - installation failed
OBS Studio Crash Log URL
not available
Expected Behavior
install properly
Current Behavior
$ sudo apt install obs-studio Reading package lists... Done Building dependency tree... Done Reading state information... 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. libpython3.12t64 : Depends: libpython3.12-stdlib (= 3.12.3-1ubuntu0.1) but 3.12.5-1+jammy1 is to be installed E: Unable to correct problems, you have held broken packages.
Steps to Reproduce
sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt install obs-studio
Anything else we should know?
The system was upgraded from 22.04 LTS to 24.04. Fully updated & upgraded No broken packages No errors (I can find)