-
As per #3349 and https://insomnia.rest/blog/new-insomnia-apt-repository the new repository at download.konghq.com provides the insomnia binaries for installation on ubuntu like distros. It would also be beneficial to change the install description found on https://insomnia.rest/blog/new-insomnia-apt-repository from using This issue has been created as I have not found another where this is tracked and as #3349 is closed there is likely no progress. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Are there any updates on this? It has been over two years since issue 3349 and issue 3508 have been opened. It is extremely irresponsible to direct consumers to set Thank you. |
Beta Was this translation helpful? Give feedback.
-
FYI : in deb822 sources format, the right syntax to bypass error messages is :
|
Beta Was this translation helpful? Give feedback.
-
@filfreire what are your thoughts here? I do agree that we should sign official distributions. |
Beta Was this translation helpful? Give feedback.
-
@Steiniche @kj4ezj please follow the latest instructions to setup APT installation of Insomnia # Add to sources
curl -1sLf \
'https://packages.konghq.com/public/insomnia/setup.deb.sh' \
| sudo -E distro=ubuntu codename=focal bash
# Refresh repository sources and install Insomnia
sudo apt-get update
sudo apt-get install insomnia You should no longer have to set |
Beta Was this translation helpful? Give feedback.
@Steiniche @kj4ezj please follow the latest instructions to setup APT installation of Insomnia
You should no longer have to set
trusted=yes
orallow-insecure=yes
. The installation script has some steps to set the proper GPG key.See https://docs.insomnia.rest/insomnia/install