# apt install deborphan
Now to list the orphaned packages, just use the command on the terminal
# deborphan
You can see that we have the same list as with gtkorphan. To remove all the orphaned packages, use the command:
# apt-get remove --purge `deborphan`