Error message in Debian Stretch: Failed to load module “canberra-gtk-module”
I'm using Pycharm IDE on the Linux Debian 9 stretch OS and getting the following error when I try to install the python Debugger extension (Cython).
The error I get is the following one:
Gtk-Message: Failed to load module "canberra-gtk-module"
I think this is due to the fact that the OS didn't have the module/package suggested by the error message.
So I ran on the terminal:
sudo apt-get install libcanberra-gtk3-module
and, alternatively, I ran:
sudo apt-get install libcanberra-gtk-module:i386
in the hope that the 32-bit version worked better than the 64-bit one (I run a 64-bit version).
Woefully, in the first case, I got that this package is already installed, while in the second one the terminal response stated that is not possible to find such package.
Moreover, the error comes out only when I run PyCharm from the terminal, not in other cases; by running:
sudo apt-get update && sudo apt-get upgrade
everything goes right and there are no error message in the terminal.
What is the package I need installing?
debian python3 gtk3
add a comment |
I'm using Pycharm IDE on the Linux Debian 9 stretch OS and getting the following error when I try to install the python Debugger extension (Cython).
The error I get is the following one:
Gtk-Message: Failed to load module "canberra-gtk-module"
I think this is due to the fact that the OS didn't have the module/package suggested by the error message.
So I ran on the terminal:
sudo apt-get install libcanberra-gtk3-module
and, alternatively, I ran:
sudo apt-get install libcanberra-gtk-module:i386
in the hope that the 32-bit version worked better than the 64-bit one (I run a 64-bit version).
Woefully, in the first case, I got that this package is already installed, while in the second one the terminal response stated that is not possible to find such package.
Moreover, the error comes out only when I run PyCharm from the terminal, not in other cases; by running:
sudo apt-get update && sudo apt-get upgrade
everything goes right and there are no error message in the terminal.
What is the package I need installing?
debian python3 gtk3
Please don’t use links as crutches, and don’t say “I tried _____” and then link to a question with four answers. Say what you tried and what happened.
– G-Man
Feb 20 '18 at 23:40
Hi @G-Man! Thanks for commenting. I'm sorry for asking the question wrong; I edited the question in the hope to explain better my problem. Let me know whether you have other advices.
– Quant.Pi
Feb 21 '18 at 8:31
add a comment |
I'm using Pycharm IDE on the Linux Debian 9 stretch OS and getting the following error when I try to install the python Debugger extension (Cython).
The error I get is the following one:
Gtk-Message: Failed to load module "canberra-gtk-module"
I think this is due to the fact that the OS didn't have the module/package suggested by the error message.
So I ran on the terminal:
sudo apt-get install libcanberra-gtk3-module
and, alternatively, I ran:
sudo apt-get install libcanberra-gtk-module:i386
in the hope that the 32-bit version worked better than the 64-bit one (I run a 64-bit version).
Woefully, in the first case, I got that this package is already installed, while in the second one the terminal response stated that is not possible to find such package.
Moreover, the error comes out only when I run PyCharm from the terminal, not in other cases; by running:
sudo apt-get update && sudo apt-get upgrade
everything goes right and there are no error message in the terminal.
What is the package I need installing?
debian python3 gtk3
I'm using Pycharm IDE on the Linux Debian 9 stretch OS and getting the following error when I try to install the python Debugger extension (Cython).
The error I get is the following one:
Gtk-Message: Failed to load module "canberra-gtk-module"
I think this is due to the fact that the OS didn't have the module/package suggested by the error message.
So I ran on the terminal:
sudo apt-get install libcanberra-gtk3-module
and, alternatively, I ran:
sudo apt-get install libcanberra-gtk-module:i386
in the hope that the 32-bit version worked better than the 64-bit one (I run a 64-bit version).
Woefully, in the first case, I got that this package is already installed, while in the second one the terminal response stated that is not possible to find such package.
Moreover, the error comes out only when I run PyCharm from the terminal, not in other cases; by running:
sudo apt-get update && sudo apt-get upgrade
everything goes right and there are no error message in the terminal.
What is the package I need installing?
debian python3 gtk3
debian python3 gtk3
edited 1 hour ago
Rui F Ribeiro
41.5k1483140
41.5k1483140
asked Feb 20 '18 at 23:31
Quant.PiQuant.Pi
2117
2117
Please don’t use links as crutches, and don’t say “I tried _____” and then link to a question with four answers. Say what you tried and what happened.
– G-Man
Feb 20 '18 at 23:40
Hi @G-Man! Thanks for commenting. I'm sorry for asking the question wrong; I edited the question in the hope to explain better my problem. Let me know whether you have other advices.
– Quant.Pi
Feb 21 '18 at 8:31
add a comment |
Please don’t use links as crutches, and don’t say “I tried _____” and then link to a question with four answers. Say what you tried and what happened.
– G-Man
Feb 20 '18 at 23:40
Hi @G-Man! Thanks for commenting. I'm sorry for asking the question wrong; I edited the question in the hope to explain better my problem. Let me know whether you have other advices.
– Quant.Pi
Feb 21 '18 at 8:31
Please don’t use links as crutches, and don’t say “I tried _____” and then link to a question with four answers. Say what you tried and what happened.
– G-Man
Feb 20 '18 at 23:40
Please don’t use links as crutches, and don’t say “I tried _____” and then link to a question with four answers. Say what you tried and what happened.
– G-Man
Feb 20 '18 at 23:40
Hi @G-Man! Thanks for commenting. I'm sorry for asking the question wrong; I edited the question in the hope to explain better my problem. Let me know whether you have other advices.
– Quant.Pi
Feb 21 '18 at 8:31
Hi @G-Man! Thanks for commenting. I'm sorry for asking the question wrong; I edited the question in the hope to explain better my problem. Let me know whether you have other advices.
– Quant.Pi
Feb 21 '18 at 8:31
add a comment |
3 Answers
3
active
oldest
votes
sudo apt-get update
sudo apt-get install libcanberra-gtk-module
add a comment |
The package you need to install is the development package. The exact name may be depended on the version of your repository. At present on Ubuntu 18.04 it is named: libcanberra-gtk-dev
You can use this command to list the names as well as which components you currently have installed (the command and output from my system):
$ apt search libcanberra-gtk | egrep ^libcanberra-gtk
libcanberra-gtk-common-dev/bionic,bionic,now 0.30-5ubuntu1 all [installed,automatic]
libcanberra-gtk-dev/bionic,now 0.30-5ubuntu1 amd64 [installed]
libcanberra-gtk-module/bionic,now 0.30-5ubuntu1 amd64 [installed,automatic]
libcanberra-gtk0/bionic,now 0.30-5ubuntu1 amd64 [installed,automatic]
libcanberra-gtk3-0/bionic,now 0.30-5ubuntu1 amd64 [installed,automatic]
libcanberra-gtk3-dev/bionic 0.30-5ubuntu1 amd64
libcanberra-gtk3-module/bionic,now 0.30-5ubuntu1 amd64 [installed,automatic]
Installing the dev library will normally automatically install the other depends.
On Ubuntu 18.04 ,libcanberra-gtk-module
is provided only bylibcanberra-gtk-module
orlibcanberra-gtk3-module
.
– GAD3R
May 9 '18 at 19:03
@GAD3R libcanberra-gtk-module is automatically installed in Ubuntu as part of the OS without any action from the user. When you installlibcanberra-gtk-dev
thelibcanberra-gtk-module
is, as you can see in my answer installed,automatic. There is a good chance, sincelibcanberra-gtk-module
is already installed by default when during the Ubuntu installation, there are components from hisIDE
programming environment that is dependant on some components of the development package. I don't believesudo apt-get install libcanberra-gtk-module
will make a difference.
– L. D. James
May 9 '18 at 19:23
add a comment |
sudo apt-get install libcanberra-gtk*
2
Could you please update your post to include more context to your answer? Simply format the command properly and state why you think this is the correct answer.
– kemotep
Apr 2 '18 at 22:30
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f425549%2ferror-message-in-debian-stretch-failed-to-load-module-canberra-gtk-module%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
sudo apt-get update
sudo apt-get install libcanberra-gtk-module
add a comment |
sudo apt-get update
sudo apt-get install libcanberra-gtk-module
add a comment |
sudo apt-get update
sudo apt-get install libcanberra-gtk-module
sudo apt-get update
sudo apt-get install libcanberra-gtk-module
answered May 9 '18 at 18:49
ShefirotShefirot
212
212
add a comment |
add a comment |
The package you need to install is the development package. The exact name may be depended on the version of your repository. At present on Ubuntu 18.04 it is named: libcanberra-gtk-dev
You can use this command to list the names as well as which components you currently have installed (the command and output from my system):
$ apt search libcanberra-gtk | egrep ^libcanberra-gtk
libcanberra-gtk-common-dev/bionic,bionic,now 0.30-5ubuntu1 all [installed,automatic]
libcanberra-gtk-dev/bionic,now 0.30-5ubuntu1 amd64 [installed]
libcanberra-gtk-module/bionic,now 0.30-5ubuntu1 amd64 [installed,automatic]
libcanberra-gtk0/bionic,now 0.30-5ubuntu1 amd64 [installed,automatic]
libcanberra-gtk3-0/bionic,now 0.30-5ubuntu1 amd64 [installed,automatic]
libcanberra-gtk3-dev/bionic 0.30-5ubuntu1 amd64
libcanberra-gtk3-module/bionic,now 0.30-5ubuntu1 amd64 [installed,automatic]
Installing the dev library will normally automatically install the other depends.
On Ubuntu 18.04 ,libcanberra-gtk-module
is provided only bylibcanberra-gtk-module
orlibcanberra-gtk3-module
.
– GAD3R
May 9 '18 at 19:03
@GAD3R libcanberra-gtk-module is automatically installed in Ubuntu as part of the OS without any action from the user. When you installlibcanberra-gtk-dev
thelibcanberra-gtk-module
is, as you can see in my answer installed,automatic. There is a good chance, sincelibcanberra-gtk-module
is already installed by default when during the Ubuntu installation, there are components from hisIDE
programming environment that is dependant on some components of the development package. I don't believesudo apt-get install libcanberra-gtk-module
will make a difference.
– L. D. James
May 9 '18 at 19:23
add a comment |
The package you need to install is the development package. The exact name may be depended on the version of your repository. At present on Ubuntu 18.04 it is named: libcanberra-gtk-dev
You can use this command to list the names as well as which components you currently have installed (the command and output from my system):
$ apt search libcanberra-gtk | egrep ^libcanberra-gtk
libcanberra-gtk-common-dev/bionic,bionic,now 0.30-5ubuntu1 all [installed,automatic]
libcanberra-gtk-dev/bionic,now 0.30-5ubuntu1 amd64 [installed]
libcanberra-gtk-module/bionic,now 0.30-5ubuntu1 amd64 [installed,automatic]
libcanberra-gtk0/bionic,now 0.30-5ubuntu1 amd64 [installed,automatic]
libcanberra-gtk3-0/bionic,now 0.30-5ubuntu1 amd64 [installed,automatic]
libcanberra-gtk3-dev/bionic 0.30-5ubuntu1 amd64
libcanberra-gtk3-module/bionic,now 0.30-5ubuntu1 amd64 [installed,automatic]
Installing the dev library will normally automatically install the other depends.
On Ubuntu 18.04 ,libcanberra-gtk-module
is provided only bylibcanberra-gtk-module
orlibcanberra-gtk3-module
.
– GAD3R
May 9 '18 at 19:03
@GAD3R libcanberra-gtk-module is automatically installed in Ubuntu as part of the OS without any action from the user. When you installlibcanberra-gtk-dev
thelibcanberra-gtk-module
is, as you can see in my answer installed,automatic. There is a good chance, sincelibcanberra-gtk-module
is already installed by default when during the Ubuntu installation, there are components from hisIDE
programming environment that is dependant on some components of the development package. I don't believesudo apt-get install libcanberra-gtk-module
will make a difference.
– L. D. James
May 9 '18 at 19:23
add a comment |
The package you need to install is the development package. The exact name may be depended on the version of your repository. At present on Ubuntu 18.04 it is named: libcanberra-gtk-dev
You can use this command to list the names as well as which components you currently have installed (the command and output from my system):
$ apt search libcanberra-gtk | egrep ^libcanberra-gtk
libcanberra-gtk-common-dev/bionic,bionic,now 0.30-5ubuntu1 all [installed,automatic]
libcanberra-gtk-dev/bionic,now 0.30-5ubuntu1 amd64 [installed]
libcanberra-gtk-module/bionic,now 0.30-5ubuntu1 amd64 [installed,automatic]
libcanberra-gtk0/bionic,now 0.30-5ubuntu1 amd64 [installed,automatic]
libcanberra-gtk3-0/bionic,now 0.30-5ubuntu1 amd64 [installed,automatic]
libcanberra-gtk3-dev/bionic 0.30-5ubuntu1 amd64
libcanberra-gtk3-module/bionic,now 0.30-5ubuntu1 amd64 [installed,automatic]
Installing the dev library will normally automatically install the other depends.
The package you need to install is the development package. The exact name may be depended on the version of your repository. At present on Ubuntu 18.04 it is named: libcanberra-gtk-dev
You can use this command to list the names as well as which components you currently have installed (the command and output from my system):
$ apt search libcanberra-gtk | egrep ^libcanberra-gtk
libcanberra-gtk-common-dev/bionic,bionic,now 0.30-5ubuntu1 all [installed,automatic]
libcanberra-gtk-dev/bionic,now 0.30-5ubuntu1 amd64 [installed]
libcanberra-gtk-module/bionic,now 0.30-5ubuntu1 amd64 [installed,automatic]
libcanberra-gtk0/bionic,now 0.30-5ubuntu1 amd64 [installed,automatic]
libcanberra-gtk3-0/bionic,now 0.30-5ubuntu1 amd64 [installed,automatic]
libcanberra-gtk3-dev/bionic 0.30-5ubuntu1 amd64
libcanberra-gtk3-module/bionic,now 0.30-5ubuntu1 amd64 [installed,automatic]
Installing the dev library will normally automatically install the other depends.
answered May 6 '18 at 22:35
L. D. JamesL. D. James
889514
889514
On Ubuntu 18.04 ,libcanberra-gtk-module
is provided only bylibcanberra-gtk-module
orlibcanberra-gtk3-module
.
– GAD3R
May 9 '18 at 19:03
@GAD3R libcanberra-gtk-module is automatically installed in Ubuntu as part of the OS without any action from the user. When you installlibcanberra-gtk-dev
thelibcanberra-gtk-module
is, as you can see in my answer installed,automatic. There is a good chance, sincelibcanberra-gtk-module
is already installed by default when during the Ubuntu installation, there are components from hisIDE
programming environment that is dependant on some components of the development package. I don't believesudo apt-get install libcanberra-gtk-module
will make a difference.
– L. D. James
May 9 '18 at 19:23
add a comment |
On Ubuntu 18.04 ,libcanberra-gtk-module
is provided only bylibcanberra-gtk-module
orlibcanberra-gtk3-module
.
– GAD3R
May 9 '18 at 19:03
@GAD3R libcanberra-gtk-module is automatically installed in Ubuntu as part of the OS without any action from the user. When you installlibcanberra-gtk-dev
thelibcanberra-gtk-module
is, as you can see in my answer installed,automatic. There is a good chance, sincelibcanberra-gtk-module
is already installed by default when during the Ubuntu installation, there are components from hisIDE
programming environment that is dependant on some components of the development package. I don't believesudo apt-get install libcanberra-gtk-module
will make a difference.
– L. D. James
May 9 '18 at 19:23
On Ubuntu 18.04 ,
libcanberra-gtk-module
is provided only by libcanberra-gtk-module
or libcanberra-gtk3-module
.– GAD3R
May 9 '18 at 19:03
On Ubuntu 18.04 ,
libcanberra-gtk-module
is provided only by libcanberra-gtk-module
or libcanberra-gtk3-module
.– GAD3R
May 9 '18 at 19:03
@GAD3R libcanberra-gtk-module is automatically installed in Ubuntu as part of the OS without any action from the user. When you install
libcanberra-gtk-dev
the libcanberra-gtk-module
is, as you can see in my answer installed,automatic. There is a good chance, since libcanberra-gtk-module
is already installed by default when during the Ubuntu installation, there are components from his IDE
programming environment that is dependant on some components of the development package. I don't believe sudo apt-get install libcanberra-gtk-module
will make a difference.– L. D. James
May 9 '18 at 19:23
@GAD3R libcanberra-gtk-module is automatically installed in Ubuntu as part of the OS without any action from the user. When you install
libcanberra-gtk-dev
the libcanberra-gtk-module
is, as you can see in my answer installed,automatic. There is a good chance, since libcanberra-gtk-module
is already installed by default when during the Ubuntu installation, there are components from his IDE
programming environment that is dependant on some components of the development package. I don't believe sudo apt-get install libcanberra-gtk-module
will make a difference.– L. D. James
May 9 '18 at 19:23
add a comment |
sudo apt-get install libcanberra-gtk*
2
Could you please update your post to include more context to your answer? Simply format the command properly and state why you think this is the correct answer.
– kemotep
Apr 2 '18 at 22:30
add a comment |
sudo apt-get install libcanberra-gtk*
2
Could you please update your post to include more context to your answer? Simply format the command properly and state why you think this is the correct answer.
– kemotep
Apr 2 '18 at 22:30
add a comment |
sudo apt-get install libcanberra-gtk*
sudo apt-get install libcanberra-gtk*
edited Apr 2 '18 at 23:38
Jeff Schaller
43.4k1160140
43.4k1160140
answered Apr 2 '18 at 22:18
Josephat FeruziJosephat Feruzi
1
1
2
Could you please update your post to include more context to your answer? Simply format the command properly and state why you think this is the correct answer.
– kemotep
Apr 2 '18 at 22:30
add a comment |
2
Could you please update your post to include more context to your answer? Simply format the command properly and state why you think this is the correct answer.
– kemotep
Apr 2 '18 at 22:30
2
2
Could you please update your post to include more context to your answer? Simply format the command properly and state why you think this is the correct answer.
– kemotep
Apr 2 '18 at 22:30
Could you please update your post to include more context to your answer? Simply format the command properly and state why you think this is the correct answer.
– kemotep
Apr 2 '18 at 22:30
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f425549%2ferror-message-in-debian-stretch-failed-to-load-module-canberra-gtk-module%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Please don’t use links as crutches, and don’t say “I tried _____” and then link to a question with four answers. Say what you tried and what happened.
– G-Man
Feb 20 '18 at 23:40
Hi @G-Man! Thanks for commenting. I'm sorry for asking the question wrong; I edited the question in the hope to explain better my problem. Let me know whether you have other advices.
– Quant.Pi
Feb 21 '18 at 8:31