Results 1 to 2 of 2

Thread: how to reinstall vlc after installing FFmpeg?

  1. #1
    Join Date
    Jun 2012
    Location
    Kerala, India
    Beans
    132
    Distro
    Ubuntu 16.04 Xenial Xerus

    Angry how to reinstall vlc after installing FFmpeg?

    Hello,
    I seriously need help and fast
    I installed FFmpeg on my Ubuntu 10.04 system using the usual sudo apt-get install FFmpeg command and I had to install some libraries. But when I watched the installation progress, i saw that it removed vlc and some other software. I thought i would be able to reinstall it but
    Code:
    ubuntu@ubuntu-linux:~$ sudo apt-get install 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:
      vlc: Depends: vlc-nox (= 1.0.6-1ubuntu1.8) but it is not going to be installed
           Depends: libvlccore2 (>= 1.0.0~rc1) but it is not going to be installed
           Recommends: vlc-plugin-pulse (= 1.0.6-1ubuntu1.8) but it is not going to be installed
    E: Broken packages
    Please help. I seriously need vlc
    I LOVE UBUNTU!!!!!!!!!

  2. #2
    Join Date
    Mar 2006
    Beans
    8,348

    Re: how to reinstall vlc after installing FFmpeg?

    Code:
    sudo apt-get -f install
    There is no greater religion than a truth.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •