Today we view amateur user Dan Jacobson (jidanni) as he attempts to
deal with the issue. After missing his apt-listchanges mail for so
long, he finally rummages around the bug system and finds the magic
commands
#  db4.6_dump /var/lib/apt/listchanges.db | db4.5_load a.db
bash: db4.5_load: command not found
bash: db4.6_dump: command not found
# set db4.5-utils db4.6-utils
# apt-get install $@
E: Couldn't find package db4.5-utils
# shift
# apt-get install $@
E: Couldn't find package db4.6-utils

OK,
# set apt-listchanges
# apt-get --purge remove $@
# apt-get install $@
fixed it, hopefully.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to