Giter Site home page Giter Site logo

Comments (7)

tiberium-v avatar tiberium-v commented on September 22, 2024 2

@alwindoss give it some time. The version of ubuntu is fresh out. It takes a little time, that the devs can publish a version for it on the PPA.

from obs-studio.

briped avatar briped commented on September 22, 2024 2

Add the obsproject/obs-studio repository. Ignore the 404 error.

sudo add-apt-repository ppa:obsproject/obs-studio

Change from noble (24.04) to manic (23.10).

sudo mv /etc/apt/sources.list.d/obsproject-ubuntu-obs-studio-noble.sources /etc/apt/sources.list.d/obsproject-ubuntu-obs-studio-mantic.sources
sudo sed --in-place --expression='/^Suites:/c\Suites: mantic' /etc/apt/sources.list.d/obsproject-ubuntu-obs-studio-mantic.sources
sudo apt-get update

Manually download and install the required dependencies.

wget --quiet --directory-prefix=/tmp https://launchpad.net/ubuntu/+archive/primary/+files/libpython3.11-minimal_3.11.6-3_amd64.deb && \
sudo dpkg --install /tmp/libpython3.11-minimal_3.11.6-3_amd64.deb && \
wget --quiet --directory-prefix=/tmp https://launchpad.net/ubuntu/+archive/primary/+files/libpython3.11-stdlib_3.11.6-3_amd64.deb && \
sudo dpkg --install /tmp/libpython3.11-stdlib_3.11.6-3_amd64.deb && \
wget --quiet --directory-prefix=/tmp https://launchpad.net/ubuntu/+archive/primary/+files/libpython3.11_3.11.6-3_amd64.deb && \
sudo dpkg --install /tmp/libpython3.11_3.11.6-3_amd64.deb

Install OBS-Studio

sudo apt-get --yes install obs-studio

from obs-studio.

tytan652 avatar tytan652 commented on September 22, 2024

The PPA does not actually provide package for 24.04 for now, which is not a bug.

from obs-studio.

alwindoss avatar alwindoss commented on September 22, 2024

@tytan652 So what should be done forbit to be supported. Ubuntu 24.04 is an LTS version.

from obs-studio.

alwindoss avatar alwindoss commented on September 22, 2024

Thank you for clarifying @tiberium-v

from obs-studio.

ThatsNasu avatar ThatsNasu commented on September 22, 2024

possible manual (and not recommended) workaround for installing obs anyways:

sudo nano /etc/apt/sources.list.d/obsproject-ubuntu-obs-studio-noble.sources

edit the line where it says Suites: noble to be Suites: jammy, then save the file and do sudo apt update. now Ubuntu 24.04 should eat the repository anyways. You might need to add the jammy sources for the dependencies manually aswell, i did it via editing
sudo nano /etc/apt/sources.list.d/ubuntu.sources
and added both default existing entries at the bottom of the file again by basically copy pasing them but replaced all "noble" in it with "jammy".

I dont recommend doing so, because it means using a release not designed for the platform, aswell as using a different update path. Also please dont use sudo commands or edit files if you don't know what you are doing c:

Have a nice day anyways!

from obs-studio.

davismj avatar davismj commented on September 22, 2024

This strategy worked for me. I did need to sudo apt install --fix-broken before the libpython3 packages would install correctly.

from obs-studio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.