Where is samba-dbg for Ubuntu 18.04?
I have a lot of samba panic
lately. According to the mails I receive, I should install the package samba-dbg
to file a bug in launchpad.
So, I try to install it but apt does not find it:
sudo apt-get install samba-dbg
...
E: Unable to find the package samba-db
According to this list, samba-dbg
does not exist for Ubnutu 18.04. Could someone confirm or indicate what to do in such a case?
apt 18.04 samba
add a comment |
I have a lot of samba panic
lately. According to the mails I receive, I should install the package samba-dbg
to file a bug in launchpad.
So, I try to install it but apt does not find it:
sudo apt-get install samba-dbg
...
E: Unable to find the package samba-db
According to this list, samba-dbg
does not exist for Ubnutu 18.04. Could someone confirm or indicate what to do in such a case?
apt 18.04 samba
Trysudo apt-get install samba-dbgsym
.
– Lewis Smith
Jan 7 at 10:43
@LewisSmith: same result.
– Marc Vanhoomissen
Jan 7 at 12:54
add a comment |
I have a lot of samba panic
lately. According to the mails I receive, I should install the package samba-dbg
to file a bug in launchpad.
So, I try to install it but apt does not find it:
sudo apt-get install samba-dbg
...
E: Unable to find the package samba-db
According to this list, samba-dbg
does not exist for Ubnutu 18.04. Could someone confirm or indicate what to do in such a case?
apt 18.04 samba
I have a lot of samba panic
lately. According to the mails I receive, I should install the package samba-dbg
to file a bug in launchpad.
So, I try to install it but apt does not find it:
sudo apt-get install samba-dbg
...
E: Unable to find the package samba-db
According to this list, samba-dbg
does not exist for Ubnutu 18.04. Could someone confirm or indicate what to do in such a case?
apt 18.04 samba
apt 18.04 samba
asked Jan 7 at 10:19
Marc VanhoomissenMarc Vanhoomissen
89411119
89411119
Trysudo apt-get install samba-dbgsym
.
– Lewis Smith
Jan 7 at 10:43
@LewisSmith: same result.
– Marc Vanhoomissen
Jan 7 at 12:54
add a comment |
Trysudo apt-get install samba-dbgsym
.
– Lewis Smith
Jan 7 at 10:43
@LewisSmith: same result.
– Marc Vanhoomissen
Jan 7 at 12:54
Try
sudo apt-get install samba-dbgsym
.– Lewis Smith
Jan 7 at 10:43
Try
sudo apt-get install samba-dbgsym
.– Lewis Smith
Jan 7 at 10:43
@LewisSmith: same result.
– Marc Vanhoomissen
Jan 7 at 12:54
@LewisSmith: same result.
– Marc Vanhoomissen
Jan 7 at 12:54
add a comment |
1 Answer
1
active
oldest
votes
https://wiki.ubuntu.com/Debug%20Symbol%20Packages#Getting_-dbgsym.ddeb_packages has the information you need.
Thank you it helps forward. However, now ,I get:sudo apt-get install samba-dbgsym ...Some packages could not be installed. ... The following information may help to resolve the situation: The following packages have unmet dependencies: samba-dbgsym : Depends: samba (= 2:4.7.6+dfsg~ubuntu-0ubuntu2.6) but 2:4.7.6+dfsg~ubuntu-0ubuntu2.5 is to be installed E: Unable to correct problems, you have held broken packages.
– Marc Vanhoomissen
Jan 9 at 13:12
it's because that wiki page instructed to add the proposed pocket, I'm not sure why. Edit the file you created and remove the line that mentions proposed and retry.
– Andreas Hasenack
Jan 9 at 18:06
It works. Thank you very much.
– Marc Vanhoomissen
Jan 10 at 11:39
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2faskubuntu.com%2fquestions%2f1107678%2fwhere-is-samba-dbg-for-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
https://wiki.ubuntu.com/Debug%20Symbol%20Packages#Getting_-dbgsym.ddeb_packages has the information you need.
Thank you it helps forward. However, now ,I get:sudo apt-get install samba-dbgsym ...Some packages could not be installed. ... The following information may help to resolve the situation: The following packages have unmet dependencies: samba-dbgsym : Depends: samba (= 2:4.7.6+dfsg~ubuntu-0ubuntu2.6) but 2:4.7.6+dfsg~ubuntu-0ubuntu2.5 is to be installed E: Unable to correct problems, you have held broken packages.
– Marc Vanhoomissen
Jan 9 at 13:12
it's because that wiki page instructed to add the proposed pocket, I'm not sure why. Edit the file you created and remove the line that mentions proposed and retry.
– Andreas Hasenack
Jan 9 at 18:06
It works. Thank you very much.
– Marc Vanhoomissen
Jan 10 at 11:39
add a comment |
https://wiki.ubuntu.com/Debug%20Symbol%20Packages#Getting_-dbgsym.ddeb_packages has the information you need.
Thank you it helps forward. However, now ,I get:sudo apt-get install samba-dbgsym ...Some packages could not be installed. ... The following information may help to resolve the situation: The following packages have unmet dependencies: samba-dbgsym : Depends: samba (= 2:4.7.6+dfsg~ubuntu-0ubuntu2.6) but 2:4.7.6+dfsg~ubuntu-0ubuntu2.5 is to be installed E: Unable to correct problems, you have held broken packages.
– Marc Vanhoomissen
Jan 9 at 13:12
it's because that wiki page instructed to add the proposed pocket, I'm not sure why. Edit the file you created and remove the line that mentions proposed and retry.
– Andreas Hasenack
Jan 9 at 18:06
It works. Thank you very much.
– Marc Vanhoomissen
Jan 10 at 11:39
add a comment |
https://wiki.ubuntu.com/Debug%20Symbol%20Packages#Getting_-dbgsym.ddeb_packages has the information you need.
https://wiki.ubuntu.com/Debug%20Symbol%20Packages#Getting_-dbgsym.ddeb_packages has the information you need.
answered Jan 8 at 18:10
Andreas HasenackAndreas Hasenack
2,97111216
2,97111216
Thank you it helps forward. However, now ,I get:sudo apt-get install samba-dbgsym ...Some packages could not be installed. ... The following information may help to resolve the situation: The following packages have unmet dependencies: samba-dbgsym : Depends: samba (= 2:4.7.6+dfsg~ubuntu-0ubuntu2.6) but 2:4.7.6+dfsg~ubuntu-0ubuntu2.5 is to be installed E: Unable to correct problems, you have held broken packages.
– Marc Vanhoomissen
Jan 9 at 13:12
it's because that wiki page instructed to add the proposed pocket, I'm not sure why. Edit the file you created and remove the line that mentions proposed and retry.
– Andreas Hasenack
Jan 9 at 18:06
It works. Thank you very much.
– Marc Vanhoomissen
Jan 10 at 11:39
add a comment |
Thank you it helps forward. However, now ,I get:sudo apt-get install samba-dbgsym ...Some packages could not be installed. ... The following information may help to resolve the situation: The following packages have unmet dependencies: samba-dbgsym : Depends: samba (= 2:4.7.6+dfsg~ubuntu-0ubuntu2.6) but 2:4.7.6+dfsg~ubuntu-0ubuntu2.5 is to be installed E: Unable to correct problems, you have held broken packages.
– Marc Vanhoomissen
Jan 9 at 13:12
it's because that wiki page instructed to add the proposed pocket, I'm not sure why. Edit the file you created and remove the line that mentions proposed and retry.
– Andreas Hasenack
Jan 9 at 18:06
It works. Thank you very much.
– Marc Vanhoomissen
Jan 10 at 11:39
Thank you it helps forward. However, now ,I get:
sudo apt-get install samba-dbgsym ...Some packages could not be installed. ... The following information may help to resolve the situation: The following packages have unmet dependencies: samba-dbgsym : Depends: samba (= 2:4.7.6+dfsg~ubuntu-0ubuntu2.6) but 2:4.7.6+dfsg~ubuntu-0ubuntu2.5 is to be installed E: Unable to correct problems, you have held broken packages.
– Marc Vanhoomissen
Jan 9 at 13:12
Thank you it helps forward. However, now ,I get:
sudo apt-get install samba-dbgsym ...Some packages could not be installed. ... The following information may help to resolve the situation: The following packages have unmet dependencies: samba-dbgsym : Depends: samba (= 2:4.7.6+dfsg~ubuntu-0ubuntu2.6) but 2:4.7.6+dfsg~ubuntu-0ubuntu2.5 is to be installed E: Unable to correct problems, you have held broken packages.
– Marc Vanhoomissen
Jan 9 at 13:12
it's because that wiki page instructed to add the proposed pocket, I'm not sure why. Edit the file you created and remove the line that mentions proposed and retry.
– Andreas Hasenack
Jan 9 at 18:06
it's because that wiki page instructed to add the proposed pocket, I'm not sure why. Edit the file you created and remove the line that mentions proposed and retry.
– Andreas Hasenack
Jan 9 at 18:06
It works. Thank you very much.
– Marc Vanhoomissen
Jan 10 at 11:39
It works. Thank you very much.
– Marc Vanhoomissen
Jan 10 at 11:39
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1107678%2fwhere-is-samba-dbg-for-ubuntu-18-04%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
Try
sudo apt-get install samba-dbgsym
.– Lewis Smith
Jan 7 at 10:43
@LewisSmith: same result.
– Marc Vanhoomissen
Jan 7 at 12:54