
How to Uninstall a Program in Ubuntu?
See installed programs
To see the programs installed on our Ubuntu operating system. Just use the command below. Thus, we will see the full name of the program we will uninstall and we will not make a wrong mistake when uninstalling.
dpkg --get-selections | grep gns3
Uninstall a program via the command line
You can uninstall the program via the command line using the apt-get command. To do this, we first open the terminal command line. And in the Terminal:



