Skip to content

Instantly share code, notes, and snippets.

@rodion-solovev-7
Created December 28, 2023 20:27
Show Gist options
  • Save rodion-solovev-7/f6f41758988c30ba9e6a60bce74970c6 to your computer and use it in GitHub Desktop.
Save rodion-solovev-7/f6f41758988c30ba9e6a60bce74970c6 to your computer and use it in GitHub Desktop.
How to run dnSpy on linux (using wine)

How to run dnSpy on linux (using wine)

  1. Using PlayOnLinux seems simplest solution.
  2. Install WINE 5.11 (distributions with later versions work worse or run the program).
  3. Install Mono (not dotnet framework) in WINE prefix.
  4. Download dnSpy 32-bit executable (64-bit version of the program breaks down much more often)ю
  5. Copy dnSpy into wine prefix & run it.
  6. On my setup (amd64 processor, ubuntu 20.04), this is the only solution that worked correctly and stably.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment