Skip to content

Instantly share code, notes, and snippets.

@CloudLinuxDeveloper
Last active March 25, 2020 12:25
Show Gist options
  • Save CloudLinuxDeveloper/bd40ca71b738251afcc9255bd8d91de8 to your computer and use it in GitHub Desktop.
Save CloudLinuxDeveloper/bd40ca71b738251afcc9255bd8d91de8 to your computer and use it in GitHub Desktop.
How to Install OBS Studio 21.1 in Ubuntu
## https://www.youtube.com/watch?v=upWhjDYxq5A
1. Open terminal either via Ctrl+Alt+T or by searching for “terminal” from app launcher.
sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt-get update
sudo apt-get install obs-studio
Uninstall:
To remove the software, run command in terminal:
sudo apt-get remove --autoremove obs-studio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment