How do I get ROBLOX on my kde neon machine???



Hvae you gone the wine route ? Its seems ROBLOX is not fully compatible with Linux
 
You need to install Wine first

How to Install WINE 6.0 stable from the terminal on Ubuntu based systems

If your system is 64 bit, you first need to enable the 32 bit architecture - run

Code:
sudo dpkg --add-architecture i386

Download the official Wine repository key and add it:

Code:
wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -

Now use this command to add repository:

Code:
sudo apt-add-repository "deb https://dl.winehq.org/wine-builds/ubuntu/ $(lsb_release -cs) main"

Now that you have added the correct repository, you can install Wine 6.0 using this command:

Code:
sudo apt update

Code:
sudo apt install --install-recommends winehq-stable


After it has finished installing we need to configure WINE - run -

Code:
winecfg

This will install Wine Grecko and Wine Mono after this is done you are now finished with the
installation. Only one last thing to do you will need to associate the ".exe" file extension to the WINE installer - simply right click the ".exe" file and select Properties, now select the "Open With" drop down tab and select "Wine Windows Program Loader"
 

Members online


Top