我是Ubuntu的新手,我只想安装管道。我输入了以下命令:
sudo apt-add-repository ppa:ehoover/compholio
sudo apt-add-repository ppa:mqchael/pipelight
sudo apt-get update
sudo apt-get install pipelight……也找不到管道包。
我做错了什么?
发布于 2013-11-22 18:07:50
您使用的是哪种版本的Ubuntu?
管道包可用于可靠(14.04)、索西(13.10)、拉灵(13.04)、全塔尔(12.10)和精确(12.04)。您可以通过以下命令找到您的Ubuntu版本:
cat /etc/os-release | grep VERSION如果您没有使用上面的Ubuntu版本之一,则需要手动编译管道。
要编译管道,您需要安装
sudo apt-get install wine-compholio然后按照8的说明进行操作。这种方法的缺点是,您需要在每次更新时重复此步骤,并且不会收到插件的自动安全更新。
由于每个版本的Ubuntu,仍然支持桌面系统,也支持管道,我建议您升级到一个更新的版本的Ubuntu。这将允许您使用管道存储库中的包,并确保您将收到Ubuntu系统其余部分的安全更新。
发布于 2014-07-29 07:39:41
难道你只是用错了包裹吗?
我觉得就像:
sudo add-apt-repository ppa:pipelight/stable
sudo apt-get update
sudo apt-get install --install-recommends pipelight-multi
sudo pipelight-plugin --update
sudo pipelight-plugin --enable silverlight5.0https://stackoverflow.com/questions/20150810
复制相似问题