無法安裝pipelight ubuntu 16.04

無法安裝pipelight 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

答案1

你有三個選擇。方案一是等待pipelight正式編譯發布然後如圖所示安裝這裡。選項二是自己編譯,如圖所示這裡。選項三是從 Ubuntu 15.10 的 .deb 檔案安裝,可以找到這裡。對於選項三,您需要安裝 pipelinelight-multi - 0.2.8.2~ubuntu15.10.1 deb 文件,並確保根據您的電腦硬體選擇 32 位元或 64 位元檔案。這裡您可以這樣檢查。一如既往,最安全和首選的選擇是選項一。

答案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),但他們那裡沒有管道。這很好,因為這意味著你不必釀造巨大的葡萄酒,而只需建造管道即可。

答案3

這是因為 Pipelight 還沒有專門為 16.04 編譯。 apt-get 尋找為您的作業系統版本編譯的版本。只需安裝15.10版本即可。工作正常。

答案4

您可以在系統設定 - 軟體和更新中手動變更 PPA 搜尋並將 xenial 變更為 wily。我這樣做了並且效果很好。

相關內容