I reproduced in ubuntu 12.04:
$sudo apt-get install wireshark $ sudo su # groupadd wireshark # exit sudo apt-get purge wireshark-common
fixed with sudo delgroup wireshark
I reproduced in ubuntu 12.04:
$sudo apt-get install wireshark
$ sudo su
# groupadd wireshark
# exit
sudo apt-get purge wireshark-common
fixed with
sudo delgroup wireshark