11-19-2016, 12:57 PM 
		
	
	
		Here is how I managed to install Chromium 52. YMMV.  I can give no support beyond what is here, because I don't know enough to do it.
First, I downloaded the deb package for Chromium 52 for arm64 here.
Next, I ran the following commands from my home directory:
That creates a Chromium icon up at the top of the screen next to the menu. Finally, I right click on that, choose Properties and change the command to:
/usr/bin/chromium %U --disable-seccomp-filter-sandbox --disk-cache-size=200
If I keep the --disable-seccomp-filter-sandbox in the command, I get an error at the top of the browser when I start Chromium, "You are using an unsupported command-line flag: --disable-seccomp-filter-sandbox. Stability and security will suffer." But if remove it, it won't actually access the web, so I have to leave it in there.
All this for usable YouTube videos...
Rick
	
	
	
	
First, I downloaded the deb package for Chromium 52 for arm64 here.
Next, I ran the following commands from my home directory:
- sudo apt-get update
 - sudo apt-get upgrade
 - sudo apt-get install gdebi
 - cd /home/debian/Downloads
 - sudo gdebi chromium_52.0.2743.116~deb8u1.1_arm64.deb
 
That creates a Chromium icon up at the top of the screen next to the menu. Finally, I right click on that, choose Properties and change the command to:
/usr/bin/chromium %U --disable-seccomp-filter-sandbox --disk-cache-size=200
If I keep the --disable-seccomp-filter-sandbox in the command, I get an error at the top of the browser when I start Chromium, "You are using an unsupported command-line flag: --disable-seccomp-filter-sandbox. Stability and security will suffer." But if remove it, it won't actually access the web, so I have to leave it in there.
All this for usable YouTube videos...
Rick

