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
答案1
答案2
我做了源路由并这样做了:
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 的人有 Wine 的补丁版本(称为 Wine-staging),但他们没有 Pipelight。这很好,因为这意味着您不必构建庞大的 Wine,而只需构建 Pipelight 即可。
答案3
这是因为 pipelight 尚未专门针对 16.04 进行编译。Apt-get 会查找针对您的操作系统版本编译的版本。只需安装 15.10 版本即可。工作正常。
答案4
您可以在系统配置 - 软件和更新搜索中手动更改 PPA,并将 xenial 更改为 wily。我这样做了,效果很好。