How to install Roblox Studio on Ubuntu 20.04


Please take note, that Roblox Studio is not currently working on Linux, as it now requires DirectX 10 which is currently not working on Linux.  The Grapejuice developers are working on finding a solution and you can follow their progress here.  We truly hope that it will work soon again.  We are sorry for the inconvenience! https://gitlab.com/brinkervii/grapejuice

Today we are looking at how to install Roblox Studio on Ubuntu 20.04.  We firstly install Wine, then we download Roblox Studio and install it.  Enjoy!

What the commands do:
The first command will add 32bit support for Wine on your system.  The second and third will download and add a Wine security key to your system.  The fourth command will add the wine repository to your system.  In the fifth command, we update our system repositories, The sixth command will install Wine-Stable.  The last command will install 3 packages that your system needs to install to run Windows applications.  Enjoy!

Commands Used:
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) sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
5) sudo apt update
6) sudo apt install --install-recommends winehq-stable
7) winecfg

Download Link:

Commands are based on this:
https://wiki.winehq.org/Ubuntu

We are on social media! For announcements, content release updates (across all our projects), and much more, please join our Reddit community!
https://www.reddit.com/r/linuxmadesimple/


Curios about Chromebooks have a look at our Chromebook Comparison Chart!

Want to buy us a cup of coffee, thank you!

Comments