You are not logged in.
Pages: 1
Hi everyone,
I tried tazpkg convert for google chrome .deb & the error said-
amd64 (i386 expected)
I wanted to use chrome to dictate notes in google docs, which unfortunately only chrome browser seems capable of.
I tried it on slitaz 64, so is tazpkg convert for 64 bit packages not supported currently?
Thanks.
Offline
.rpm converts but .deb won't which is weird
And it installs fine, but won't launch
Failed to execute child process "/usr/bin/google-chrome-stable" (No such file or directory)
Any idea what's going on?
I am a noob so forgive me.
Offline
Hi Rahul,
I have currently no 64bit with UI, but after converting the rpm
I can see the binary is here:
/opt/google/chrome/chrome --help
Can you try if this works for you?
Erkan YILMAZ
http://people.slitaz.org/~eyilmaz/blog/index.html
Offline
Hello Erkan,
Thank you for your help.
unfortunately I hit a dead end at /opt/google/chrome & I don't seen chrome --help
not in the converted package or installed system files
I am new to Linux. Am I missing something?
I appreciate your help & thanks for bearing with me.
Offline
Hi rahul,
see the pic how it is for me
Erkan YILMAZ
http://people.slitaz.org/~eyilmaz/blog/index.html
Offline
https://i.imgur.com/HHp0eg2.jpg
Offline
Hi Erkan,
If you see the file, but executing it returns the error "not found", examine the file: probably it is script, but Linux can't find interpreter to run this script, described in the first line.
/opt/google/chrome/google-chrome is a BASH script, and it required BASH installed. Two options possible:
1. Install BASH
2. Change "#!/bin/bash" into "#!/bin/sh" in the first line, as well as change all the BASHisms to be executed with the plain Busybox's /bin/sh interpreter.
I think, installing BASH is simpler than re-writing the script after each Google Chrome update.
Offline
Pages: 1
[ Generated in 0.022 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]