https://i.stack.imgur.com/lwBqg.jpg
This is the error I am getting while installing VLC media player on Ubuntu 14.04 LTS, kindly help me with it, because I want to run my videos and audios on Ubuntu as well
https://i.stack.imgur.com/lwBqg.jpg
This is the error I am getting while installing VLC media player on Ubuntu 14.04 LTS, kindly help me with it, because I want to run my videos and audios on Ubuntu as well
Try this:
sudo apt-get update
sudo apt-get dist-upgrade
then run:
sudo apt-get install vlc
you should get this output:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
fonts-freefont-ttf libaacs0 libbasicusageenvironment0 libbluray1 libcddb2
libcrystalhd3 libdvbpsi8 libebml4 libgnutls28 libgroupsock1 libhogweed2
libiso9660-8 liblivemedia23 liblua5.2-0 libmatroska6 libpostproc52
libproxy-tools libresid-builder0c2a libsdl-image1.2 libsdl1.2debian
libsidplay2 libssh2-1 libtar0 libupnp6 libusageenvironment1 libva-x11-1
libvcdinfo0 libvlc5 libvlccore7 libxcb-composite0 libxcb-randr0 vlc-data
vlc-nox vlc-plugin-notify vlc-plugin-pulse
Suggested packages:
libbluray-bdj firmware-crystalhd gnutls-bin videolan-doc
Recommended packages:
libdvdcss2
The following NEW packages will be installed:
fonts-freefont-ttf libaacs0 libbasicusageenvironment0 libbluray1 libcddb2
libcrystalhd3 libdvbpsi8 libebml4 libgnutls28 libgroupsock1 libhogweed2
libiso9660-8 liblivemedia23 liblua5.2-0 libmatroska6 libpostproc52
libproxy-tools libresid-builder0c2a libsdl-image1.2 libsdl1.2debian
libsidplay2 libssh2-1 libtar0 libupnp6 libusageenvironment1 libva-x11-1
libvcdinfo0 libvlc5 libvlccore7 libxcb-composite0 libxcb-randr0 vlc vlc-data
vlc-nox vlc-plugin-notify vlc-plugin-pulse
0 upgraded, 36 newly installed, 0 to remove and 5 not upgraded.
Need to get 14.9 MB of archives.
After this operation, 63.2 MB of additional disk space will be used.
Do you want to continue? [Y/n]
That should get VLC installed.
If you still get an error instead, then please post back the output.
Also post the contents of your /etc/apt/sources.list
.
gedit /etc/apt/sources.list
Another alternative, is to show us the content in /var/lib/apt/lists/
:
open a command prompt Ctrl+Alt+T
cd /var/lib/apt/lists/
ls
Is your 14.04 install a fresh install, or was in an upgrade from a previous version of Ubuntu?
The following packages have unmet dependencies: vlc : Depends: vlc-nox (= 2.1.4-0ubuntu14.04.1) but it is not going to be installed Depends: libsdl-image1.2 (>= 1.2.10) but it is not installable Depends: libsdl1.2debian (>= 1.2.11) but it is not installable Depends: libtar0 but it is not installable Depends: libva-x11-1 (> 1.3.0~) but it is not installable Depends: libva1 (> 1.3.0~) but it is not installable Depends: libvlccore7 (>= 2.1.0) but it is not going to be installed
– Murtaza Moiz Aug 07 '14 at 15:38This worked for me assuming we are from Pakistan we might be facing the same problem
hit alt + f2 type additional drivers open the app, this will open the window software & updates go to the ubuntu software tab below change the "download from", I selected the main server. close it
hit ctrl+alt+t (open the terminal) type and enter:
sudo apt-get install vlc
download will begin if its done you can open it by typing:
vlc &
else run
sudo apt-get -f install
which I had to after that, run the
sudo apt-get install vlc
Now it installed for me again to open it you can enter
vlc &
or simply go search it in the home menu
Removing the vlc* packages and then installing vlc again seem to have solved my problem.
sudo apt-get purge vlc*
(do note that the previous command will delete your configuration data for vlc)
If it doesn't, I have also removed the videolan ppa from /etc/apt/sources.list.d/.
sudo rm videolan-master-daily-trusty.list
sudo apt-get install libtar0 libva1
? – saiarcot895 Aug 07 '14 at 14:41sudo apt-get -f install
and post the output of that program into your question? – Charles Green Aug 07 '14 at 14:46"Reading package lists... Done Building dependency tree
– Murtaza Moiz Aug 07 '14 at 15:17Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. "
Reading state information... Done Package libva1 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
Package libtar0 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 'libtar0' has no installation candidate E: Package 'libva1' has no installation candidate "
– Murtaza Moiz Aug 07 '14 at 15:19