<SOLVED> Can't install VLC on Debian Mint

Questions about applications and software
Forum rules
Before you post please read this

<SOLVED> Can't install VLC on Debian Mint

Postby TheAndyBob on Mon Mar 05, 2012 2:31 pm

Hello,
I've searched google and many other forums, but can't seem to find the solution to my problem here. I'm trying to install VLC in my debian version of Mint (currently vlc is not installed). However, when I try to install it, I get these errors:
Code: Select all
sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc
Reading package lists... Done
Building dependency tree       
Reading state information... Done
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:
 mozilla-plugin-vlc : Depends: vlc-nox (= 1.1.11-2+b2) but it is not going to be installed
 vlc : Depends: vlc-nox (= 1:2.0.0-0.1) but it is not going to be installed
       Depends: libavcodec53 (>= 5:0.10) but it is not going to be installed
       Depends: libva-x11-1 (> 1.0.14~) but 1.0.12-2 is to be installed
       Depends: libva1 (> 1.0.14~) but 1.0.12-2 is to be installed
       Recommends: vlc-plugin-notify (= 1:2.0.0-0.1) but it is not going to be installed
 vlc-plugin-pulse : Depends: vlc-nox (= 1:2.0.0-0.1) but it is not going to be installed
                    Depends: libpulse0 (>= 0.99.4) but 0.9.23-1 is to be installed
E: Broken packages


So me being a newbie at debian ubuntu, I see something that said broken packages, and figure I'd try to fix any broken packages by doing:
Code: Select all
sudo apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libcrystalhd3 libaacplus2
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.


But then after trying to install vlc again, I get the same error. Am I missing something that's staring at me right in the face? How should I go about fixing this problem? Thanks for any help!
Last edited by TheAndyBob on Thu Mar 08, 2012 5:03 pm, edited 1 time in total.
TheAndyBob
Level 1
Level 1
 
Posts: 20
Joined: Sat Oct 10, 2009 10:23 pm

Linux Mint is funded by ads and donations.
 

Re: Can't install VLC on Debian Mint

Postby xenopeek on Mon Mar 05, 2012 2:48 pm

Moved here by moderator
Image
Linux Mint 14 Nadia / 64-bit / Cinnamon
User avatar
xenopeek
Level 20
Level 20
 
Posts: 10484
Joined: Wed Jul 06, 2011 3:58 am
Location: The Netherlands

Re: Can't install VLC on Debian Mint

Postby zerozero on Mon Mar 05, 2012 3:21 pm

Can you please share with us the output of
Code: Select all
inxi -r
User avatar
zerozero
Level 16
Level 16
 
Posts: 6302
Joined: Tue Jul 07, 2009 2:29 pm

Re: Can't install VLC on Debian Mint

Postby TheAndyBob on Mon Mar 05, 2012 3:37 pm

Sure.

Code: Select all
inxi -r
Repos:     Active apt sources in file: /etc/apt/sources.list
           deb http://packages.linuxmint.com/ debian main upstream import
           deb http://debian.linuxmint.com/latest testing main contrib non-free
           deb http://security.debian.org/ testing/updates main contrib non-free
           deb http://www.debian-multimedia.org testing main non-free
           Active apt sources in file: /etc/apt/sources.list.d/google-chrome.list
           deb http://dl.google.com/linux/chrome/deb/ stable main
TheAndyBob
Level 1
Level 1
 
Posts: 20
Joined: Sat Oct 10, 2009 10:23 pm

Re: Can't install VLC on Debian Mint

Postby zerozero on Mon Mar 05, 2012 4:23 pm

User avatar
zerozero
Level 16
Level 16
 
Posts: 6302
Joined: Tue Jul 07, 2009 2:29 pm

Re: Can't install VLC on Debian Mint

Postby Myself on Mon Mar 05, 2012 6:01 pm

Hi,

Reading through your post I can see that you got exactly the same error I got after doing an update.

The problem was caused by one of my repositories pointing to Debian rather than Linux Mint which meant I was trying to install a newer version of VLC but with incorrect dependencies..

I got the a correct source list from Lippy, changed my source list, opened Synaptic and was then able to reinstall older version of VLC.

You can find the list at this posting:

viewtopic.php?f=190&t=96334
CPU = U9300, 4GB RAM, Intel GM45 Graphics @ resolution 1366x768, 128GB internal drive, 6TB external storage, Main OS = LMDE Xfce 64bit UP4. 2nd OS = LMDE Xfce 64bit UP4, Other installed OSs = Bodhi 1.4.0, Ubuntu 10.04 & 12.04, Mandriva & Windows.
Myself
Level 3
Level 3
 
