How to Install Box86 and Wine on Raspberry Pi OS
Luke'sTech
In this video I show how you can install Box86 and Wine on Raspberry Pi OS. This software is used to emulate x86 linux and windows applications. It's great software and developed by Ptitseb!
Box86 Github-https://github.com/ptitSeb/box86 Pi-Apps-https://github.com/Botspot/pi-apps
Commands to install Wine-
Google Drive File with all the Commands- https://docs.google.com/document/d/1XtbqjCTOfGtsyspwCBwishfb9LrJaeWjDng0Crwq9Eg/edit?usp=sharing
Download Wine
cd /Downloads
wget https://dl.winehq.org/wine-builds/debian/dists/buster/main/binary-i386/wine-devel-i386_5.21buster_i386.deb
wget https://dl.winehq.org/wine-builds/debian/dists/buster/main/binary-i386/wine-devel_5.21~buster_i386.deb
dpkg-deb -xv wine-devel-i386_5.21buster_i386.deb wine-installer
dpkg-deb -xv wine-devel_5.21buster_i386.deb wine-installer
Install Wine
sudo mv wine-installer/opt/wine-devel ~/wine sudo ln -s ~/wine/bin/wine /usr/local/bin/wine sudo ln -s ~/wine/bin/winecfg /usr/local/bin/winecfg sudo ln -s ~/wine/bin/wineserver /usr/local/bin/wineserver
Boot Wine
wine wineboot
Download Winetricks
cd ~/Downloads wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
Install Winetricks
sudo chmod +x winetricks sudo cp winetricks /usr/local/bin
winetricks needs this installed
sudo apt-get install cabextract -y
#To run winetricks BOX86_NOBANNER=1 winetricks dotnet20sp2
If you would like better videos, more stuff reviewed, and personal support think about supporting me-- https://www.patreon.com/user?u=37336457
This discord server is about ApplePiOS, Pi and tech related stuff!----https://discord.gg/hNkdtbH
This discord server is mainly about coding! --https://discord.gg/t3vT5p9 ... https://www.youtube.com/watch?v=OT17OQNiGcA
32155111 Bytes