How to Install Insomnia on Ubuntu 22.04

MivoCloudMivoCloud Shared Hoster

Hi, I made a video that will help you install this tool on your server

Insomnia is a free, open-source, cross-platform desktop application that makes interacting with GraphQL servers more straightforward than ever before. It provides you with gRPC and REST endpoints. One of the most common uses is to test GraphQL APIs and HTTP-based RESTful APIs.

Commands Used:
sudo apt update sudo apt upgrade -y
sudo apt install apt-transport-https -y
echo "deb [trusted=yes arch=amd64] https://download.konghq.com/insomnia-ubuntu/ default all" | sudo tee -a /etc/apt/sources.list.d/insomnia.list
sudo apt update
sudo apt install insomnia -y

Tagged:
Sign In or Register to comment.