मुझे Ubuntu Zesty में VLC 3.0 स्थापित करने में कठिनाई हो रही है। आधिकारिक पीपीए का उपयोग करना । मैंने इसका उपयोग करके जोड़ा
sudo add-apt-repository ppa:videolan/master-daily
sudo apt-get update
और apt-cache show
क्या यह सूचीबद्ध है,
apt-cache show vlc | grep Version
Version: 3.0.0~~git20160813+r65787+62~ubuntu16.04.1
Version: 2.2.4-14ubuntu2
लेकिन जब मैं मेरे 3.0.0
साथ स्थापित करने की कोशिश करता sudo apt-get install vlc=3.*
हूं,
sudo apt-get install vlc=3.*
Reading package lists... Done
Building dependency tree
Reading state information... Done
Selected version '3.0.0~~git20160813+r65787+62~ubuntu16.04.1' ( [amd64]) for 'vlc'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
vlc : Depends: vlc-nox (= 3.0.0~~git20160813+r65787+62~ubuntu16.04.1) but it is not going to be installed
Depends: libavcodec-ffmpeg56 (>= 7:2.6) but it is not installable or
libavcodec-ffmpeg-extra56 (>= 7:2.6) but it is not installable
Depends: libgles1-mesa (>= 7.8.1) or
libgles1
Recommends: vlc-plugin-notify (= 3.0.0~~git20160813+r65787+62~ubuntu16.04.1) but it is not going to be installed
Recommends: vlc-plugin-samba (= 3.0.0~~git20160813+r65787+62~ubuntu16.04.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
क्या एक और पीपीए है जो उबंटू ज़ेइटी में वीएलसी 3.0 प्रदान करता है? ऐसा लगता है कि libavcodec-ffmpeg56 का नाम बदल दिया गया था,
$ apt-cache search libavcodec ffmpeg
libavcodec-extra57 - FFmpeg library with additional de/encoders for audio/video codecs
और अब vlc-3।
मैं इस पर बग दर्ज नहीं कर सकता क्योंकि लॉन्चपैड इसका समर्थन नहीं करता है। मैं जो भी कर सकता हूं वह लॉन्चपैड संपर्क मंच का उपयोग करके अनुरक्षक लिख सकता है, जो मैंने किया था। कोई प्रतिक्रिया वापस नहीं।