Question / Help problem installing OBS on Linux Peppermint

Licinus

New Member
Hi ,
I followed the installation instructions given on
https://github.com/jp9000/obs-studio/wiki/Install-Instructions#linux
I have a Peppermint Linux Install which is based on Mint/Ubuntu:

$ cat /etc/*-release
DISTRIB_ID=Peppermint
DISTRIB_RELEASE=7
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Peppermint 7 Seven"
NAME="Peppermint"
VERSION="Seven"
ID=peppermint
ID_LIKE=debian
PRETTY_NAME="Peppermint Seven"
VERSION_ID="7"
HOME_URL="http://peppermintos.com/"
SUPPORT_URL="http://forum.peppermintos.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/~peppermintos/"
UBUNTU_CODENAME=xenial

And this Ubuntu version is 16.0 I believe.
So, in a console I ran the command:
sudo apt-get install ffmpeg
And got the reply that I allready had the most recent version (7:2.8.11-0ubuntu0.16.04.1)
Next, I ran the command:
sudo add-apt-repository ppa:obsproject/obs-studio
and it seems to have imported the public key correctly.
But when I run the final installation command:
sudo apt-get update && sudo apt-get install obs-studio
I get the error message:
W: The repository 'http://ppa.launchpad.net/relan/exfat/ubuntu xenial 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: Impossible de récupérer http://ppa.launchpad.net/relan/exfat/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found

Can someone help and tell me what I am doing wrong?

Thanks a lot in advance,
Gio
 

Peppermint

New Member
Hi Licinus, the problem you're having is being caused by another misconfigured PPA (relan/exfat) stopping the package cache being updated .. pop over to the Peppermint support forum and we'll get you sorted:
https://forum.peppermintos.com
 
Last edited:

Licinus

New Member
Hi Guys,
Thanks a lot for the very fast reply. I can confirm that it's not OBS related, as I have been able to install it without trouble on another Linux machine.
I'll check with the Peppermint people
Best
G
 
Top