Ubuntu 20.04 中 OBS 工作室的问题

Ubuntu 20.04 中 OBS 工作室的问题

当我在 Ubuntu 中使用 OBS Studio 时,预览部分没有显示视频 - 只是一片黑屏。Windows 上不是这种情况,所以我想卸载它然后重新安装它,看看是否能解决这个问题。但是,我无法卸载 OBS Studio。

$ sudo apt remove obs-studio
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'obs-studio' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

然后我在想,如果我不先卸载,直接安装它,也许可以解决这个问题。但不行。 有什么帮助吗?

$ sudo apt install obs-studio
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 obs-studio : Depends: libfdk-aac1 (>= 0.1.4) but it is not installable
E: Unable to correct problems, you have held broken packages.

答案1

你必须尝试功能齐全的OBS Studio 的 Snap 版本

sudo apt-get remove obs-studio

snap install obs-studio

答案2

我也遇到了同样的问题。而且我的虚拟相机无法工作。

我从 ubuntu 软件商店安装了 OBS,我相信这就是问题的根源。我无法卸载它,但我仍然通过终端安装了 OBS(再次)。按照终端上的说明进行安装后OBS 网站,它运行正常。

现在,要区分 ubuntu 商店 obs 和终端安装的 obs,只需按下 super 键并搜索 obs。右键单击它并选择加入“最喜欢的,因此它会显示在您的桌面任务栏上。

附注:如果有人没有功能齐全的虚拟相机,请运行以下命令:

sudo apt install v4l2loopback-dkms

答案3

当我尝试使用终端删除 OBS(从 ubuntu 软件安装)时,我遇到了类似的问题。对于我来说,解决方法是在 ubuntu 软件的照片和视频部分(而不是已安装程序部分)下找到 obs,然后按删除按钮;这样就解决了。

附注:如果你sudo apt-get remove在终端中输入然后按垃圾邮件TAB按钮,你应该得到所有可以删除的东西的列表,所以请检查是否有像 obs 的东西(因为它的名字可能与你之前使用的 obs-studio 不同,例如只是 obs、studio-obs 或类似的东西)

然后安装obs官网提供的

答案4

要使用 snap 删除 OBS Studio,我必须使用以下命令

snap remove obs-studio

安装后:

snap install obs-studio

相关内容