Skip to content

Instantly share code, notes, and snippets.

@corentinbettiol
Created December 13, 2020 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corentinbettiol/eb66456ae1b8340671a52c14a15145fb to your computer and use it in GitHub Desktop.
Save corentinbettiol/eb66456ae1b8340671a52c14a15145fb to your computer and use it in GitHub Desktop.
Instal NBTExplorer on linux with wine and mono
sudo apt install mono-complete
wget https://dl.winehq.org/wine/wine-mono/5.1.1/wine-mono-5.1.1-x86.msi
WINEPREFIX=NBTExplorer wine msiexec /i wine-mono-5.1.1-x86.msi
wget https://github.com/jaquadro/NBTExplorer/releases/download/v2.8.0-win/NBTExplorer-2.8.0.msi
WINEPREFIX=NBTExplorer wine msiexec /i NBTExplorer-2.8.0.msi
WINEPREFIX=NBTExplorer wine NBTExplorer/drive_c/Program\ Files\ \(x86\)/NBTExplorer/NBTExplorer.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment