0

I just installed firefox but it display the following error :

XPCOMGlueLoad error for file /usr/lib/firefox/libmozgtk.so:

libwayland-efl.so.1: cannot open shared object file : no such file or directory

Couldn't load XPCOM

Is there a way for me to find a package able to fix libwayland-efl.so.1 ? pkgfile doesn't return anything.

ChiseledAbs
  • 2,243

1 Answers1

8

Yes,

pacman has a separate file database for that purpose.

run:

pacman -Fyy 

to update the file database and use:

pacman -F libmozgtk.so

to search for the package your are looking for

From the manual page of pacman:

man pacman

-F, --files Query the files database. This operation allows you to look for packages owning certain files or display files owned by certain packages. Only packages that are part of your sync databases are searched. See File Options below.

UPDATED answer to remove s from -Fs as it is not needed

ebal
  • 465
  • 2
  • 6