What is inso-macos-latest-large-12.4.0-beta.0.pkg? #9684
-
|
I installed inso-macos-latest-large-12.4.0-beta.0.pkg because I thought it was the application installer. What is it and how do I uninstall it? Mac OS, M4 processor. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
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 -
Thank you. |
Beta Was this translation helpful? Give feedback.
-
|
Done, thanks! |
Beta Was this translation helpful? Give feedback.
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 -
example - sudo rm /bin/inso
Thank…