This repository has been archived by the owner on Apr 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 793
Install on Linux
Vulich Fernando edited this page Feb 5, 2021
·
7 revisions
SNAP package steps (option 1):
- Install snap via Snapstore or install on command line via
sudo snap install rambox
- Optionally allow access to Camera and Microphone in the Snap Store Permissions dialogue or use command line
snap connect rambox:camera
andsnap connect rambox:audio-record
SNAP package steps (option 2):
- Go to www.rambox.pro and download the snap file for Linux.
- Then open a Terminal in the folder that is the downloaded file.
- 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). - Optionally allow access to Camera and Microphone in the Snap Store Permissions dialogue or use command line
snap connect rambox:camera
andsnap connect rambox:audio-record
Debian package steps (including Ubuntu, Linux Mint)
- Go to the releases page and download the latest
.deb
file (amd64
for 64-bit systems;i386
for 32-bit systems). - Open the file with your system's Package Manager or Software Manager.
- Follow your system's prompts to install.
Zip package steps:
- Go to https://github.com/ramboxapp/community-edition/releases and download zip file for Linux.
- Unzip downloaded file. Be sure to extract all the files inside a new folder called Rambox for example.
- In a Terminal, type:
chmod +x Rambox
. - Then, we have to install a library (probably missing) to allow tray icon. So type
sudo apt-get install libappindicator1
. - Last, in the same Terminal type:
./Rambox
.
Please support us with a DONATION to keep Rambox alive.