vlc >= 2.2.4 for xenial
Hello,
Is there a chance bundle for VLC 2.2.4 or later will be distributed for ubuntu 16.04, Xenial? I'm currently having many problems in dependencies while compiling on my own.
Thanks!
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu vlc Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Revision history for this message
|
#1 |
sudo add-apt-repository ppa:videolan/
sudo apt-get update
sudo apt-get install vlc
Will give VLC 3.0
sudo add-apt-repository ppa:jonathonf/vlc
sudo apt-get update
sudo apt-get install vlc
Will give you 2.2.6
I suggest you remove the PPA after the package is installed so that other packages from the PPA don't get updated
Revision history for this message
|
#2 |
Revision history for this message
|
#3 |
Note that 3.0 is unstable
http://
Revision history for this message
|
#4 |
Thanks for your reply.
Even when updating through external repositories, vlc still remains 2.2.2-5ubuntu0.
My guess is that this is due to the fact that my distribution is the following:
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
and there's no ready made vlc package > 2.2.2 for this.
Revision history for this message
|
#5 |
What is the output of:
apt-cache policy vlc
Thanks
Revision history for this message
|
#6 |
vlc:
Installed: 2.2.2-5ubuntu0.
Candidate: 2.2.2-5ubuntu0.
Version table:
*** 2.2.2-5ubuntu0.
500 http://
500 http://
100 /var/lib/
2.2.2-5 500
500 http://
[nvidia@
Thank you very much!
Revision history for this message
|
#7 |
OK, what is the output of:
sudo add-apt-repository ppa:jonathonf/vlc
Thanks
Revision history for this message
|
#8 |
[annalisa@
VLC backport
More info: https:/
Press [ENTER] to continue or ctrl-c to cancel adding it
gpg: keyring `/tmp/tmp9to6wz
gpg: keyring `/tmp/tmp9to6wz
gpg: requesting key F06FC659 from hkp server keyserver.
gpg: /tmp/tmp9to6wzr
gpg: key F06FC659: public key "Launchpad PPA for J Fernyhough" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK
Revision history for this message
|
#9 |
A side comment: I'm on a Jetson tegra tx2, I don't know if this is relevant
Revision history for this message
|
#10 |
What is now the output of
apt-cache policy vlc
as well as the output of
uname -a
lsb_release -crid
Revision history for this message
|
#11 |
Oops, forgot to say that you have to execute
sudo apt update
first, and only then do the other commands
Revision history for this message
|
#12 |
What is the output of:
uname -a
Thanks
Revision history for this message
|
#13 |
After sudo apt update,
[annalisa@
vlc:
Installed: 2.2.2-5ubuntu0.
Candidate: 2.2.2-5ubuntu0.
Version table:
*** 2.2.2-5ubuntu0.
500 http://
500 http://
100 /var/lib/
2.2.2-5 500
500 http://
[annalisa@
Linux tegra-ubuntu 4.4.15-tegra #1 SMP PREEMPT Wed Feb 8 18:06:32 PST 2017 aarch64 aarch64 aarch64 GNU/Linux
[annalisa@
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
Revision history for this message
|
#14 |
Ahh it's an ARM CPU. You will want a PPA that supports your architecture
Revision history for this message
|
#15 |
Only now we see that you are using arm architecture. The availability of packages for it is far lower than for amd and intel CPUs.
Revision history for this message
|
#16 |
Dear all,
according to the repository site:
* http://
The packages descr at url:
* http://
points to:
Package: vlc
...
Maintainer: Ubuntu Developers <email address hidden>
Original-
Architecture: arm64
Version: 2.2.2-5
Filename: pool/universe/
* and so finally this is the file:
http://
Revision history for this message
|
#17 |
While using the other repository ppa:jonathonf/vlc that will import the following conf:
deb http://
deb-src http://
will bring to this package:
as reported in:
* http://
Package: vlc
...
Architecture: amd64
Version: 2.2.6-6~16.04.york0
Recommends: vlc-plugin-notify (= 2.2.6-6~
Provides: mp3-decoder
Depends: vlc-bin (= 2.2.6-6~
Filename: pool/main/
Size: 135682
MD5sum: eb045a2b20c9440
SHA1: f6312563380252a
SHA256: c7472bace394c5f
Description: multimedia player and streamer
Description-md5: df78a330754acd9
Hope it will help!
Daniele
Revision history for this message
|
#18 |
Now I have correctly configured, as previously suggested by @actionparsnip, the repository jonathonf.
The point is
> apt-cache policy vlc-data
correctly offers:
Candidate: 2.2.6-6~16.04.york0
Version table:
2.
500 http://
2.
500 http://
2.
500 http://
2.2.2-5 500
500 http://
while about vlc there is this strange behaviour:
> apt-cache policy vlc
vlc:
Installed: (none)
Candidate: 2.2.2-5ubuntu0.
Version table:
2.
500 http://
100 /var/lib/
2.2.2-5 500
500 http://
That's the point.
Should be possible that the remote info are broken?
Thanks.
Revision history for this message
|
#19 |
@Daniele the link you reported is
as reported in:
* http://
and so amd64
while the arm64 package
http://
just links the binaries for:
Package: vlc-data
Version: 2.2.6-6~16.04.york0
Filename: pool/main/
Package: libx265-doc
Architecture: all
Version: 2.5-1~16.04.york0
Package: vlc-l10n
Architecture: all
Version: 2.2.6-6~16.04.york0
Filename: pool/main/
and no references at all to vlc
so that repository for arm64 is not useful.
Thanks the same.
Revision history for this message
|
#20 |
The package vlc-data is architecture-
The PPA jonathonf/vlc only provides binaries for i386 and amd64. This is why here is no version shown with "apt-get ..."
If you want to have a 2.2.6 version for your arm64-based system, I assume that you have to build it yourself.
Revision history for this message
|
#21 |
Thank you all very much for your suggestions and time, I'll try again to build it myself.
Can you help with this problem?
Provide an answer of your own, or ask Annalisa for more information if necessary.