Insync and Archlinux

Hello,
the aur package on Archlinux website is out of date for Insync version and brang me to failures, with an error 111 the last few days.
I succeeded in installing the debian package of the version 3 by using debtap to convert the package.
First:
install debtap
Run
sudo debtap -u once
Downlod the latest debian insync package
Convert it:
debtap -q name_of_insync_package.deb
Run the installation:
sudo pacman -U name_of_converted_package.tar.xz
In a terminal, launch insync
insync
and follow the steps.
Hope it will help future archlinux users!
Best !

1 Like

Thank you for the help!