Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Uninstall Postman and Vysor [closed]

I have uninstalled chrome from my system ubuntu 16.04 first. I thought that the chrome applications would be uninstalled along with it. But I can see Vysor and Postman in my application list. I tried uninstalling by the command

sudo apt-get purge postman

sudo apt-get purge vysor

But that didnt work. Is there any way I can do it?

like image 741
Omkar Kulkarni Avatar asked Aug 12 '18 17:08

Omkar Kulkarni


2 Answers

If Vysor and Postman are chrome extensions, you should uninstall from chrome menu. Tools->Extensions, find the extension on the list and click uninstall.

In my case I also had the Vysor icon on the main menu, and after uninstalled from chrome extensions it disappears automatically.

like image 105
Marcel Kohls Avatar answered Sep 28 '22 20:09

Marcel Kohls


sudo apt-get purge postman

If not work:

sudo snap remove postman
like image 33
Carlos Assis Avatar answered Sep 28 '22 20:09

Carlos Assis