Loading... ## 1、安装OBS - 添加PPA ```shell sudo add-apt-repository ppa:obsproject/obs-studio ``` - 安装OBS ```shell sudo apt install obs-studio ``` ## 2、可能遇到的问题 - Package 'libfdk-aac0' has no installation candidate 访问此网址[libfdk-aac0](https://packages.ubuntu.com/xenial/libfdk-aac0),下载libfdk-aac0. 安装deb包 ```shell sudo dpkg -i libfdk-aac0_0.1.3+20140816-2_amd64.deb ``` - dpkg: error: dpkg frontend is locked by another process ```shell sudo rm /var/lib/dpkg/lock-frontend ``` Last modification:April 17th, 2021 at 09:47 am © 允许规范转载