Linux Mint 16에 새 버전을 설치하려고 합니다. vlc
성공하지 못한 채 설치하는 방법에 대한 튜토리얼을 시도했습니다. 설치하려고 하면 apt-get install vlc
동일한 버전 2.0.8이 나타납니다. 이 문제를 해결하는 방법.
명령줄의 예:
Command:
sudo add-apt-repository ppa:videolan/master-daily
Output:
You are about to add the following PPA to your system:
This PPA contains daily builds from the VLC development branch.
More info: https://launchpad.net/~videolan/+archive/ubuntu/master-daily
Press [ENTER] to continue or ctrl-c to cancel adding it
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.DncfZniK1d --trustdb-name /etc/apt//trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys 801DF724
gpg: requesting key 801DF724 from hkp server keyserver.ubuntu.com
gpg: key 801DF724: "Launchpad Daily Build of master branch" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
Command:
sudo apt-get update && sudo apt-get install vlc
Output:
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
**vlc is already the newest version.**
The following package was automatically installed and is no longer required:
libsvga1
Use 'apt-get autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
지금까지 나는 다음 링크를 시도했습니다.
Ubuntu 12.04에 최신 버전의 VLC(2.1.2)를 설치하는 방법은 무엇입니까?
답변1
아래 PPA를 사용하여 최신 안정 버전을 사용해 볼 수 있습니다.
sudo add-apt-repository ppa:videolan/stable-daily
sudo apt-get update
sudo apt-get install vlc
답변2
VLC 버전 확인
~에 따르면저장소의 네트워크 버전추가하려는 버전의 경우 일일 빌드가 작동하는 유일한 Ubuntu 버전은 다음과 같습니다.
- 신뢰할 수 있는 - 14.04
- 유토피아 - 14.10
- 비비드 - 15.04
이 답변이 오래되면 버전이 변경될 수 있으므로 위 링크에서 녹색 "기술 세부 정보" 행을 클릭하세요. 올바른 버전을 다운로드하려면 다음 사이트를 방문하세요.민트의 VLC 다운로드 페이지. 녹색 설치 버튼을 클릭한 후 소프트웨어 센터에 표시되는 버전이 12.0.8인 경우 2.1.X로 업데이트할 수 없습니다. 이 게시물에서 내 답변을 확인하세요.왜. 추론은 배포에 관계없이 모든 이진 배포에 적용됩니다.
왜 이런 문제가 발생합니까?
Mint는 Ubuntu의 파생물이므로 이것이 작동합니다. 없는 이유는 사용 중인 Mint 버전이 일일 빌드 저장소에서 가장 낮은 버전인 14.04 이전 Ubuntu 버전을 기반으로 하기 때문입니다.