I’m on the new version of linux mint and I installed insync with the ubuntu jammy package because there is no option to download the linux mint last version from your main download page. It installs ok but when I do a system update it reports an error:
$ sudo apt update
...
Err:6 http://apt.insync.io/mint vanessa InRelease
403 Forbidden [IP: 54.231.224.249 80]
...
Leyendo lista de paquetes... Hecho
E: Fallo al obtener http://apt.insync.io/mint/dists/vanessa/InRelease 403 Forbidden [IP: 54.231.224.249 80]
E: El repositorio «http://apt.insync.io/mint vanessa InRelease» no está firmado.
N: No se puede actualizar de un repositorio como este de forma segura y por tanto está deshabilitado por omisión.
N: Vea la página de manual apt-secure(8) para los detalles sobre la creación de repositorios y la configuración de usuarios.
It seems you haven’t create the repo for the new Mint version yet
...
Err:8 http://apt.insync.io/mint vanessa InRelease
403 Forbidden [IP: 52.216.176.131 80]
...
E: Failed to fetch http://apt.insync.io/mint/dists/vanessa/InRelease 403 Forbidden [IP: 52.216.176.131 80]
E: The repository 'http://apt.insync.io/mint vanessa InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Meanwhile I figured out a simple workaround to not get blocked by this issue on system updates. Just comment the first line of /etc/apt/sources.list.d/insync.list and put another pointing to the ubuntu repo:
#deb http://apt.insync.io/mint vanessa non-free contrib
deb http://apt.insync.io/ubuntu jammy non-free contrib
Not working for me. I get
sudo apt-get install insync
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
E: Unable to locate package insync
Same issue!
Err:9 http://apt.insync.io/mint vanessa InRelease
403 Forbidden [IP: 52.217.8.212 80]
Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 DEP-11 Metadata [11,4 kB]
Get:11 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 DEP-11 Metadata [608 B]
Reading package lists… Done
E: Failed to fetch http://apt.insync.io/mint/dists/vanessa/InRelease 403 Forbidden [IP: 52.217.8.212 80]
E: The repository ‘http://apt.insync.io/mint vanessa InRelease’ is not signed.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.