Skip to content
Discussion options

You must be logged in to vote

Hi,

The file inso-macos-latest-large-12.4.0-beta.0.pkg is not the main desktop application. It is the Inso CLI (Insomnia CLI) package. A command-line tool used for running tests, linting, from the terminal. For more details, refer - https://developer.konghq.com/inso-cli/.

If you were intending to install the insomnia desktop application, that is a separate installer.

How to uninstall Inso -
Since it was installed via a .pkg installer, it places the binary on your system. You can remove it by -

  1. Open terminal.
  2. Run - which inso - This will show the installed path.
  3. Then remove it with - sudo rm
    example - sudo rm /bin/inso
  4. After that you can verify removal by running - inso --version.

Thank…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by poojithap11
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants