0

I have canberra-gtk-module 64 and 32 bit versions installed, but the app I'm running can't find it.

I find the 64 bit version here:

/usr/lib/x86_64-linux-gnu/gtk-3.0/modules/libcanberra-gtk3-module.so

but there is no corresponding 32 bit folder.

  • 6
    On which version of Ubuntu you are on? How did you install that GTK module? Which app isn't finding it? What error message are you getting? Please [edit] to include these details. – Error404 Jan 07 '22 at 03:00
  • 1
    See this one: https://askubuntu.com/a/349672/558158 Not sure if this still works: 32 bit support was dropped to some extent – vanadium Jan 07 '22 at 07:22

1 Answers1

2

The libcanberra-gtk3-module.so library for 32-bit will be installed to
/usr/lib/i386-linux-gnu/gtk-3.0/modules/libcanberra-gtk3-module.so
by
sudo apt-get install libcanberra-gtk3-module:i386

See packages.ubuntu.com for details.

N0rbert
  • 99,918