Installing netatalk on my Raspberry Pi 3
Steps:
sudo apt-get update
sudo apt-get netatalk
Results:
root@fsociety:~$ sudo apt-get install netatalk
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
netatalk
0 upgraded, 1 newly installed, 0 to remove and 23 not upgraded.
Need to get 0 B/683 kB of archives.
After this operation, 2995 kB of additional disk space will be used.
(Reading database ... 259419 files and directories currently installed.)
Preparing to unpack .../netatalk_2.2.6-1_armhf.deb ...
Unpacking netatalk (2.2.6-1) ...
dpkg: error processing archive /var/cache/apt/archives/netatalk_2.2.6-1_armhf.deb (--unpack):
trying to overwrite '/usr/bin/dbd', which is also in package dbd 1.50-1kali2
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/netatalk_2.2.6-1_armhf.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any thoughts greatly appreciated.