Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Problems with apt-get upgrade:

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
Ceno

Problems with apt-get upgrade:

#1 Post by Ceno »

Hi, this is what I get when I try to apt-get upgrade. Can anyone tell me what is wrong? Thanks.

Code: Select all

:/usr/bin# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages have been kept back:
  cupsys grace libmotif-dev motif-clients plotutils xmhtml1
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue? [Y/n]
Setting up modutils (2.4.26-1.2) ...
/etc/modutils/0keep: line 9: keep: command not found
Error while executing /etc/modutils/0keep, aborting
dpkg: error processing modutils (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 modutils
E: Sub-process /usr/bin/dpkg returned an error code (1)
:

Harold
Posts: 1482
Joined: 2005-01-07 00:15
Been thanked: 3 times

#2 Post by Harold »

To install the packages that have been kept back, do apt-get dist-upgrade.

If you are using kernel 2.6.x, modutils is no longer required and can be safely removed. (It has been replaced by module-init-tools.)

If you are using kernel 2.4.x, Line 9 of /etc/modutils/0keep should contain the word keep - no more, no less.

Post Reply