Saturday, November 19, 2022

Install authy without snap

Authy is a Two-Factor-Authentication software focused on security. Unfortunately Authy is only supported as a snap package. But everybody hates snap. So there is an alternate way to install authy on debian based linux distributions.


First clone the repo

git clone 'https://mpr.makedeb.org/authy'
Go to the directory

cd authy
Install makedeb

bash -ci "$(wget -qO - 'https://shlink.makedeb.org/install')"
Make Package

makedeb -si

If the last step fails:-

sudo dpkg -i *.deb

Share: