Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)

I want to install chromedriver in one of the AWS EC2 instances which is Linux(Red Hat Enterprise Linux Server release 6.7 Santiago - 64 bit). While installing the chromedriver, we ran into an issue due to missing packages. I could find the package here but this intern requires many other packages. Using any other AMI is not an option.

Error is -

error while loading shared libraries libgconf-2.so.4 cannot open shared object file

1 Answer

0 votes
by (44.4k points)

As in Debian systems, you would rather use apt or apt-get than yum.

Use this:

$sudo apt install libgconf2-4

Related questions

0 votes
1 answer

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer
asked Sep 20, 2019 in AWS by yuvraj (19.1k points)

Browse Categories

...