browsh-org/browsh

Installed via linuxbrew but unable to get browsh to run

Aperta

#254 aperta il 2 feb 2019

 (3 commenti) (0 reazioni) (0 assegnatari)JavaScript (455 fork)batch import
help wanted

Metriche repository

Star
 (15.996 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

I installed browsh via linuxbrew using the method mentioned in #65 (brew tap browsh-org/homebrew-browsh && brew install browsh). The installation reported success, but the command did not become available to execute. I checked in the linuxbrew/.linuxbrew/bin folder and the browsh executable is indeed linked there, but for some reason it is not working. When I tried to execute it directly, fish shell gave this error: fish: The file './browsh' is not executable by this user. I also tried executing in bash and got this error: bash: ./browsh: Permission denied.

I then looked at the file in the Cellar, and found that it was set to read-only permissions. I used chmod to make the file executable and got this error when I tried to run it:

Failed to execute process './browsh'. Reason:
exec: Exec format error
The file './browsh' is marked as an executable but could not be run by the operating system.

OS: Linux Mint 19.1 (kernel 4.18.0-14)

Guida contributor