Hi,

On Friday 07 March 2008 11:30:16 do viet manh wrote:
> "dpkg: error processing
> /var/cache/apt/archives/avr-libc-tinyos_1.2.3-2_i386.deb
> (--unpack):
>  trying to overwrite `/usr/avr/include/avr/boot.h',
> which is also in package avr-libc

This error means that the package avr-libc-tinyos contains files that are also 
in the package avr-libc (a standard ubuntu package). They can't be installed 
both at the same time. Try to remove avr-libc first:

$ sudo apt-get remove avr-libc

Then try to install tinyos-avr:

$ sudo apt-get install tinyos-avr

regards
Wouter


_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to