sudo apt remove package-name
sudo apt purge package-name
##all the packages installed on your system
https://vitux.com/how-to-uninstall-programs-from-your-ubuntu-system/
dpkg --list
sudo apt-get remove package-name
or
sudo apt-get purge package-name
or
sudo apt-get autoremove
$ dpkg --list
sudo apt-get --purge remove program-name/package-name