Uploaded December 2016 | Updated September 2026, 1 week ago
In this video I take you through the Battle.Net install procedure for Arch Linux and Ubuntu 16.10 based distros. Hope you enjoy!
If I've helped you in any way and you'd like to buy me a coffee, please click this link to do so:
paypal.me/dontcallmelenny
Many Thanks in advance!
Show Notes:
Ubuntu 16.10 BattleNet Install Procedure:
1.update and upgrade
sudo apt-get update
sudo apt-get upgrade
2.enable 32bit:
dpkg --add-architecture i386
3.sudo apt-get update
4.Install 32 bit libraries
sudo apt-get install libc6:i386 libstdc++6:i386
5.install proprietary video drivers
6.install codecs:
sudo apt-get install ubuntu-restricted-extras
note: (ttf-mscorefonts-installer is required but installed via ubuntu-restricted-extras)
sudo apt-get install ttf-mscorefonts-installer (to verify install)
7.sudo apt-get install vlc (pulls in more codecs by default)
8. Install wine-development and winetricks
sudo apt-get install wine-development winetricks
9.winetricks corefonts
10.winetricks vcrun2015
11. Verify libraries
winecfg
add libraries:
api-ms-win-crt-runtime-l1-1-0.dll
api-ms-win-crt-stdio-l1-1-0.dll
ucrtbase.dll
vcruntime140.dll
d3dcompiler_47 (for diablo3)
set to Windows Vista
right click on exe file, then select "wine installer"
In this video I take you through the Battle.Net install procedure for Arch Linux and Ubuntu 16.10 based distros. Hope you enjoy!
If I've helped you in any way and you'd like to buy me a coffee, please click this link to do so:
paypal.me/dontcallmelenny
Many Thanks in advance!
Show Notes:
Ubuntu 16.10 BattleNet Install Procedure:
1.update and upgrade
sudo apt-get update
sudo apt-get upgrade
2.enable 32bit:
dpkg --add-architecture i386
3.sudo apt-get update
4.Install 32 bit libraries
sudo apt-get install libc6:i386 libstdc++6:i386
5.install proprietary video drivers
6.install codecs:
sudo apt-get install ubuntu-restricted-extras
note: (ttf-mscorefonts-installer is required but installed via ubuntu-restricted-extras)
sudo apt-get install ttf-mscorefonts-installer (to verify install)
7.sudo apt-get install vlc (pulls in more codecs by default)
8. Install wine-development and winetricks
sudo apt-get install wine-development winetricks
9.winetricks corefonts
10.winetricks vcrun2015
11. Verify libraries
winecfg
add libraries:
api-ms-win-crt-runtime-l1-1-0.dll
api-ms-win-crt-stdio-l1-1-0.dll
ucrtbase.dll
vcruntime140.dll
d3dcompiler_47 (for diablo3)
set to Windows Vista
right click on exe file, then select "wine installer"








![Install Your Nvidia Drivers in Debian 9 Stretch Stable
In this video I walk you through step by step the procedure I use to install Nvidia graphics drivers in Debian 9 Stretch Stable. Hope you enjoy!
Show Notes:
Nvidia Driver Install in Debian 9 Stretch (Stable)
add contrib and non-free to sources via synaptic
sign in as root
In Terminal:
apt-get update
apt-get install nvidia-detect
nvidia-detect (to identify your Nvidia GPU and verify required driver package)
dpkg add-architecture i386
apt-get install libavcodec-extra
apt-get install firmware-linux-nonfree
apt-get install vlc gimp smplayer
apt-get install linux-headers-$(uname -r|sed s,[^-]*-[^-]*-,,) nvidia-driver
reboot
After nvidia drivers are installed: (optional)
apt-get install nvidia-smi (communicates your gpu temp to sensors/conky)
apt-get install libgl1-nvidia-glx:i386 (required if you want gaming through steam)
link: https://wiki.debian.org/NvidiaGraphicsDrivers
If Ive helped you in any way and youd like to buy me a coffee, please click this link to do so:
https://www.paypal.me/dontcallmelenny
Many Thanks in advance! Install Your Nvidia Drivers in Debian 9 Stretch Stable](https://i.ytimg.com/vi/_5RJzZxQ62U/mqdefault.jpg)

