几天前,我刚在我的品牌上买到了Ubuntu,这款新的,好吃的8核电脑。无论如何,我试着用手制动器来转换/压缩我的视频以进行文件传输。所以我查了一下,发现了"ppa“装置,就像这样;
# To add one of these to your sources, simply run:
sudo add-apt-repository ppa:stebbins/handbrake-releases或
sudo add-apt-repository ppa:stebbins/handbrake-snapshots depending on which you want.
# To install HandBrake, run:
sudo apt-get update sudo apt-get install handbrake-gtk
# Alternatively, if you would prefer the CLI over the GUI, replace the last line with:
sudo apt-get install handbrake-client总之,我做了这个,但是当我做sudo apt-get install handbreak-gtk的时候,它想到了:
sudo apt-get install handbrake-client.
Reading package lists... Done.
Building dependency tree.
Reading state information... Done.
E: Unable to locate package handbrake-client有什么帮助吗?
发布于 2013-10-21 18:24:33
https://launchpad.net/~stebbins/+archive/handbrake-releases显示了所需添加的一些省略部分。它必须从http://ppa.launchpad.net/开始,对于不同的Ubuntu版本有不同的行.到目前为止,13.10还没有。
https://askubuntu.com/questions/363247
复制相似问题