1

I need to run a .sh file. But, when I run it, it gives me an error

sh: 1: gnome-open: not found

Then, I realize I need to have gnome-open, but it is not installed in Ubuntu 20.04. How can I install it? As I research, I found out that it is related with libgnome2 but I do not know how to install it. There is a related question here libgnome-2.0 missing from 20.04. Thank you.

efe373
  • 151

1 Answers1

2

You can create local wrapper:

sudo ln -s /usr/bin/xdg-open /usr/local/bin/gnome-open
N0rbert
  • 99,918