Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > Debian Linux > Debian Linux support

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 05-05-2008, 05:49 AM
Ignoramus11115
 
Posts: n/a
Default Packages kept back?

When I try an upgrade of my 8.04, it says:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
The following packages have been automatically kept back:
gnome-panel language-support-writing-ru
The following packages have been kept back:
f-spot gnome-applets grub initramfs-tools linux-generic linux-headers-generic linux-image-generic
linux-restricted-modules-generic udev xserver-xorg
0 packages upgraded, 0 newly installed, 0 to remove and 12 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done

Why is it keeping back those packages?
--
Due to extreme spam originating from Google Groups, and their inattention
to spammers, I and many others block all articles originating
from Google Groups. If you want your postings to be seen by
more readers you will need to find a different means of
posting on Usenet.
http://improve-usenet.org/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-05-2008, 05:49 AM
Dave Uhring
 
Posts: n/a
Default Re: Packages kept back?

On Sun, 04 May 2008 09:58:25 -0500, Ignoramus11115 wrote:

> When I try an upgrade of my 8.04, it says:

....snip...
> Why is it keeping back those packages?


Package database requires something not requested. Execute

apt-get dist-upgrade

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-07-2008, 10:13 AM
Magnate
 
Posts: n/a
Default Re: Packages kept back?

"Dave Uhring" <daveuhring@yahoo.com> wrote in message
newsan.2008.05.04.15.34.14.330017@yahoo.com...
> On Sun, 04 May 2008 09:58:25 -0500, Ignoramus11115 wrote:
>
>> When I try an upgrade of my 8.04, it says:

> ...snip...
>> Why is it keeping back those packages?

>
> Package database requires something not requested. Execute
>
> apt-get dist-upgrade


That's not necessary. It keeps back any packages which get split, or which
require the introduction of previously absent packages (e.g. when a package
gains a new dependency). This is because it is trying to keep "upgrade"
meaning just that - upgrade installed packages, but don't install new ones.
You'll find that if you do "apt-get install packages" on the packages which
have been kept back, that will pull in all the additional new packages and
complete the upgrade(s).

CC


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-07-2008, 10:13 AM
Ignoramus2305
 
Posts: n/a
Default Re: Packages kept back?

On 2008-05-06, Magnate <not@receiving.here> wrote:
> "Dave Uhring" <daveuhring@yahoo.com> wrote in message
> newsan.2008.05.04.15.34.14.330017@yahoo.com...
>> On Sun, 04 May 2008 09:58:25 -0500, Ignoramus11115 wrote:
>>
>>> When I try an upgrade of my 8.04, it says:

>> ...snip...
>>> Why is it keeping back those packages?

>>
>> Package database requires something not requested. Execute
>>
>> apt-get dist-upgrade

>
> That's not necessary. It keeps back any packages which get split, or which
> require the introduction of previously absent packages (e.g. when a package
> gains a new dependency). This is because it is trying to keep "upgrade"
> meaning just that - upgrade installed packages, but don't install new ones.
> You'll find that if you do "apt-get install packages" on the packages which
> have been kept back, that will pull in all the additional new packages and
> complete the upgrade(s).
>


I think that this is what was missing. thanks

--
Due to extreme spam originating from Google Groups, and their inattention
to spammers, I and many others block all articles originating
from Google Groups. If you want your postings to be seen by
more readers you will need to find a different means of
posting on Usenet.
http://improve-usenet.org/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-07-2008, 10:14 AM
Dave Uhring
 
Posts: n/a
Default Re: Packages kept back?

On Tue, 06 May 2008 13:30:25 +0100, Magnate wrote:

> "Dave Uhring" <daveuhring@yahoo.com> wrote in message
> newsan.2008.05.04.15.34.14.330017@yahoo.com...
>> On Sun, 04 May 2008 09:58:25 -0500, Ignoramus11115 wrote:
>>
>>> When I try an upgrade of my 8.04, it says:

>> ...snip...
>>> Why is it keeping back those packages?

>>
>> Package database requires something not requested. Execute
>>
>> apt-get dist-upgrade

>
> That's not necessary.


That is one of the steps directed by the update tool and it sometimes
works.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 05-10-2008, 02:00 PM
Magnate
 
Posts: n/a
Default Re: Packages kept back?

"Dave Uhring" <daveuhring@yahoo.com>
> On Tue, 06 May 2008 13:30:25 +0100, Magnate wrote:
>> "Dave Uhring" <daveuhring@yahoo.com> wrote in message
>>> On Sun, 04 May 2008 09:58:25 -0500, Ignoramus11115 wrote:
>>>
>>>> When I try an upgrade of my 8.04, it says:
>>> ...snip...
>>>> Why is it keeping back those packages?
>>>
>>> Package database requires something not requested. Execute
>>>
>>> apt-get dist-upgrade

