I tried to uninstall Audio Recorder by doing: sudo apt-get remove audio recorder or audiorecorder but I got the following message:
'Unable to locate package audiorecorder'
Could you help please.
The way it was install was sudo apt-get install audio recorder.
Thank you, Selda
history | grep record
Welcome to Ask Ubuntu. – chili555 Dec 20 '22 at 17:04dpkg -l|grep -i record
which will show actual packages which contain the stringrecord
– Scott Stensland Dec 21 '22 at 15:18