Announcement

Collapse
No announcement yet.

software installation problems

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    software installation problems

    I've recently tried to install both automatix and Video lan but when I try to do the last step in the install process something goes wrong. I typed into sudo apt-get install vlc vlc-plugin-esd mozilla-plugin-vlc and it came out

    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 (= 0.8.6a-jb-videolan-1) but it is not going to be installed
    Depends: libvlc0 (>= 0.8.6a-jb-videolan) but it is not going to be installed
    vlc: Depends: vlc-nox (= 0.8.6a-jb-videolan-1) but it is not going to be installed
    Depends: libiso9660-4 but it is not installable
    Depends: libtar but it is not installable
    Depends: libvcdinfo0 (> 0.7.23) but it is not installable
    Depends: libvlc0 (>= 0.8.6a-jb-videolan) but it is not going to be installed
    Depends: libwxgtk2.6-0 (>= 2.6.1.2ubuntu2) but it is not installable
    Depends: libxosd2 (>= 2.2.13) but it is not installable
    vlc-plugin-esd: Depends: vlc-nox but it is not going to be installed
    Depends: libvlc0 (>= 0.8.6a-jb-videolan) but it is not going to be installed
    E: Broken packages
    whats wrong?

    #2
    Re: software installation problems

    Try getting a fresh set of repositories and then:
    Code:
    sudo apt-get update
    sudo apt-get install vlc vlc-plugin-esd mozilla-plugin-vlc
    Linux is ready for the desktop--but whose desktop?<br />How to install software in Kubuntu

    Comment

    Working...
    X