Skip to content

Instantly share code, notes, and snippets.

@dmdotin
Last active December 18, 2018 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmdotin/596eaf145c50238dbfb01c30324dad05 to your computer and use it in GitHub Desktop.
Save dmdotin/596eaf145c50238dbfb01c30324dad05 to your computer and use it in GitHub Desktop.
Install Rambox in Ubuntu
Updated Dec 18 , 2018 / Version 0.6.3
32 bit
sudo apt install gdebi
Visit https://github.com/saenzramiro/rambox/releases & get Latest Release
wget https://github.com/ramboxapp/community-edition/releases/download/0.6.3/Rambox-0.6.3-linux-i386.deb
sudo gdebi Rambox-0.6.3-linux-i386.deb
64 bit
sudo apt install gdebi
Visit https://github.com/saenzramiro/rambox/releases & get Latest Release
wget https://github.com/ramboxapp/community-edition/releases/download/0.6.3/Rambox-0.6.3-linux-amd64.deb
sudo gdebi Rambox-0.6.3-linux-amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment