cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: Oct. 21 2005,05:53 |
|
Hmm...
According to these guys, this is only a warning message and not an error as long as you highlight the OK button and press the ENTER key.
http://lists.debian.org/debian-user/2003/09/msg02683.html
Maybe you have some other dpkg error.
In fact, I just installed binutils from the command line, IE:
sudo su apt-get install binutils
and I acknowledged the warning and it finished without a dpkg error code message.
Maybe if you type:
sudo su apt-get --fix-broken install binutils
and see what happens.
|