Tôi gặp khó khăn khi cài đặt VLC 3.0 trong Ubuntu Zesty. Sử dụng PPA chính thức . Tôi đã thêm nó bằng cách sử dụng
sudo add-apt-repository ppa:videolan/master-daily
sudo apt-get update
Và apt-cache show
nó đã được liệt kê,
apt-cache show vlc | grep Version
Version: 3.0.0~~git20160813+r65787+62~ubuntu16.04.1
Version: 2.2.4-14ubuntu2
nhưng khi tôi cố gắng cài đặt 3.0.0
với sudo apt-get install vlc=3.*
tôi,
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.
Có PPA nào khác cung cấp VLC 3.0 trong Ubuntu Zesty không? Có vẻ như libavcodec-ffmpeg56 đã được đổi tên,
$ apt-cache search libavcodec ffmpeg
libavcodec-extra57 - FFmpeg library with additional de/encoders for audio/video codecs
Và bây giờ vlc-3. * Cần được xây dựng dựa trên thư viện mới (libavcodec-Extra57) và có bản kê khai được cập nhật từ tên cũ (libavcodec-ffmpeg-Extra56)
Tôi cũng không thể sửa lỗi này vì Launchpad không hỗ trợ điều đó. Tất cả những gì tôi có thể làm là viết trình bảo trì bằng cách sử dụng diễn đàn liên hệ Launchpad mà tôi đã làm. Không có phản hồi lại.