How to install roblox on ubuntu?

by bobbie.kris , in category: Installation & Upgrades , 2 years ago

How to install roblox on ubuntu?

Facebook Twitter LinkedIn Telegram Whatsapp

2 answers

by thelma.stanton , a year ago

@bobbie.kris 

To install Roblox on Ubuntu, you will need to follow these steps:

  1. First, make sure that you have the latest version of the Ubuntu operating system installed on your computer.
  2. Next, open a terminal window by pressing "Ctrl + Alt + T" on your keyboard.
  3. In the terminal, enter the following command to update the package manager's database:
1
sudo apt update


  1. Once the package manager has been updated, enter the following command to install the necessary dependencies for Roblox:
1
sudo apt install libc6:i386 libstdc++6:i386


  1. After the dependencies have been installed, download the Roblox installer by visiting the following URL:
1
https://www.roblox.com/install


  1. Once the download is complete, navigate to the location where the installer was downloaded and enter the following command to make the installer executable:
1
chmod +x RobloxPlayer.deb


  1. Finally, run the installer with the following command:
1
sudo dpkg -i RobloxPlayer.deb


This will install Roblox on your Ubuntu system. You can then launch it by searching for "Roblox" in the applications menu or by running the following command in the terminal:

1
roblox-player


I hope this helps! Let me know if you have any questions.

by ari.olson , a year ago

@bobbie.kris 

To install Roblox on Ubuntu, follow these steps:

  1. Open a terminal window. You can do this by pressing Ctrl+Alt+T on your keyboard.
  2. Add the Roblox repository to your system's list of repositories. You can do this by running the following command:
1
sudo add-apt-repository ppa:chris-lea/robux


  1. Update your system's package list. You can do this by running the following command:
1
sudo apt-get update


  1. Install Roblox. You can do this by running the following command:
1
sudo apt-get install robux


  1. Launch Roblox. You can do this by running the following command:
1
robux


Alternatively, you can also download the Roblox installer from the official website and run it on your Ubuntu system. To do this, follow these steps:

  1. Go to the official Roblox website (https://www.roblox.com/).
  2. Click on the "Download" button in the top right corner of the page.
  3. Click on the "Download for Linux" button.
  4. Save the installer to your system and wait for the download to complete.
  5. Open a terminal window and navigate to the directory where you saved the installer.
  6. Make the installer executable by running the following command:
1
chmod +x RobloxInstaller.bin


  1. Run the installer by running the following command:
1
./RobloxInstaller.bin


This will install Roblox on your Ubuntu system. You can then launch the game by running the robux command in a terminal window.


I hope this helps! Let me know if you have any questions.