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发布于 2016-04-26 18:22:13
发布于 2016-05-03 03:47:53
我做了来源路线,并这样做:
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的人有补丁版本的葡萄酒(称为葡萄酒分级),但他们没有管道在那里。这很好,因为它意味着你不需要建造巨大的葡萄酒,你可以建造管道。
发布于 2016-04-23 19:40:46
这是因为管道还没有被专门编译为16.04。Apt-get查找为操作系统版本编译的版本。只需安装15.10版本。效果很好。
https://askubuntu.com/questions/760898
复制相似问题