how delete or uninstall a software

I need uninstall or delete a software charged in the Beagle Bone Green Wirless but i don’t find information about how do that.

Hi Eduardo-

The operating systems are based on Debian:

http://www.debian.org/

The manual for the apt system for installing/uninstalling software:

https://www.debian.org/doc/manuals/debian-handbook/sect.apt-get.en.html

This manual is very detailed, and probably more than you need.
If you do a few searches on Debian, you can find numerous help guides.
The most common command executed in a terminal is

sudo apt-get install (name of software package)

Regards,
Greg