Debian Bullseye Install

netskink

New Member
I did this

Code:
$ sudo cat  /etc/apt/sources.list.d/obsproject-ubuntu-obs-studio-jammy.list 
deb [allow-insecure=yes allow-downgrade-to-insecure=yes] http://ppa.launchpad.net/obsproject/obs-studio/ubuntu jammy main


I get this

Code:
...
Ign:15 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu jammy/main DEP-11 64x64 Icons
Reading package lists... Done                       
W: The repository 'http://ppa.launchpad.net/obsproject/obs-studio/ubuntu jammy Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/obsproject/obs-studio/ubuntu/dists/jammy/main/binary-amd64/Packages  404  Not Found [IP: 91.189.95.85 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.

Please advise.
 

netskink

New Member
I wonder if this should really be on the github issues. I was going to put there, but it referred me to here.
 

netskink

New Member
I got the hint from a Debian howto. Considering they are similar I figured it would be the same. Ubuntu is built from debian is my understanding.
 

netskink

New Member
Oddly enough I switched to Debian to see if it worked. ie.

Code:
deb [allow-insecure=yes allow-downgrade-to-insecure=yes] http://ppa.launchpad.net/obsproject/obs-studio/debian jammy main

And it gave the same result. Still not working.
 

Tuna

Member
Jammy is 22.04 which judging from the name is not released? I doubt there will be a package then.
 

Tuna

Member
You want to look at the beta for the Flatpak which gets official with 27.2.

Alternatively there are detailed compile instructions for compiling yourself.
 
Top