Ubuntu under Windows 10 Linux Subsystem
Everybody, I am new to Ubuntu. And I try to install Ubuntu 18.04 under windows Linux subsystem.
In one step I am going to install libdvd-pkg
, but get an error as shown below:
sudo apt-get install libdvd-pkg
[sudo] password for xyz:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libdvd-pkg is already the newest version (1.4.2-1-1).
libdvd-pkg set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
7 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up libdvd-pkg (1.4.2-1-1) ...
libdvd-pkg: Checking orig.tar integrity...
/usr/src/libdvd-pkg/libdvdcss_1.4.2.orig.tar.bz2: OK
libdvd-pkg: Unpacking and configuring...
libdvd-pkg: Building the package... (it may take a while)
libdvd-pkg: Build log will be saved to /usr/src/libdvd-pkg/libdvdcss2_1.4.2-1~local_amd64.build
failed to set securebits to 024/0x14
dpkg: error processing package libdvd-pkg (--configure):
installed libdvd-pkg package post-installation script subprocess returned error exit status 1
Setting up ruby-molinillo (0.6.4-1) ...
dpkg: unrecoverable fatal error, aborting:
unable to install updated status of 'ruby-molinillo': No such file or directory
libdvd-pkg: Checking orig.tar integrity...
/usr/src/libdvd-pkg/libdvdcss_1.4.2.orig.tar.bz2: OK
libdvd-pkg: Unpacking and configuring...
libdvd-pkg: Building the package... (it may take a while)
libdvd-pkg: Build log will be saved to /usr/src/libdvd-pkg/libdvdcss2_1.4.2-1~local_amd64.build
failed to set securebits to 024/0x14
E: Sub-process /usr/bin/dpkg returned an error code (2)
Is there anybody, who can explain this?
dpkg windows-10
add a comment |
Everybody, I am new to Ubuntu. And I try to install Ubuntu 18.04 under windows Linux subsystem.
In one step I am going to install libdvd-pkg
, but get an error as shown below:
sudo apt-get install libdvd-pkg
[sudo] password for xyz:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libdvd-pkg is already the newest version (1.4.2-1-1).
libdvd-pkg set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
7 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up libdvd-pkg (1.4.2-1-1) ...
libdvd-pkg: Checking orig.tar integrity...
/usr/src/libdvd-pkg/libdvdcss_1.4.2.orig.tar.bz2: OK
libdvd-pkg: Unpacking and configuring...
libdvd-pkg: Building the package... (it may take a while)
libdvd-pkg: Build log will be saved to /usr/src/libdvd-pkg/libdvdcss2_1.4.2-1~local_amd64.build
failed to set securebits to 024/0x14
dpkg: error processing package libdvd-pkg (--configure):
installed libdvd-pkg package post-installation script subprocess returned error exit status 1
Setting up ruby-molinillo (0.6.4-1) ...
dpkg: unrecoverable fatal error, aborting:
unable to install updated status of 'ruby-molinillo': No such file or directory
libdvd-pkg: Checking orig.tar integrity...
/usr/src/libdvd-pkg/libdvdcss_1.4.2.orig.tar.bz2: OK
libdvd-pkg: Unpacking and configuring...
libdvd-pkg: Building the package... (it may take a while)
libdvd-pkg: Build log will be saved to /usr/src/libdvd-pkg/libdvdcss2_1.4.2-1~local_amd64.build
failed to set securebits to 024/0x14
E: Sub-process /usr/bin/dpkg returned an error code (2)
Is there anybody, who can explain this?
dpkg windows-10
1
Welcome to Ask Ubuntu!!! ,you have7 not fully installed or removed.
,try to runsudo dpkg --configure -a
. and run update/upgrade your apt.
– abu-ahmed al-khatiri
Oct 19 '18 at 14:26
I am having the same problem andsudo dpkg --configure -a
does not work.
– rabejens
Feb 1 at 14:14
@rabejens What happens when you try to rundpkg --configure -a
? Did you ever solve this?
– BurningKrome
Feb 3 at 13:10
It just tries to reconfigurelibdvd-pkg
and the same error happens.
– rabejens
Feb 3 at 14:18
add a comment |
Everybody, I am new to Ubuntu. And I try to install Ubuntu 18.04 under windows Linux subsystem.
In one step I am going to install libdvd-pkg
, but get an error as shown below:
sudo apt-get install libdvd-pkg
[sudo] password for xyz:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libdvd-pkg is already the newest version (1.4.2-1-1).
libdvd-pkg set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
7 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up libdvd-pkg (1.4.2-1-1) ...
libdvd-pkg: Checking orig.tar integrity...
/usr/src/libdvd-pkg/libdvdcss_1.4.2.orig.tar.bz2: OK
libdvd-pkg: Unpacking and configuring...
libdvd-pkg: Building the package... (it may take a while)
libdvd-pkg: Build log will be saved to /usr/src/libdvd-pkg/libdvdcss2_1.4.2-1~local_amd64.build
failed to set securebits to 024/0x14
dpkg: error processing package libdvd-pkg (--configure):
installed libdvd-pkg package post-installation script subprocess returned error exit status 1
Setting up ruby-molinillo (0.6.4-1) ...
dpkg: unrecoverable fatal error, aborting:
unable to install updated status of 'ruby-molinillo': No such file or directory
libdvd-pkg: Checking orig.tar integrity...
/usr/src/libdvd-pkg/libdvdcss_1.4.2.orig.tar.bz2: OK
libdvd-pkg: Unpacking and configuring...
libdvd-pkg: Building the package... (it may take a while)
libdvd-pkg: Build log will be saved to /usr/src/libdvd-pkg/libdvdcss2_1.4.2-1~local_amd64.build
failed to set securebits to 024/0x14
E: Sub-process /usr/bin/dpkg returned an error code (2)
Is there anybody, who can explain this?
dpkg windows-10
Everybody, I am new to Ubuntu. And I try to install Ubuntu 18.04 under windows Linux subsystem.
In one step I am going to install libdvd-pkg
, but get an error as shown below:
sudo apt-get install libdvd-pkg
[sudo] password for xyz:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libdvd-pkg is already the newest version (1.4.2-1-1).
libdvd-pkg set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
7 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up libdvd-pkg (1.4.2-1-1) ...
libdvd-pkg: Checking orig.tar integrity...
/usr/src/libdvd-pkg/libdvdcss_1.4.2.orig.tar.bz2: OK
libdvd-pkg: Unpacking and configuring...
libdvd-pkg: Building the package... (it may take a while)
libdvd-pkg: Build log will be saved to /usr/src/libdvd-pkg/libdvdcss2_1.4.2-1~local_amd64.build
failed to set securebits to 024/0x14
dpkg: error processing package libdvd-pkg (--configure):
installed libdvd-pkg package post-installation script subprocess returned error exit status 1
Setting up ruby-molinillo (0.6.4-1) ...
dpkg: unrecoverable fatal error, aborting:
unable to install updated status of 'ruby-molinillo': No such file or directory
libdvd-pkg: Checking orig.tar integrity...
/usr/src/libdvd-pkg/libdvdcss_1.4.2.orig.tar.bz2: OK
libdvd-pkg: Unpacking and configuring...
libdvd-pkg: Building the package... (it may take a while)
libdvd-pkg: Build log will be saved to /usr/src/libdvd-pkg/libdvdcss2_1.4.2-1~local_amd64.build
failed to set securebits to 024/0x14
E: Sub-process /usr/bin/dpkg returned an error code (2)
Is there anybody, who can explain this?
dpkg windows-10
dpkg windows-10
edited Oct 19 '18 at 15:10
abu-ahmed al-khatiri
1,031116
1,031116
asked Oct 19 '18 at 14:21
M. M.M. M.
111
111
1
Welcome to Ask Ubuntu!!! ,you have7 not fully installed or removed.
,try to runsudo dpkg --configure -a
. and run update/upgrade your apt.
– abu-ahmed al-khatiri
Oct 19 '18 at 14:26
I am having the same problem andsudo dpkg --configure -a
does not work.
– rabejens
Feb 1 at 14:14
@rabejens What happens when you try to rundpkg --configure -a
? Did you ever solve this?
– BurningKrome
Feb 3 at 13:10
It just tries to reconfigurelibdvd-pkg
and the same error happens.
– rabejens
Feb 3 at 14:18
add a comment |
1
Welcome to Ask Ubuntu!!! ,you have7 not fully installed or removed.
,try to runsudo dpkg --configure -a
. and run update/upgrade your apt.
– abu-ahmed al-khatiri
Oct 19 '18 at 14:26
I am having the same problem andsudo dpkg --configure -a
does not work.
– rabejens
Feb 1 at 14:14
@rabejens What happens when you try to rundpkg --configure -a
? Did you ever solve this?
– BurningKrome
Feb 3 at 13:10
It just tries to reconfigurelibdvd-pkg
and the same error happens.
– rabejens
Feb 3 at 14:18
1
1
Welcome to Ask Ubuntu!!! ,you have
7 not fully installed or removed.
,try to run sudo dpkg --configure -a
. and run update/upgrade your apt.– abu-ahmed al-khatiri
Oct 19 '18 at 14:26
Welcome to Ask Ubuntu!!! ,you have
7 not fully installed or removed.
,try to run sudo dpkg --configure -a
. and run update/upgrade your apt.– abu-ahmed al-khatiri
Oct 19 '18 at 14:26
I am having the same problem and
sudo dpkg --configure -a
does not work.– rabejens
Feb 1 at 14:14
I am having the same problem and
sudo dpkg --configure -a
does not work.– rabejens
Feb 1 at 14:14
@rabejens What happens when you try to run
dpkg --configure -a
? Did you ever solve this?– BurningKrome
Feb 3 at 13:10
@rabejens What happens when you try to run
dpkg --configure -a
? Did you ever solve this?– BurningKrome
Feb 3 at 13:10
It just tries to reconfigure
libdvd-pkg
and the same error happens.– rabejens
Feb 3 at 14:18
It just tries to reconfigure
libdvd-pkg
and the same error happens.– rabejens
Feb 3 at 14:18
add a comment |
0
active
oldest
votes
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%2f1085259%2fubuntu-under-windows-10-linux-subsystem%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1085259%2fubuntu-under-windows-10-linux-subsystem%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
1
Welcome to Ask Ubuntu!!! ,you have
7 not fully installed or removed.
,try to runsudo dpkg --configure -a
. and run update/upgrade your apt.– abu-ahmed al-khatiri
Oct 19 '18 at 14:26
I am having the same problem and
sudo dpkg --configure -a
does not work.– rabejens
Feb 1 at 14:14
@rabejens What happens when you try to run
dpkg --configure -a
? Did you ever solve this?– BurningKrome
Feb 3 at 13:10
It just tries to reconfigure
libdvd-pkg
and the same error happens.– rabejens
Feb 3 at 14:18