LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   apt-get held back (https://www.linuxquestions.org/questions/linux-software-2/apt-get-held-back-130984/)

Redbone981sl 01-02-2004 07:03 PM

apt-get held back
 
Can anyone explain why apt-get holds back some program upgrades? I recently ran it and it upgraded 4 programs and held four back. Just wondering why. Thanks

ash4stuff 01-02-2004 07:22 PM

I was in doubt, but found this :D

Your current package configuration, and available upgrade packages,
conflict with existing versions of some package. Until the dependencies
are resolved, the older version of the package is retained -- the
package is "held back".

Typically, these issues resolve over time. You can force updates (and
risk conflicts) by using apt-get or dpkg manually on a specific package,
see man pages.

BigNate 01-02-2004 09:34 PM

apt-get will not update things w/ addl pakg requirements w/o your explicit command. So if you see there are updates that are not being installed you must tell apt: "apt-get install $pkg_name" and it will tell you that there are new pkgs to install. Just hit "y" and [enter] and it will install/upgrade.

Redbone981sl 01-03-2004 03:00 PM

Thanks for the info


All times are GMT -5. The time now is 09:20 PM.