Just use the following command:
sudo apt-get remove {package-name}
For example remove package called mypack, enter:
$ sudo apt-get remove mypack
Remove package called mypack along with all configuration files, enter:
$ sudo apt-get --purge remove mypack
To list all installed package, enter:\
dpkg --list
dpkg --list | less
dpkg --list | grep -i 'http'