>>
>> That's not necessary.

>
> That is one of the steps directed by the update tool and it sometimes
> works.


Indeed. I don't disagree with that at all, I'm just pointing out that it's
not necessary. "dist-upgrade" is a whole lot more than plain old "upgrade",
and you don't need to do it just because "upgrade" holds back a few
packages. You can use apt-get install for those packages instead.

CC


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 05-10-2008, 02:00 PM
Dave Uhring
 
Posts: n/a
Default Re: Packages kept back?

On Thu, 08 May 2008 13:43:38 +0100, Magnate wrote:
> "Dave Uhring" <daveuhring@yahoo.com>
>> On Tue, 06 May 2008 13:30:25 +0100, Magnate wrote:
>>> "Dave Uhring" <daveuhring@yahoo.com> wrote in message


>>>> apt-get dist-upgrade
>>>
>>> That's not necessary.

>>
>> That is one of the steps directed by the update tool and it sometimes
>> works.

>
> Indeed. I don't disagree with that at all, I'm just pointing out that it's
> not necessary. "dist-upgrade" is a whole lot more than plain old "upgrade",
> and you don't need to do it just because "upgrade" holds back a few
> packages. You can use apt-get install for those packages instead.


Two days ago I had about 30 packages held back. Should I have run
apt-get install for each of them? : >

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old Yesterday, 01:37 PM
Magnate
 
Posts: n/a
Default Re: Packages kept back?

"Dave Uhring" <daveuhring@yahoo.com> wrote
> On Thu, 08 May 2008 13:43:38 +0100, Magnate wrote:
>> "Dave Uhring" <daveuhring@yahoo.com>
>>> On Tue, 06 May 2008 13:30:25 +0100, Magnate wrote:
>>>> "Dave Uhring" <daveuhring@yahoo.com> wrote in message

>
>>>>> apt-get dist-upgrade
>>>>
>>>> That's not necessary.
>>>
>>> That is one of the steps directed by the update tool and it sometimes
>>> works.

>>
>> Indeed. I don't disagree with that at all, I'm just pointing out that
>> it's
>> not necessary. "dist-upgrade" is a whole lot more than plain old
>> "upgrade",
>> and you don't need to do it just because "upgrade" holds back a few
>> packages. You can use apt-get install for those packages instead.

>
> Two days ago I had about 30 packages held back. Should I have run
> apt-get install for each of them? : >


I get this quite often - it usually boils down to three or four key installs
of high-level packages which then pull in many of the others (kde, kdm,
kdesktop are obvious candidates). Occasionally I have to do a dozen or so
installs to tidy up all the small fry, so maybe it would be better if I got
to grips with dist-upgrade instead.

CC


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old Yesterday, 01:37 PM
Dave Uhring
 
Posts: n/a
Default Re: Packages kept back?

On Wed, 14 May 2008 14:20:21 +0100, Magnate wrote:

> I get this quite often - it usually boils down to three or four key
> installs of high-level packages which then pull in many of the others
> (kde, kdm, kdesktop are obvious candidates). Occasionally I have to do a
> dozen or so installs to tidy up all the small fry, so maybe it would be
> better if I got to grips with dist-upgrade instead.


apt-get dist-upgrade does no harm and it may solve the problem - in fact
it usually does.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old Yesterday, 01:37 PM
Whoknew
 
Posts: n/a
Default Re: Packages kept back?


"Ignoramus11115" <ignoramus11115@NOSPAM.11115.invalid> wrote in message
news:Yq2dnQ4mpr6MUoDVnZ2dnUVZ_gKdnZ2d@giganews.com ...
> When I try an upgrade of my 8.04, it says:
>
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Reading extended state information
> Initializing package states... Done
> Building tag database... Done
> The following packages have been automatically kept back:
> gnome-panel language-support-writing-ru
> The following packages have been kept back:
> f-spot gnome-applets grub initramfs-tools linux-generic
> linux-headers-generic linux-image-generic
> linux-restricted-modules-generic udev xserver-xorg
> 0 packages upgraded, 0 newly installed, 0 to remove and 12 not upgraded.
> Need to get 0B of archives. After unpacking 0B will be used.
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Reading extended state information
> Initializing package states... Done
> Building tag database... Done
>
> Why is it keeping back those packages?
> --


Because they don't let morons have anything they can f*ck up. Your name is
on the list a**hole


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:04 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62