sudo apt-get purge --auto-remove package-name
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
sudo apt-get remove package-name // to remove the package itself
sudo apt-get purge package-name // to remove the dependencies installed with the package automatically