-3

I wanted to know how to install free rocket league for Ubuntu 18.04 with multiplayer and DLCs. I know the question isn't specifically about ubuntu but if you know a place please tell me. Bye!

PD: what is Wine?

abu_bua
  • 10,783
  • 1
    What do you mean by “free” rocket league? Afaik there’s no free trial. – Steve Jun 24 '18 at 16:59
  • 1
    It is not free. If you already own it in Steam, you can simply install it in the native Steam client, and start playing. If you want the game and all DLC, you'll have to pay for it. – dobey Sep 17 '18 at 11:52

2 Answers2

3

I've installed Rocket League in Ubuntu 18.04 and I runs like a charm - better than in Windows 10, actually. I can even use my xbox one S controller (with bluetooth)!

In order to install it just install steam first:

sudo add-apt-repository multiverse
sudo apt install steam

Make sure you open steam through the terminal (just type steam) the first time you do it. Otherwise, you might not see anything happening while it's loading and you'll think it's not started.

After this you may close steam and run it from the 'Activities' menu: Alt+F1 and type steam

Then you just need to install it through steam. (I assume you all know how to do that)

To install the controller you just need to to this in your command line:

sudo apt install sysfsutils
sudo nano /etc/sysfs.conf

and add this line to the end:

module/bluetooth/parameters/disable_ertm=1

Now, save and restart.

References:

abu_bua
  • 10,783
kovitch
  • 31
  • "Notice: At the request of the publisher, Rocket League® is unlisted on the Steam store and will not appear in search." :( – Sniper Jul 03 '21 at 08:08
0

Wine is a compatibility layer to allow windows programs to run on linux (with varying amounts of success). You won't be able to get RL working on linux without buying it on Steam and even then there could be some complications.