kill application in ubuntu code example
Example 1: how to force quit application in ubuntu
One way is to hit alt+f2, then type xkill and hit enter.
Now click on the program you would like to force quit.
Example 2: kill process ubuntu
sudo kill -9 process_id
Example 3: how to kill process ubuntu
ps -ax | grep application name