INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: How to have JRiver and VLC installed at the same time  (Read 1439 times)

Robert Joe

  • Junior Woodchuck
  • **
  • Posts: 51
How to have JRiver and VLC installed at the same time
« on: December 28, 2013, 07:32:50 pm »

I ran into this problem with Linux Mint 16. When I installed JRiver it removed VLC and its dependencies. When I re-installed VLC it removed JRiver. This is the solution:

Move the MediaCenter .deb file to a tmp directory and then run

# apt-get download libcue1 libmpcdec6 musepack-tools vlc vlc-nox

You will now see all these packages in the tmp directory

libcue1_1.4.0-1_amd64.deb
libmpcdec6_0.1~r459-1ubuntu1_amd64.deb
MediaCenter-19.0.94.deb
musepack-tools_0.1~r459-1ubuntu1_amd64.deb
vlc_2.0.8-1_amd64.deb
vlc-nox_2.0.8-1_amd64.deb

Now install them all

# dpkg -i *

Logged
Pages: [1]   Go Up