Wine Apps

Adobe Digital Editions (Wine)

Source

  1. Install the winbind package, if not yet done:

    sudo pacman -S libwbclient --needed
    
  2. Install Wine if required:

    sudo pacman -S wine --needed
    

    To accept the License agreement, press Tab + Enter.

  3. Install winetricks if required:

    sudo pacman -S winetricks --needed
    
  4. Install adobe_diged4 on a 32bit-environment:

    export WINEPREFIX=~/.wine32-ade
    WINEARCH=win32 wine wineboot
    winetricks adobe_diged4
    

Install DeDRM Tools (ADE)

Source A, Source B, Source C

  1. Generate Encryption Key

    winetricks python
    
  2. Download and install PyCrypto:

    wine pycrypto-2.6.win32-py2.6.exe
    
  3. Generate ADE Encryption key:

    cd DeDRM_tools_6.5.5/Other_Tools/DRM_Key_Scripts/Adobe_Digital_Editions
    wine /home/aldomann/.wine32-ade/drive_c/Python26/python.exe adobekey.pyw
    

SketchUp 2018

Source

  1. Install Wine if required:

    sudo pacman -S wine --needed
    

    To accept the License agreement, press Tab + Enter.

  2. Install winetricks if required:

    sudo pacman -S winetricks --needed
    
  3. Set up WINEPREFIX for a 64bit-environment:

    export WINEARCH=win64
    export WINEPREFIX=~/.wine-sketchup
    wine wineboot
    
  4. Download .NET Framework 4.7 (offline version) and install it with the following command:

    wine start /unix NDP47-KB3186497-x86-x64-AllOS-ENU.exe
    
  5. Finally, run the actual SketchUp installer:

    wine Setup.exe
    
Next