Installation in Debian 12 (bookworm)

kennedyrenkel

New Member

Other OS​

Debian 12

Expected Behavior​

Install OBS 30.1.0 on Debian 12.

Current Behavior​

Error in PPA.

Steps to Reproduce​

  1. sudo apt-get install ffmpeg
  2. sudo add-apt-repository ppa:obsproject/obs-studio

Anything else we should know?​

Bash:
╰─ sudo apt-get install ffmpeg                                               ─╯


Lendo listas de pacotes... Pronto
Construindo árvore de dependências... Pronto
Lendo informação de estado... Pronto      
ffmpeg is already the newest version (7:5.1.4-0+deb12u1).
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem removidos e 3 não atualizados.

Bash:
╰─ sudo apt-get update                                                       ─╯

Atingido:1 https://brave-browser-apt-release.s3.brave.com stable InRelease
Atingido:2 https://download.docker.com/linux/debian bookworm InRelease        
Atingido:3 https://packages.microsoft.com/repos/code stable InRelease        
Atingido:4 http://deb.debian.org/debian bookworm InRelease                    
Atingido:5 http://deb.debian.org/debian-security bookworm-security InRelease  
Atingido:6 https://dl.google.com/linux/chrome/deb stable InRelease            
Atingido:7 http://deb.debian.org/debian bookworm-updates InRelease
Lendo listas de pacotes... Pronto

In add-apt-repository:
Bash:
╰─ sudo add-apt-repository ppa:obsproject/obs-studio                         ─╯

Repository: 'deb https://ppa.launchpadcontent.net/obsproject/obs-studio/ubuntu/ bookworm main'
Description:
Latest stable release of OBS Studio
More info: https://launchpad.net/~obsproject/+archive/ubuntu/obs-studio
Adding repository.
Press [ENTER] to continue or Ctrl-c to cancel.
Adding deb entry to /etc/apt/sources.list.d/obsproject-ubuntu-obs-studio-bookworm.list
Adding disabled deb-src entry to /etc/apt/sources.list.d/obsproject-ubuntu-obs-studio-bookworm.list
Adding key to /etc/apt/trusted.gpg.d/obsproject-ubuntu-obs-studio.gpg with fingerprint BC7345F522079769F5BBE987EFC71127F425E228
Atingido:1 https://download.docker.com/linux/debian bookworm InRelease
Atingido:2 https://packages.microsoft.com/repos/code stable InRelease        
Atingido:3 https://dl.google.com/linux/chrome/deb stable InRelease            
Atingido:4 http://deb.debian.org/debian bookworm InRelease                    
Atingido:5 http://deb.debian.org/debian-security bookworm-security InRelease  
Atingido:6 http://deb.debian.org/debian bookworm-updates InRelease            
Ign:7 https://ppa.launchpadcontent.net/obsproject/obs-studio/ubuntu bookworm InRelease
Err:8 https://ppa.launchpadcontent.net/obsproject/obs-studio/ubuntu bookworm Release
  404  Not Found [IP: 2620:2d:4000:1::81 443]
Atingido:9 https://brave-browser-apt-release.s3.brave.com stable InRelease
Lendo listas de pacotes... Pronto
E: The repository 'https://ppa.launchpadcontent.net/obsproject/obs-studio/ubuntu bookworm Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Can someone help me?

Downloading the .deb file from the official Github, I got other errors as well.


If I remove everything and install:
Bash:
obs-studio is already the newest version (29.0.2+dfsg-1+b1).
 
Last edited:
Top