How to uninstall or remove fso-audiod-openmoko software package from Debian 9 (Stretch)

How to uninstall or remove fso-audiod-openmoko software package from Debian 9 (Stretch)

You can uninstall or removes an installed fso-audiod-openmoko package itself from Debian 9 (Stretch) through the terminal,

$ sudo apt-get remove fso-audiod-openmoko 

Uninstall fso-audiod-openmoko including dependent package

If you would like to remove fso-audiod-openmoko and it's dependent packages which are no longer needed from Ubuntu,

$ sudo apt-get remove --auto-remove fso-audiod-openmoko 
Use Purging fso-audiod-openmoko

If you use with purge options to fso-audiod-openmoko package all the configuration and dependent packages will be removed.

$ sudo apt-get purge fso-audiod-openmoko 

If you use purge options along with auto remove, will be removed everything regarding the package, It's really useful when you want to reinstall again.

$ sudo apt-get purge --auto-remove fso-audiod-openmoko 

See Also,

How to install fso-audiod-openmoko software package from Debian 9 (Stretch)?