Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Install on Linux

Vulich Fernando edited this page Feb 5, 2021 · 7 revisions

SNAP package steps (option 1):

  1. Install snap via Snapstore or install on command line via sudo snap install rambox
  2. Optionally allow access to Camera and Microphone in the Snap Store Permissions dialogue or use command line snap connect rambox:camera and snap connect rambox:audio-record

SNAP package steps (option 2):

  1. Go to www.rambox.pro and download the snap file for Linux.
  2. Then open a Terminal in the folder that is the downloaded file.
  3. Type: snap install --dangerous Rambox-0.7.3-linux-amd64.snap (replace Rambox-0.7.3-linux-amd64.snap with the name of the downloaded file).
  4. Optionally allow access to Camera and Microphone in the Snap Store Permissions dialogue or use command line snap connect rambox:camera and snap connect rambox:audio-record

Debian package steps (including Ubuntu, Linux Mint)

  1. Go to the releases page and download the latest .deb file (amd64 for 64-bit systems; i386 for 32-bit systems).
  2. Open the file with your system's Package Manager or Software Manager.
  3. Follow your system's prompts to install.

Zip package steps:

  1. Go to https://github.com/ramboxapp/community-edition/releases and download zip file for Linux.
  2. Unzip downloaded file. Be sure to extract all the files inside a new folder called Rambox for example.
  3. In a Terminal, type: chmod +x Rambox.
  4. Then, we have to install a library (probably missing) to allow tray icon. So type sudo apt-get install libappindicator1.
  5. Last, in the same Terminal type: ./Rambox.
Clone this wiki locally