For whom with BT installed and try to update or upgrade and comes with an error like that or maybe different a bit:
E: Could not perform immediate configuration on 'libattr1'.Please see man 5 apt.conf under APT::Immediate-Configure for details. (2)
I've experience this after i accidentally remove dpkg director to killall update/upgrade process(running)
Im suspecting the problem is coming from some dpkg conf and it need to be corrected. I fix by typing this:
apt-get -f clean
apt-get -f autoclean
apt-get -f check
it suppose remove broken dependencies for you and you can proceed to update/upgrade
This work for me.feel free to answer your question.
thanks for share :)
ReplyDelete