dpkg: error processing package samba-libs:amd64 (--configure)
I have Ubuntu 16.04. I installed many packages from default repositories by apt-get
but I have been getting this dpkg
error since yesterday night. I am new to Linux so I don't know much.
I am getting this on sudo apt install <package_name>
:
$ sudo apt install python-gnuplot
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libblas-common libblas3 libgfortran3 liblapack3 python-numpy
Suggested packages:
gfortran python-dev python-nose python-numpy-dbg python-numpy-doc
The following NEW packages will be installed:
libblas-common libblas3 libgfortran3 liblapack3 python-gnuplot python-numpy
0 upgraded, 6 newly installed, 0 to remove and 237 not upgraded.
1 not fully installed or removed.
Need to get 4,192 kB/9,365 kB of archives.
After this operation, 18.3 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-common amd64 3.6.0-2ubuntu2 [5,342 B]
Get:2 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 libblas3 amd64 3.6.0-2ubuntu2 [147 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran3 amd64 5.3.1-14ubuntu2.1 [260 kB]
Get:4 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 liblapack3 amd64 3.6.0-2ubuntu2 [1,938 kB]
Get:5 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 python-numpy amd64 1:1.11.0-1ubuntu1 [1,763 kB]
Get:6 http://in.archive.ubuntu.com/ubuntu xenial/universe amd64 python-gnuplot all 1.8-6 [79.1 kB]
Fetched 4,192 kB in 20s(202kB/s)
Selecting previously unselected package libblas-common.
(Reading database ... 186488 files and directories currently installed.)
Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ...
Unpacking libblas-common (3.6.0-2ubuntu2) ...
Selecting previously unselected package libblas3.
Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ...
Unpacking libblas3 (3.6.0-2ubuntu2) ...
Selecting previously unselected package libgfortran3:amd64.
Preparing to unpack .../libgfortran3_5.3.1-14ubuntu2.1_amd64.deb ...
Unpacking libgfortran3:amd64 (5.3.1-14ubuntu2.1) ...
Selecting previously unselected package liblapack3.
Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ...
Unpacking liblapack3 (3.6.0-2ubuntu2) ...
Selecting previously unselected package python-numpy.
Preparing to unpack .../python-numpy_1%3a1.11.0-1ubuntu1_amd64.deb ...
Unpacking python-numpy (1:1.11.0-1ubuntu1) ...
Selecting previously unselected package python-gnuplot.
Preparing to unpack .../python-gnuplot_1.8-6_all.deb ...
Unpacking python-gnuplot (1.8-6) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for doc-base (0.10.7) ...
Processing 1 added doc-base file...
dpkg: error processing package samba-libs:amd64 (--configure):
package samba-libs:amd64 is not ready for configuration
cannot configure (current status 'half-installed')
Setting up libblas-common (3.6.0-2ubuntu2) ...
Setting up libblas3 (3.6.0-2ubuntu2) ...
update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode
Setting up libgfortran3:amd64 (5.3.1-14ubuntu2.1) ...
Setting up liblapack3 (3.6.0-2ubuntu2) ...
update-alternatives: using /usr/lib/lapack/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode
Setting up python-numpy (1:1.11.0-1ubuntu1) ...
Setting up python-gnuplot (1.8-6) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Errors were encountered while processing:
samba-libs:amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
apt package-management software-installation dpkg
add a comment |
I have Ubuntu 16.04. I installed many packages from default repositories by apt-get
but I have been getting this dpkg
error since yesterday night. I am new to Linux so I don't know much.
I am getting this on sudo apt install <package_name>
:
$ sudo apt install python-gnuplot
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libblas-common libblas3 libgfortran3 liblapack3 python-numpy
Suggested packages:
gfortran python-dev python-nose python-numpy-dbg python-numpy-doc
The following NEW packages will be installed:
libblas-common libblas3 libgfortran3 liblapack3 python-gnuplot python-numpy
0 upgraded, 6 newly installed, 0 to remove and 237 not upgraded.
1 not fully installed or removed.
Need to get 4,192 kB/9,365 kB of archives.
After this operation, 18.3 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-common amd64 3.6.0-2ubuntu2 [5,342 B]
Get:2 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 libblas3 amd64 3.6.0-2ubuntu2 [147 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran3 amd64 5.3.1-14ubuntu2.1 [260 kB]
Get:4 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 liblapack3 amd64 3.6.0-2ubuntu2 [1,938 kB]
Get:5 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 python-numpy amd64 1:1.11.0-1ubuntu1 [1,763 kB]
Get:6 http://in.archive.ubuntu.com/ubuntu xenial/universe amd64 python-gnuplot all 1.8-6 [79.1 kB]
Fetched 4,192 kB in 20s(202kB/s)
Selecting previously unselected package libblas-common.
(Reading database ... 186488 files and directories currently installed.)
Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ...
Unpacking libblas-common (3.6.0-2ubuntu2) ...
Selecting previously unselected package libblas3.
Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ...
Unpacking libblas3 (3.6.0-2ubuntu2) ...
Selecting previously unselected package libgfortran3:amd64.
Preparing to unpack .../libgfortran3_5.3.1-14ubuntu2.1_amd64.deb ...
Unpacking libgfortran3:amd64 (5.3.1-14ubuntu2.1) ...
Selecting previously unselected package liblapack3.
Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ...
Unpacking liblapack3 (3.6.0-2ubuntu2) ...
Selecting previously unselected package python-numpy.
Preparing to unpack .../python-numpy_1%3a1.11.0-1ubuntu1_amd64.deb ...
Unpacking python-numpy (1:1.11.0-1ubuntu1) ...
Selecting previously unselected package python-gnuplot.
Preparing to unpack .../python-gnuplot_1.8-6_all.deb ...
Unpacking python-gnuplot (1.8-6) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for doc-base (0.10.7) ...
Processing 1 added doc-base file...
dpkg: error processing package samba-libs:amd64 (--configure):
package samba-libs:amd64 is not ready for configuration
cannot configure (current status 'half-installed')
Setting up libblas-common (3.6.0-2ubuntu2) ...
Setting up libblas3 (3.6.0-2ubuntu2) ...
update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode
Setting up libgfortran3:amd64 (5.3.1-14ubuntu2.1) ...
Setting up liblapack3 (3.6.0-2ubuntu2) ...
update-alternatives: using /usr/lib/lapack/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode
Setting up python-numpy (1:1.11.0-1ubuntu1) ...
Setting up python-gnuplot (1.8-6) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Errors were encountered while processing:
samba-libs:amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
apt package-management software-installation dpkg
have you tried sudo apt-get install -f to finish the install ?
– Amias
Jul 4 '16 at 14:36
it also give same error bro
– Keshav Kira
Jul 4 '16 at 14:40
add a comment |
I have Ubuntu 16.04. I installed many packages from default repositories by apt-get
but I have been getting this dpkg
error since yesterday night. I am new to Linux so I don't know much.
I am getting this on sudo apt install <package_name>
:
$ sudo apt install python-gnuplot
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libblas-common libblas3 libgfortran3 liblapack3 python-numpy
Suggested packages:
gfortran python-dev python-nose python-numpy-dbg python-numpy-doc
The following NEW packages will be installed:
libblas-common libblas3 libgfortran3 liblapack3 python-gnuplot python-numpy
0 upgraded, 6 newly installed, 0 to remove and 237 not upgraded.
1 not fully installed or removed.
Need to get 4,192 kB/9,365 kB of archives.
After this operation, 18.3 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-common amd64 3.6.0-2ubuntu2 [5,342 B]
Get:2 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 libblas3 amd64 3.6.0-2ubuntu2 [147 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran3 amd64 5.3.1-14ubuntu2.1 [260 kB]
Get:4 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 liblapack3 amd64 3.6.0-2ubuntu2 [1,938 kB]
Get:5 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 python-numpy amd64 1:1.11.0-1ubuntu1 [1,763 kB]
Get:6 http://in.archive.ubuntu.com/ubuntu xenial/universe amd64 python-gnuplot all 1.8-6 [79.1 kB]
Fetched 4,192 kB in 20s(202kB/s)
Selecting previously unselected package libblas-common.
(Reading database ... 186488 files and directories currently installed.)
Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ...
Unpacking libblas-common (3.6.0-2ubuntu2) ...
Selecting previously unselected package libblas3.
Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ...
Unpacking libblas3 (3.6.0-2ubuntu2) ...
Selecting previously unselected package libgfortran3:amd64.
Preparing to unpack .../libgfortran3_5.3.1-14ubuntu2.1_amd64.deb ...
Unpacking libgfortran3:amd64 (5.3.1-14ubuntu2.1) ...
Selecting previously unselected package liblapack3.
Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ...
Unpacking liblapack3 (3.6.0-2ubuntu2) ...
Selecting previously unselected package python-numpy.
Preparing to unpack .../python-numpy_1%3a1.11.0-1ubuntu1_amd64.deb ...
Unpacking python-numpy (1:1.11.0-1ubuntu1) ...
Selecting previously unselected package python-gnuplot.
Preparing to unpack .../python-gnuplot_1.8-6_all.deb ...
Unpacking python-gnuplot (1.8-6) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for doc-base (0.10.7) ...
Processing 1 added doc-base file...
dpkg: error processing package samba-libs:amd64 (--configure):
package samba-libs:amd64 is not ready for configuration
cannot configure (current status 'half-installed')
Setting up libblas-common (3.6.0-2ubuntu2) ...
Setting up libblas3 (3.6.0-2ubuntu2) ...
update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode
Setting up libgfortran3:amd64 (5.3.1-14ubuntu2.1) ...
Setting up liblapack3 (3.6.0-2ubuntu2) ...
update-alternatives: using /usr/lib/lapack/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode
Setting up python-numpy (1:1.11.0-1ubuntu1) ...
Setting up python-gnuplot (1.8-6) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Errors were encountered while processing:
samba-libs:amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
apt package-management software-installation dpkg
I have Ubuntu 16.04. I installed many packages from default repositories by apt-get
but I have been getting this dpkg
error since yesterday night. I am new to Linux so I don't know much.
I am getting this on sudo apt install <package_name>
:
$ sudo apt install python-gnuplot
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libblas-common libblas3 libgfortran3 liblapack3 python-numpy
Suggested packages:
gfortran python-dev python-nose python-numpy-dbg python-numpy-doc
The following NEW packages will be installed:
libblas-common libblas3 libgfortran3 liblapack3 python-gnuplot python-numpy
0 upgraded, 6 newly installed, 0 to remove and 237 not upgraded.
1 not fully installed or removed.
Need to get 4,192 kB/9,365 kB of archives.
After this operation, 18.3 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-common amd64 3.6.0-2ubuntu2 [5,342 B]
Get:2 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 libblas3 amd64 3.6.0-2ubuntu2 [147 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran3 amd64 5.3.1-14ubuntu2.1 [260 kB]
Get:4 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 liblapack3 amd64 3.6.0-2ubuntu2 [1,938 kB]
Get:5 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 python-numpy amd64 1:1.11.0-1ubuntu1 [1,763 kB]
Get:6 http://in.archive.ubuntu.com/ubuntu xenial/universe amd64 python-gnuplot all 1.8-6 [79.1 kB]
Fetched 4,192 kB in 20s(202kB/s)
Selecting previously unselected package libblas-common.
(Reading database ... 186488 files and directories currently installed.)
Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ...
Unpacking libblas-common (3.6.0-2ubuntu2) ...
Selecting previously unselected package libblas3.
Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ...
Unpacking libblas3 (3.6.0-2ubuntu2) ...
Selecting previously unselected package libgfortran3:amd64.
Preparing to unpack .../libgfortran3_5.3.1-14ubuntu2.1_amd64.deb ...
Unpacking libgfortran3:amd64 (5.3.1-14ubuntu2.1) ...
Selecting previously unselected package liblapack3.
Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ...
Unpacking liblapack3 (3.6.0-2ubuntu2) ...
Selecting previously unselected package python-numpy.
Preparing to unpack .../python-numpy_1%3a1.11.0-1ubuntu1_amd64.deb ...
Unpacking python-numpy (1:1.11.0-1ubuntu1) ...
Selecting previously unselected package python-gnuplot.
Preparing to unpack .../python-gnuplot_1.8-6_all.deb ...
Unpacking python-gnuplot (1.8-6) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for doc-base (0.10.7) ...
Processing 1 added doc-base file...
dpkg: error processing package samba-libs:amd64 (--configure):
package samba-libs:amd64 is not ready for configuration
cannot configure (current status 'half-installed')
Setting up libblas-common (3.6.0-2ubuntu2) ...
Setting up libblas3 (3.6.0-2ubuntu2) ...
update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode
Setting up libgfortran3:amd64 (5.3.1-14ubuntu2.1) ...
Setting up liblapack3 (3.6.0-2ubuntu2) ...
update-alternatives: using /usr/lib/lapack/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode
Setting up python-numpy (1:1.11.0-1ubuntu1) ...
Setting up python-gnuplot (1.8-6) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Errors were encountered while processing:
samba-libs:amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
apt package-management software-installation dpkg
apt package-management software-installation dpkg
edited Jun 11 '17 at 6:59
Zanna
50.9k13137241
50.9k13137241
asked Jul 4 '16 at 14:33
Keshav KiraKeshav Kira
262
262
have you tried sudo apt-get install -f to finish the install ?
– Amias
Jul 4 '16 at 14:36
it also give same error bro
– Keshav Kira
Jul 4 '16 at 14:40
add a comment |
have you tried sudo apt-get install -f to finish the install ?
– Amias
Jul 4 '16 at 14:36
it also give same error bro
– Keshav Kira
Jul 4 '16 at 14:40
have you tried sudo apt-get install -f to finish the install ?
– Amias
Jul 4 '16 at 14:36
have you tried sudo apt-get install -f to finish the install ?
– Amias
Jul 4 '16 at 14:36
it also give same error bro
– Keshav Kira
Jul 4 '16 at 14:40
it also give same error bro
– Keshav Kira
Jul 4 '16 at 14:40
add a comment |
3 Answers
3
active
oldest
votes
This is a known bug and is being worked on. Add yourself to the affected users list on this page:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1581679
with all the recent security issues with SMB/CIFS protocols its worth considering carefully where you use this and ensuring you use an updated version of samba or something else entirely.
– Amias
Sep 8 '17 at 12:37
add a comment |
This worked for me:
sudo apt-get install --reinstall samba-libs:amd64
add a comment |
Try This:
sudo systemctl stop nmbd
sudo systemctl disable nmbd
Then run:
sudo apt-get install --reinstall samba-libs:amd64
apt should be good to go from there.
New contributor
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%2f794720%2fdpkg-error-processing-package-samba-libsamd64-configure%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
This is a known bug and is being worked on. Add yourself to the affected users list on this page:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1581679
with all the recent security issues with SMB/CIFS protocols its worth considering carefully where you use this and ensuring you use an updated version of samba or something else entirely.
– Amias
Sep 8 '17 at 12:37
add a comment |
This is a known bug and is being worked on. Add yourself to the affected users list on this page:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1581679
with all the recent security issues with SMB/CIFS protocols its worth considering carefully where you use this and ensuring you use an updated version of samba or something else entirely.
– Amias
Sep 8 '17 at 12:37
add a comment |
This is a known bug and is being worked on. Add yourself to the affected users list on this page:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1581679
This is a known bug and is being worked on. Add yourself to the affected users list on this page:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1581679
edited Jun 11 '17 at 6:58
Zanna
50.9k13137241
50.9k13137241
answered Jul 5 '16 at 10:38
AmiasAmias
4,2621329
4,2621329
with all the recent security issues with SMB/CIFS protocols its worth considering carefully where you use this and ensuring you use an updated version of samba or something else entirely.
– Amias
Sep 8 '17 at 12:37
add a comment |
with all the recent security issues with SMB/CIFS protocols its worth considering carefully where you use this and ensuring you use an updated version of samba or something else entirely.
– Amias
Sep 8 '17 at 12:37
with all the recent security issues with SMB/CIFS protocols its worth considering carefully where you use this and ensuring you use an updated version of samba or something else entirely.
– Amias
Sep 8 '17 at 12:37
with all the recent security issues with SMB/CIFS protocols its worth considering carefully where you use this and ensuring you use an updated version of samba or something else entirely.
– Amias
Sep 8 '17 at 12:37
add a comment |
This worked for me:
sudo apt-get install --reinstall samba-libs:amd64
add a comment |
This worked for me:
sudo apt-get install --reinstall samba-libs:amd64
add a comment |
This worked for me:
sudo apt-get install --reinstall samba-libs:amd64
This worked for me:
sudo apt-get install --reinstall samba-libs:amd64
answered Jun 10 '17 at 14:52
Alexandre AlvesAlexandre Alves
212
212
add a comment |
add a comment |
Try This:
sudo systemctl stop nmbd
sudo systemctl disable nmbd
Then run:
sudo apt-get install --reinstall samba-libs:amd64
apt should be good to go from there.
New contributor
add a comment |
Try This:
sudo systemctl stop nmbd
sudo systemctl disable nmbd
Then run:
sudo apt-get install --reinstall samba-libs:amd64
apt should be good to go from there.
New contributor
add a comment |
Try This:
sudo systemctl stop nmbd
sudo systemctl disable nmbd
Then run:
sudo apt-get install --reinstall samba-libs:amd64
apt should be good to go from there.
New contributor
Try This:
sudo systemctl stop nmbd
sudo systemctl disable nmbd
Then run:
sudo apt-get install --reinstall samba-libs:amd64
apt should be good to go from there.
New contributor
edited 10 hours ago
mature
2,1023830
2,1023830
New contributor
answered 10 hours ago
TonyWakuuTonyWakuu
1
1
New contributor
New contributor
add a comment |
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%2f794720%2fdpkg-error-processing-package-samba-libsamd64-configure%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
have you tried sudo apt-get install -f to finish the install ?
– Amias
Jul 4 '16 at 14:36
it also give same error bro
– Keshav Kira
Jul 4 '16 at 14:40