avatar
delete software Linux

It is common to find the package name by using the following command. For instance, let's take a look with forticlient.

dpkg --list | grep forticlient

When the definite article, When the definite package name, use apt-get remove to remove package name rid out of your Ubuntu.

sudo apt-get remove forticlient
You need to login to do this manipulation!