Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Wine Mono is not installed

# Create dir for 32 bit prefix
    mkdir ~/.wine32
    # destroy default configuration (64 bit prefix)
    rm -rf ~/.wine 

    # Initial setup (create prefixes)
    WINEPREFIX="$HOME/.wine32" WINEARCH=win32 wine wineboot
    WINEPREFIX="$HOME/.wine" WINEARCH=win64 wine64 wineboot

    # To install dotnet35 on 32-bit prefix
    WINEPREFIX="$HOME/.wine32" WINEARCH=win32 winetricks dotnet35
Comment

PREVIOUS NEXT
Code Example
Shell :: INSTALL gedit on kali linux 
Shell :: start stop restart pm2 
Shell :: what is kernel and shell 
Shell :: -u flag in git command 
Shell :: docker image prune 
Shell :: bash count occurrences of string in array 
Shell :: create mysql user and database from script 
Shell :: git ignore not saving changes 
Shell :: Rollback a Particular Commit in git command 
Shell :: github copilot neovim 
Shell :: echo new line to file 
Shell :: man in linux 
Shell :: How do I revert a Git repository to a previous commit? 
Shell :: wordpress set tagline from cli 
Shell :: ps see full command 
Shell :: how to set umask in linux 
Shell :: Could not extract RVM sources 
Shell :: debian md5sum: command not found 
Shell :: how to check process id in linux 
Shell :: material ui npm 
Shell :: listen unix /home/jatoba/.pomo/pomo.sock: bind: address already in use 
Shell :: docker change timezone 
Shell :: The CUDA compiler identification is unknown CMake Error at CMakeLists.txt:441 (enable_language): No CMAKE_CUDA_COMPILER could be found. 
Shell :: install ntfs support debian 
Shell :: git stash error: unknown switch `e‘ 
Shell :: perl install Switch 
Shell :: redis mac 
Shell :: fix node gyp issue on linux 
Shell :: brew install 
Shell :: bash parse arguments 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =