OBS Studio Github deb file has inside plugins ?

Aug

New Member
Hello.
Thanks for reading my topic.
If trying install OBS Studio from
sudo add-apt-repository ppa:obsproject/obs-studio
have obs-studio and obs-studio-plugins deb files. Thus need install 2 deb files.

However in github https://github.com/obsproject/obs-studio/releases only show one deb install file.
The github deb install file have inside the obs studio plugins or need install from another install file ?

Have an nice night.
 

AaronD

Active Member
If you already have the repository, then you can just sudo apt update && sudo apt install obs-studio.

That gets you OBS itself, without any plugins. Then you install the plugins that you want, by whatever means they use:
  • .deb file
  • Script
  • Unpack and copy to the correct directory
  • Etc.
Of course, the automated installers are much easier, but all they really do is unpack to the correct directory. So if you have to do that manually, there's really no difference.
 
Top