Do I have a "ghost" Postman (v.5.5.5) that can be launched, but not be removed?
screen capture of the app
The app is
- not in Ubuntu Software under "installed",
- not found in Snap -
sudo snap list
, - not locally installed as there is no trace of the name "Postman" -
sudo find / -name postman*
returns nothing, - Right-click on the Postman launch icon for "Show Details" yields: ""Sorry! There are no details for that application.", and
- The Postman is not showing up as a Chrome extension or Chrome app.
I appreciate it anyone could shed some light on removing this old app.
Cheers,
grep -iR "postman" /usr/share/applications ~/.local/share/applications
and append the output in question body. – Kulfy Jan 30 '22 at 17:29chrome://apps
? Is your issue resolved now? – Kulfy Feb 02 '22 at 15:38