To quote Zach Loafman <[EMAIL PROTECTED]>,
# Appending to myself:
# 
# > cp /etc/apt/sources.list.stable /etc/apt/sources.list
# apt-get update
# > apt-get dist-upgrade
# > cp /etc/apt/sources.list.unstable /etc/apt/sources.list
# apt-get update
# > apt-get install <list of packages you want from unstable>
# 
# This method doesn't please me conceptually, though. Anyone know a
# better method?

You could just change the sources.list to unstable, run apt-get update,
and then apt-get -u modutils. It'll download any newer versions of
whatever packages you need. '-u' will show you which packages are going
to be upgraded, so if you think there are too many, and you'd prefer to
compile from sources, you'll know before you commit to anything.

Dave

Reply via email to