Ubuntu under Windows 10 Linux SubsystemHow can install developer tools on Ubuntu 18.04 LTS?“Can't cd to /var/cache/flashplugin-installer” error when I try to install Flashinternal gzip read errorRhythmbox updates failing“unable to securely remove '/lib/modules/3.11.0-13-generic/build': Not a directory” while upgrading the kernelHow to Remove varicad2013-en (A Virus or PIA)Nginx installation error in Ubuntu 16.04Unable to update ebtables on WSLdpkg: error processing package sendmail-base
What's the name of this windows feature?
Do the holes in Jacquard loom punched cards represent input data or program code?
How should "murciélago" be pronounced?
Why give an android emotions?
How can I deal with my coworkers using unknown jargon and acronyms?
Why is this negated with nicht and not kein?
applying for another country passport
Could a chess engine do retro analysis?
If the second hand goes backwards, starting from 12:00, how long does it take to meet with the minute hand?
Is it possible to write Quake's fast InvSqrt() function in Rust?
How much would we learn from observing an FTL starship fly by?
How do sound waves travel and their reflections?
I've got an error "This site is blocked due to content filtering."
What does it mean when we say 'The difference between two quantities is of first order'?
Playing with operator<=> (operator spaceship) in c++
What is the difference between "more" and "less" commands?
Is it possible to remove the trash icon from the dock on macOS Catalina?
Dropping "to be" and other verbs in Latin?
Finding a solution to a linear program with a small number of zeros
Is there any possible way to automatically update the locators when developer changes the locators
Chess Tournaments without Studying Theory?
My passport's Machine Readable Zone is damaged. How do I deal with it?
How do you help a new player evaluate complex multiclassing options without driving them and yourself crazy?
Is there a guide/reference for possible character hairstyles in D&D Forgotten Realms universe?
Ubuntu under Windows 10 Linux Subsystem
How can install developer tools on Ubuntu 18.04 LTS?“Can't cd to /var/cache/flashplugin-installer” error when I try to install Flashinternal gzip read errorRhythmbox updates failing“unable to securely remove '/lib/modules/3.11.0-13-generic/build': Not a directory” while upgrading the kernelHow to Remove varicad2013-en (A Virus or PIA)Nginx installation error in Ubuntu 16.04Unable to update ebtables on WSLdpkg: error processing package sendmail-base
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
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
Probably this answer will help you: askubuntu.com/a/1174098/566421
– pa4080
Sep 20 at 13:02
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,2074 silver badges20 bronze badges
1,2074 silver badges20 bronze badges
asked Oct 19 '18 at 14:21
M. M.M. M.
311 bronze badge
311 bronze badge
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
Probably this answer will help you: askubuntu.com/a/1174098/566421
– pa4080
Sep 20 at 13:02
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
Probably this answer will help you: askubuntu.com/a/1174098/566421
– pa4080
Sep 20 at 13:02
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
Probably this answer will help you: askubuntu.com/a/1174098/566421
– pa4080
Sep 20 at 13:02
Probably this answer will help you: askubuntu.com/a/1174098/566421
– pa4080
Sep 20 at 13:02
add a comment
|
0
active
oldest
votes
protected by Thomas Ward♦ Sep 20 at 13:17
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
protected by Thomas Ward♦ Sep 20 at 13:17
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
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
Probably this answer will help you: askubuntu.com/a/1174098/566421
– pa4080
Sep 20 at 13:02