No edit summary
No edit summary
Line 1: Line 1:
Install NodeJS/NPM
Install NodeJS/NPM
* [[Install NodeJS on Debian]]
* [[Install NodeJS on Debian]]
Force Orca to install
<pre>sudo npm install -g electron@1.8.4 --unsafe-perm=true --allow-root</pre>
Install some Dependencies
<pre>
sudo apt -y install libgconf2-4
sudo apt-get install libxss1
</pre>
Test running
<pre>orca</pre>

Revision as of 20:23, 24 March 2020

Install NodeJS/NPM

Force Orca to install

sudo npm install -g electron@1.8.4 --unsafe-perm=true --allow-root

Install some Dependencies

sudo apt -y install libgconf2-4
sudo apt-get install libxss1

Test running

orca