How to install Windows Apps/Games on Chromebook
Attention
My channel was recently *terminated* by YouTube, so please go subscribe to my new channel: https://youtube.com/channel/UC_unH9jk9eqI5xx0gbopSGQ
How to install Windows Apps/Games on Chromebook
( please don't try to install GTA5, it's not possible )
... preferred app sizes are between 1MB to 1GB
... double-tap to paste commands in Terminal
Commands
1. sudo dpkg --add-architecture i386
2. wget -nc https://dl.winehq.org/wine-builds/winehq.key
3. sudo apt-key add winehq.key
4. echo "deb https://dl.winehq.org/wine-builds/debian/ bullseye main" | sudo tee /etc/apt/sources.list.d/wine_chrome_os_made_simple.list
5. sudo apt update
6. sudo apt install --install-recommends winehq-stable winbind
7. sudo apt update
8. winecfg
9. sudo apt install nemo
10. wine .exe (remember to put the name of your apk here)
Comments
Post a Comment