Wine
Adobe Digital Editions 2.0
- Install wine and winetricks (
apt install wine winetricks/pacman -S wine winetricks) - Download installer for ADE 2.0:
wget https://download.adobe.com/pub/adobe/digitaleditions/ADE_2.0_Installer.exe - (optional) choose wineprefix:
export WINEPREFIX=.wine_ade winetricks -q corefonts windowscodecs dotnet35sp1- run the installer:
wine ADE_2.0_Installer.exe
Calibre + DeDRM + Linux
These modified instructions have been taken from github I installed pycryptodome since it has a nearly identical api and does not need compiling.
- Follow instructions for Adobe Digital Editions 2.0
winetricks -q python27cd .wine/drive_c/Python27 && wine python.exe -m pip install pycryptodome- Install calibre (
apt install calibre/pacman -S calibre) - Install the DeDRM plugin
- Download the plugin DeDRM_tools Releases on github
- extract
DeDRM_plugin.zipand install it in the calibre gui - quit calibre
- Now when importing a book the DRM protection should automatically be removed (you can check this by running calibre from the terminal and observing the output)
Notes: On Kobo devices some books still show up as DRM protected, even though they are not, I guess that there are some left-over files, configs, whatever. You can simply convert the book to an epub (epub -> epub) and sync the new file, problem solved.