问题描述
我在这里添加了 ppa
https://edge.launchpad.net/~stebbins/+archive/handbrake-releases
当我运行 sudo apt-get update
时,找不到软件源。我想也许他们没有将存储库更新到最新版本,所以我将软件中心的发行版更改为 natty。
现在,当我尝试安装 handbrake-gtk
时,我收到消息
\\n
handbrake-gtk : Depends: libnotify1 (>= 0.5.0) but it is not installable
\\n
Depends: libnotify1-gtk2.10 but it is not installable
\\n
看起来唯一以 libnotify
开头的软件包是
libnotify0.4-cil
libnotify-bin
libnotify-dev
libnotify4
libnotify-cil-dev
libnotify-doc
唯一相关的似乎是 libnotify4
,它已经安装了。 CLI 版本安装良好。
如何安装手刹?
最佳方案
这是如何安装官方版本,而不是快照
sudo add-apt-repository ppa:stebbins/handbrake-releases
sudo apt-get update
sudo apt-get install handbrake-cli
然后您可以使用以下命令运行它:
HandBrakeCLI --help
次佳方案
http://packages.ubuntu.com/search?searchon=names&keywords=libnotify \n从这里获取。您需要 libnotify1 v0.5 或更高版本。
第三种方案
安装(原指令available here)
您要做的第一件事是添加官方 PPA – 有 instructions on how to add a PPA here on Ask Ubuntu. 您要添加的 PPA 是:
打开终端 ( Ctrl+Alt+T
) 并运行:
sudo add-apt-repository ppa:stebbins/handbrake-snapshots
sudo apt-get update
最后是安装:
sudo apt-get install handbrake-gtk handbrake-cli