lunatechian (lunatech-ian)

one relating to, belonging to, or resembling lunatech

make apt-get skip some packages in upgrade

When doing an apt-get upgrade on my Debian (Lenny) box yesterday I received this message

Since release 150, udev requires that support for the CONFIG_SYSFS_DEPRECATED feature is disabled in the running kernel. Please upgrade your kernel before or while upgrading udev.

This was holding back the upgrade of all the packages. Looked around a bit and it seems that the solution for this problem is to let apt know that we do not want to upgrade the udev package. The way to do this is echo "udev hold"|dpkg --set-selections and then run apt-get upgrade

Defined tags for this entry: ,

Trackbacks

Trackback specific URI for this entryTrackback URL

Comments

    • Posted byVasimullah
    • on
    Thanks buddy.. your solution worked for me.
    Reply

Add Comment

Enclosing asterisks marks text as bold (*word*), underscore are made via _word_.
Standard emoticons like :-) and ;-) are converted to images.
E-Mail addresses will not be displayed and will only be used for E-Mail notifications.