我如何执行 cinelerra-cv?

我如何执行 cinelerra-cv?

我安装了 Cinelerra 但在我的电脑中找不到它 这是我的消息。

smallhuman@smallhuman-ubuntu:~$ sudo apt-get install cinelerra-cv
Reading package lists... Done
Building dependency tree       
Reading state information... Done
cinelerra-cv is already the newest version.
The following packages were automatically installed and are no longer required:
  efibootmgr secureboot-db shim
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

看来我的电脑里已经安装了 cinelerra-cv,但我找不到它。我按下超级键,输入“cinelerra”或“cinelerra-cv”,但什么也没找到。如果我尝试在软件中心搜索 Cinerra-cv,也没有类似的程序。

请帮忙 :)

答案1

尝试从终端打开它。在终端上运行以下命令,

cinelerra

答案2

我发现应用程序可能需要相当长一段时间才能显示在仪表板/启动器菜单中。启动终端并输入:

which cinelerra

或者

which cinelerra-cv

获取程序的路径。现在您可以通过该路径运行它,或者创建指向该路径的启动器快捷方式。

答案3

还有另一个命令可以在你的 Ubuntu 上找到 cinelerra:`

$ whereis cinelerra

'。在我的例子中返回

cinelerra:

我在网上查了一下,没有关于如何启动 cinelerra 的优质解释

更新:我在这里找到了答案:http://ubuntuforums.org/showthread.php?t=2102351 操作如下:首先,在终端中输入以下命令更新 Ubuntu 软件中心的源,在其中输入 cinellera

sudo apt-add-repository ppa:cinelerra-ppa/ppa

sudo apt-get update

sudo apt-get install cinelerra

然后,您在 Ubuntu 软件中心中安装了 cinelerra,只需逐个安装所需的组件即可。您有 x86 和 x64 版本。

之后,它会出现在你的软件列表 (Dash Home) 中,因此只需单击它并启动它即可。希望这对你有所帮助

相关内容