For those not familiar, the Linux Mint folks release a version of their distribution based on upstream Debian packages instead of upstream Ubuntu packages.
This is known as “Linux Mint Debian Edition” or more commonly “LMDE”. It is available here https://www.linuxmint.com/download_lmde.php
LMDE is currently based on packages from Debian Bookworm (12.x).
I was trying to install the Insync (fulll GUI product, not the “headless” product) on my LMDE computer today, and encountered an issue.
Consequently, there are two different installation packages on the download site that might apply to my system:
- A package for Mint (21.1)
- A package for Debian Bookworm (12)
First, I tried the package intended for Mint, that did not work, with DPKG displaying this error:
(Reading database ... 507723 files and directories currently installed.)
Preparing to unpack insync_3.9.0.60000-jammy_amd64.deb ...
Unpacking insync (3.9.0.60000-jammy) ...
dpkg: error processing archive insync_3.9.0.60000-jammy_amd64.deb (--install):
unable to open '/usr/lib/insync/libgpg-error.so.0.dpkg-new': Operation not permitted
Processing triggers for gnome-menus (3.36.0-1.1) ...
Processing triggers for mate-menus (1.26.0-3) ...
Processing triggers for desktop-file-utils (0.26-1) ...
Processing triggers for mailcap (3.70+nmu1) ...
Processing triggers for shared-mime-info (2.2-1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for man-db (2.11.2-2) ...
Errors were encountered while processing:
insync_3.9.0.60000-jammy_amd64.deb
Next I tried the package intended for Debian, which did not work either, with DPKG displaying this error:
(Reading database ... 507723 files and directories currently installed.)
Preparing to unpack insync_3.9.0.60000-bookworm_amd64.deb ...
Unpacking insync (3.9.0.60000-bookworm) ...
dpkg: error processing archive insync_3.9.0.60000-bookworm_amd64.deb (--install):
unable to open '/usr/lib/insync/libcom_err.so.2.dpkg-new': Operation not permitted
Processing triggers for gnome-menus (3.36.0-1.1) ...
Processing triggers for mate-menus (1.26.0-3) ...
Processing triggers for desktop-file-utils (0.26-1) ...
Processing triggers for mailcap (3.70+nmu1) ...
Processing triggers for shared-mime-info (2.2-1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for man-db (2.11.2-2) ...
Errors were encountered while processing:
insync_3.9.0.60000-bookworm_amd64.deb
So, at this point it is not possible to get Insync running on LMDE. Is there any fix available for this?