I just installed both Ubuntu (22.04) and OpenVPN. But when I try to launch OpenVPN, I get what looks like a recurring Ubuntu issue : Failed to load module "canberra-gtk-module". I've looked a lot of posts here and their answers but nothing has done the trick for me :
- Failed to load module "canberra-gtk-module" and its solutions :
sudo apt-get install libcanberra-gtk-module
andsudo apt-get install libcanberra-gtk-module:i386
- Failed to load module “canberra-gtk-module” .... but already installed and its solutions :
sudo apt install libcanberra-gtk-module libcanberra-gtk3-module
andudo apt-get install libcanberra-gtk-module
or evensudo apt-get install libcanberra-gtk-module:i386
- Failed to load module 'canberra-gtk-module' proxychains and its solutions
sudo snap remove --purge firefox
andsudo apt install firefox
- Failed to load module "canberra-gtk-module" in Ubuntu 18,04
The only things that I didn't dare to try for now are sudo apt-get install libcanberra-gtk*
and sudo apt-get install --reinstall libcanberra-gtk-module
given the warnings.
I'd be glad if anyone can help me.