Gcc-pru on the BBB for printing via web interface and PRU

Hello,

I am trying to install gcc-pru via apt. I am coming across issues:


The following NEW packages will be installed:
  gcc-pru
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 25.8 MB of archives.
After this operation, 90.0 MB of additional disk space will be used.
Get:1 http://repos.rcn-ee.com/debian buster/main armhf gcc-pru armhf 10.1.0-0rcnee2~buster+20200903 [25.8 MB]
Fetched 25.8 MB in 15s (1,701 kB/s)
(Reading database ... 112002 files and directories currently installed.)
Preparing to unpack .../gcc-pru_10.1.0-0rcnee2~buster+20200903_armhf.deb ...
Unpacking gcc-pru (10.1.0-0rcnee2~buster+20200903) ...
dpkg: error processing archive /var/cache/apt/archives/gcc-pru_10.1.0-0rcnee2~buster+20200903_armhf.deb (--unpack):
 trying to overwrite '/usr/lib/libcc1.la', which is also in package gcc-avr 1:5.4.0+Atmel3.6.1-2
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/gcc-pru_10.1.0-0rcnee2~buster+20200903_armhf.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

So, there is the error. I am not sure where to dig around right now.

Seth

P.S. If you have some options to take, please do reply.

Hello,

sudo apt remove gcc-avr works and now I can install gcc-pru w/ apt.

Seth