- Do not use the sudo command to install Rise Player. The installation will fail.
- Download the proper version of Rise Player for your Operating System, either 32-bit or 64-bit.
How to tell if you should download the 32-bit or 64-bit version? - Open Terminal and navigate to the directory the Installer was saved to. You can use the keyboard combination Ctrl + Alt + T to do this.
Install on a 32-bit OS.
- Enable Installer to run as an executable with the following command:
- chmod +x installer-lnx-32.sh
- Run the Installer with the following command:
- ./installer-lnx-32.sh
Install on a 64-bit OS.
- Enable Installer to run as an executable with the following command:
- chmod +x installer-lnx-64.sh
- Run the Installer with the following command:
- ./installer-lnx-64.sh
- ./installer-lnx-64.sh
|
How to tell if you should download the 32-bit or 64-bit version.
- Open Terminal. You can use the keyboard combination Ctrl + Alt + T to do this.
- Type uname -i in Terminal.
- If you see x86_64 or ia64 then you should download the 64-bit version of Rise Player
- If you see i386 or i486 or i586 or i686 then your Operating System is 32-bit.