How to install Boosteroid Linux portable client: 1. Download a BoosteroidInstall.sh script 2. Add execute permission to start the script (right mouse click->Properties->Permissions->Allow executing file as program) 3. Double click on script to install (new folder "BoosteroidGamesS.R.L." will be created after installation) 4. Double click on Boosteroid from the "BoosteroidGamesS.R.L." folder (after first start you can find Boosteroid icon in "All applications") Terminal way: For Redhat distro: $ sudo yum install -y tar wget libvdpau libva xcb-util-wm xcb-util-image libxcb xcb-util-keysyms xcb-util-renderutil pcre2 \ && wget 'https://boosteroid.com/linux/installer/boosteroid_portable.tar' \ && mkdir BoosteroidGamesS.R.L. \ && tar xf boosteroid_portable.tar -C BoosteroidGamesS.R.L./ For Debian distro: $ sudo apt install -y tar wget libva2 libva-drm2 libva-x11-2 libvdpau1 libxcb-xinerama0 libxcb-xinput0 traceroute libpcre2-dev \ && wget 'https://boosteroid.com/linux/installer/boosteroid_portable.tar' \ && mkdir BoosteroidGamesS.R.L. \ && tar xf boosteroid_portable.tar -C BoosteroidGamesS.R.L./ FAQ: 1. Script doesn't start after double click. - You also can start script from terminal, just type: $ ./BoosteroidInstall.sh 2. Boosteroid doesn't start after installing. - You also can start Boosteroid from terminal, just type from the "BoosteroidGamesS.R.L." folder: $ ./Boosteroid