How to install v8 and d8 on Fedora?

I’m not able to find any information how to use d8 (v8 shell) on Fedora. (V8 is a JavaScript runtime written by Google that powers Chromium and NodeJS).

I’ve found an article about v8 in R, and it said to install v8-devel, but it don’t have any executables, only headers and share libraries. I’ve tried to install v8 but got message that nodejs-libs is already installed, but I don’t see any executable. I’ve tried to install d8 but got error that it was not found.

So how I can, I install v8 debugger shell? Do I need to compile from source?

1 Like
sudo dnf install v8-314
d8-314
1 Like