Results 1 to 7 of 7

Thread: Software and other essential packages refuse to install since "Partial Upgrade"

  1. #1
    Join Date
    Jun 2009
    Beans
    23

    Software and other essential packages refuse to install since "Partial Upgrade"

    Hi, recently, after being prompted to do a partial upgrade (which I went through with), I came across an issue after the cleanup process.

    There are certain programs (from synaptic/market) that refuse to install, namely VLC Media player, and gstreamer (specifically, gstreamer0.10-ffmpeg), the error mentions that the package(s) have "unresolved dependancies" that it has, which I am sure are available from the download centre or synaptic.
    Example:
    gstreamer0.10-ffmpeg:
    Depends: libavcodec53 but it is not going to be installed
    Depends: libavformat53 but it is not going to be installed
    Depends: liborc-0.4-0 (>=1:0.4.16) but 1:0.4.14-1ubuntu1 is to be installed
    Depends: libpostproc51 (>=5:0.9.1) but 4:0.6.2-1ubuntu1.1 is to be installed
    Thanks to anyone who can help with this problem.

    Also the version of Ubuntu I am using is Ubuntu 11.10 -32bit

  2. #2
    Join Date
    Jun 2007
    Location
    K-o-T,
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Software and other essential packages refuse to install since "Partial Upgrade"

    Quote Originally Posted by KBD20 View Post
    Hi, recently, after being prompted to do a partial upgrade (which I went through with), I came across an issue after the cleanup process.

    There are certain programs (from synaptic/market) that refuse to install, namely VLC Media player, and gstreamer (specifically, gstreamer0.10-ffmpeg), the error mentions that the package(s) have "unresolved dependancies" that it has, which I am sure are available from the download centre or synaptic.
    Example:
    Thanks to anyone who can help with this problem.

    Also the version of Ubuntu I am using is Ubuntu 11.10 -32bit
    What happens if you run from a terminal
    Code:
    sudo apt-get update
    sudo apt-get install -f
    If no errors,then run
    Code:
    sudo apt-get dist-upgrade
    If there are any errors,please post the output.

    Good Luck
    Hypertension = Take with a pinch of salt
    | Psychocats | Ubuntu Documentation | Howto [Solved] | BBcode list | Brother Website |

  3. #3
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    13,647
    Distro
    Xubuntu

    Re: Software and other essential packages refuse to install since "Partial Upgrade"

    Partial upgrades are dangerous:

    http://ubuntuforums.org/showthread.php?t=1859240
    Bringing old hardware back to life. About problems due to upgrading.
    Please visit Quick Links -> Unanswered Posts.
    Don't use this space for a list of your hardware. It only creates false hits in the search engines.

  4. #4
    Join Date
    Jun 2009
    Beans
    23

    Re: Software and other essential packages refuse to install since "Partial Upgrade"

    Ok after using apt-get autoremove, then apt-get dist-upgrade I still get errors when force and regular installing vlc and gstreamer0.10-ffmpeg

    sudo apt-get install vlc -f
    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:1.1.13-0.0) but it is not going to be installed
    Depends: libavcodec53 (>= 5:0.9) but it is not going to be installed
    Depends: libva-x11-1 (> 1.0.14~) but it is not going to be installed
    Depends: libva1 (> 1.0.14~) but 1.0.12-2 is to be installed
    Recommends: vlc-plugin-notify (= 1:1.1.13-0.0) but it is not going to be installed
    Recommends: vlc-plugin-pulse (= 1:1.1.13-0.0) but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.
    sudo apt-get install gstreamer0.10-ffmpeg -f
    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:
    gstreamer0.10-ffmpeg : Depends: libavcodec53 (>= 5:0.9.1) but it is not going to be installed
    Depends: libavformat53 (>= 5:0.9.1) but it is not going to be installed
    Depends: liborc-0.4-0 (>= 1:0.4.16) but 1:0.4.14-1ubuntu1 is to be installed
    E: Unable to correct problems, you have held broken packages.
    Also, the partial upgrade was offered on a final build of Ubuntu 10.10

  5. #5
    Join Date
    Sep 2007
    Location
    In here watching you!
    Beans
    Hidden!

    Re: Software and other essential packages refuse to install since "Partial Upgrade"

    Try these commands to fix the partial upgrade
    Code:
    sudo rm -rf /var/lib/apt/lists/*
    
    sudo apt-get update
    
    sudo apt-get dist-upgrade
    Use whatever OS or desktop works for you. Dual boot or use VMs if you want. Backup your computer regularly, and definitely before upgrading, partitioning, or installing an OS.

    No support requests by PM please.

  6. #6
    Join Date
    Jun 2009
    Beans
    23

    Re: Software and other essential packages refuse to install since "Partial Upgrade"

    Quote Originally Posted by Old_Gray_Wolf View Post
    Try these commands to fix the partial upgrade
    Code:
    sudo rm -rf /var/lib/apt/lists/*
    
    sudo apt-get update
    
    sudo apt-get dist-upgrade
    I tried this, and after disabling some obsolete sources from "software sources" the error shown when doing an apt-get update is gone, everything in that area went smoothly, however there are still issues with installing certain packages.

  7. #7
    Join Date
    Jun 2009
    Beans
    23

    Re: Software and other essential packages refuse to install since "Partial Upgrade"

    After doing a dist-upgrade (and checking the update manager) the following updates won't install (with the output: "The following packages are to be kept back):
    Code:
    postproc shared libraries (libpostproc52)
    MPlayer's Movie Encoder (mencoder)
    Ultimate Movie Player For Linux (mplayer)
    Would this have anything to do with the partial upgrade issues?

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
  •