Guest User

Untitled

a guest
Oct 23rd, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. mv ~/.wine ~/.wine_BACKUP
  2. wget -nc https://dl.winehq.org/wine-builds/Release.key
  3. sudo apt-key add Release.key
  4. rm ./Release.key
  5. sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ -y
  6. sudo apt-get update
  7. sudo dpkg --add-architecture i386
  8. sudo apt-get install --install-recommends winehq-staging -y
  9. sudo apt-get install winetricks -y
  10. winecfg
Add Comment
Please, Sign In to add comment