Posts: 168
Joined: Fri Feb 24, 2012 2:42 pm
Location: Netherlands

Re: Can't install VLC on Debian Mint

Postby Lippy on Mon Mar 05, 2012 6:22 pm

Yep, the problem is that you are directly pointing to the Debian Security and Multimedia repositories. After Update Pack 3 was released, Mint now host a copy of each which are fully compatible with the Update Packs. What you will need to do is change your sources to point to the Mint repositories.

Code: Select all
gksu gedit /etc/apt/sources.list

Find these two lines:

Code: Select all
deb http://security.debian.org/ testing/updates main contrib non-free
deb http://www.debian-multimedia.org testing main non-free

And replace them with these two lines instead:

Code: Select all
deb http://debian.linuxmint.com/latest/security testing/updates main contrib non-free
deb http://debian.linuxmint.com/latest/multimedia testing main non-free

Save and close the file. Reload the Update Manager and you should be good to go. :)
LMDE (tracking Testing) with Cinnamon; Intel Core 2 Duo E8400, Nvidia GeForce GTX 260 (using Nouveau)
Lippy
Level 2
Level 2
 
Posts: 68
Joined: Thu Oct 06, 2011 12:28 pm

Re: Can't install VLC on Debian Mint

Postby TheAndyBob on Thu Mar 08, 2012 2:42 pm

Thanks for the suggestions. I've looked at the posts, and tried what they suggested, but it doesn't seem to fix the problem. That is, I tried altering the repos as you suggested, I checked to make sure backports wasn't ticked for the repos (apparently others were having problems with that), I'm kinda stuck.... :-/
TheAndyBob
Level 1
Level 1
 
Posts: 20
Joined: Sat Oct 10, 2009 10:23 pm

Re: Can't install VLC on Debian Mint

Postby zerozero on Thu Mar 08, 2012 3:09 pm

please check if this topic can help you viewtopic.php?f=190&t=96426#p551165
User avatar
zerozero
Level 16
Level 16
 
Posts: 6302
Joined: Tue Jul 07, 2009 2:29 pm

Re: Can't install VLC on Debian Mint

Postby TheAndyBob on Thu Mar 08, 2012 5:00 pm

That did it zerozero! Thanks for the help y'all. What worked was purging VLC with apt-get purge (didn't know I could do it like that), and after that I was able to reinstall VLC (at least v 1.11, but i'll take it). Thanks :)
TheAndyBob
Level 1
Level 1
 
Posts: 20
Joined: Sat Oct 10, 2009 10:23 pm

Re: <SOLVED> Can't install VLC on Debian Mint

Postby zerozero on Thu Mar 08, 2012 6:58 pm

glad you got it sorted 8)
User avatar
zerozero
Level 16
Level 16
 
Posts: 6302
Joined: Tue Jul 07, 2009 2:29 pm

Re: Can't install VLC on Debian Mint

Postby krikit on Wed May 02, 2012 6:57 pm

Lippy wrote:Yep, the problem is that you are directly pointing to the Debian Security and Multimedia repositories. After Update Pack 3 was released, Mint now host a copy of each which are fully compatible with the Update Packs. What you will need to do is change your sources to point to the Mint repositories.

Code: Select all
gksu gedit /etc/apt/sources.list

Find these two lines:

Code: Select all
deb http://security.debian.org/ testing/updates main contrib non-free
deb http://www.debian-multimedia.org testing main non-free

And replace them with these two lines instead:

Code: Select all
deb http://debian.linuxmint.com/latest/security testing/updates main contrib non-free
deb http://debian.linuxmint.com/latest/multimedia testing main non-free

Save and close the file. Reload the Update Manager and you should be good to go. :)


ahhhh, thanks so much - I didn't realize how much I'd miss VLC until I was unable to use it :)
http://about.me/jrfreemanjr

Got Food? http://LabelGMOs.org

Always have your stuff when you need it with Dropbox. Sign up for free! http://db.tt/Yq5txAx
krikit
Level 1
Level 1
 
Posts: 1
Joined: Fri Apr 13, 2012 2:37 pm

Linux Mint is funded by ads and donations.
 

Return to Software & Applications

Who is online

Users browsing this forum: No registered users and 3 guests