07-15-2016, 12:13 PM
(This post was last modified: 07-15-2016, 12:14 PM by Monochrome.)
(07-15-2016, 12:10 PM)cantcode Wrote:(07-08-2016, 07:56 AM)Prophesi Wrote: Edit #2:
Successfully installed! Here are the steps:
1. Download chromium_51.0.2704.63-2.2linarojessie1_arm64.deb from this page. (It's near the bottom of the list)
2. Open your terminal and cd into wherever it downloaded ( most likely `cd ~/Downloads` )
3. Run `sudo gdebi chro*` to install chromium along with its dependencies
4. Now you can run it whenever with `chromium --disable-seccomp-filter-sandbox`
Optional: Make a shortcut alias command for `chromium --disable-seccomp-filter-sandbox`
1. Run `alias chrome='chromium --disable-seccomp-filter-sandbox'`
2. Now you can just run `chrome &` to boot up chrome in a background process with the required flag
Hi there! Would anyone have any idea why, when I change directory to Downloads, then run "sudo gdebi chro*" I get this error: sudo: gdebi: command not found
Thank you
Because you don't have "gdebi" installed.
sudo apt-get install gdebi