V8-devel Installation not possible

Hey,
when trying to install v8-devel with sudo dnf install v8-develI get the following errors.

file /usr/lib64/libv8.so.10 conflicts between attempted installs of nodejs20-libs-1:19.7.0-13.fc37.x86_64 and nodejs-libs-1:18.7.0-1.fc37.x86_64
file usr/lib64/libv8_libbase.so.10 conflicts between attempted installs of nodejs20-libs-1:19.7.0-13.fc37.x86_64 and nodejs-libs-1:18.7.0-1.fc37.x86_64
file usr/lib64/libv8_libbase.so.10 conflicts between attempted installs of nodejs20-libs-1:19.7.0-13.fc37.x86_64 and nodejs-libs-1:18.7.0-1.fc37.x86_64

Does anyone know how I could install v8-devel as I need it as a dependency for some R-Scripts?
Thanks in advance!
Best
itspius

Just confirming the issue on F37 (with modular disabled).

No time to look into it currently, but can you post the output of:

$ dnf repolist
$ dnf module list --enabled

Also there were changes to nodejs packaging in recent (~3-6?) months that may be related.

I believe there have been a few posts with issues related to nodejs causing conflicts. If you search for that term you may find the solution already listed here.

1 Like