无法安装管道ubuntu 16.04

sudo apt-get install pipelight Reading package lists... Done Building dependency tree Reading state information... Done Package pipelight is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'pipelight' has no installation candidate 

你有三个选择。 选项一是等待管道灯正式编译和发布然后安装如此处所示。 选项二是自己编译,如下所示。 选项三是从Ubuntu 15.10的.deb文件安装,可以在这里找到。 对于选项三,您需要安装pipelight-multi – 0.2.8.2~ubuntu15.10.1 deb文件,并确保根据您的计算机硬件选择32位或64位文件。 这是你如何检查。 一如既往,最安全和首选的选择是选项一。

我做了源路由并做到了这样:

 sudo add-apt-repository ppa:pipelight/stable sudo apt-get update sudo apt-get install wine-staging sudo apt-get build-dep wine-staging wget https://bitbucket.org/mmueller2012/pipelight/get/v0.2.8.1.tar.gz tar -xzf v0.2.8.1.tar.gz cd mmueller2012-pipelight-8a1bdc6c254f ./configure --wine-path=/opt/wine-staging/bin/wine make sudo make install sudo mkdir -p /usr/lib/mozilla/plugins/ sudo pipelight-plugin --enable flash sudo pipelight-plugin --enable widevine sudo pipelight-plugin --update sudo pipelight-plugin --create-mozilla-plugins 

由于某种原因,做ppa的人有修补版的葡萄酒(称为葡萄酒分期),但他们没有管道灯。 这很好,因为这意味着你不必建造巨大的葡萄酒,你可以建立管道灯。

这是因为管道灯还没有专门为16.04编译。 Apt-get查找为您的操作系统版本编译的版本。 只需安装15.10版本即可。 工作良好。

您可以在系统配置中手动更改 – 软件并更新PPA的searh并将xenial更改为wily。 我做到了,效果很好。