1

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

1 Answers1

1

Looks like the correct package name is "audio-recorder". Try that (with the quotes).

Source: https://ubuntuhandbook.org/index.php/2022/04/install-audio-recorder-ubuntu-2204/

Another way to figure this out would be to use apt list --installed piped into grep. See How to list all installed packages for details.

mkazin
  • 81
  • 1