Error processing package - dependency problems - leaving unconfigured

 Clash Royale CLAN TAG#URR8PPP
Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I'm new to ubuntu. While installing the node.js package, it recommended to run sudo apt-get -f install but when I run the command I got some errors about dependency problems

Can someone help me regarding this problem?
apt package-management dpkg dependencies
add a comment |Â
up vote
0
down vote
favorite
I'm new to ubuntu. While installing the node.js package, it recommended to run sudo apt-get -f install but when I run the command I got some errors about dependency problems

Can someone help me regarding this problem?
apt package-management dpkg dependencies
 
 
 
 
 
 
 You can copy the output with CTRL-SHIFT-C (don't ask my why it isn't the usual CTRL-C). Paste your output here so we can take a look.
 â JimDeadlock
 May 13 at 18:11
 
 
 
 
 
 
 
 
 
 Reinstall the- update-notifier-commonpackage.
 â user535733
 May 13 at 19:02
 
 
 
 
 
 
 
 
 
 @JimDeadlock It's not the "standard"- CTRL+- Cbecause that is used to kill the current running job in the terminal.
 â WinEunuuchs2Unix
 May 13 at 19:21
 
 
 
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm new to ubuntu. While installing the node.js package, it recommended to run sudo apt-get -f install but when I run the command I got some errors about dependency problems

Can someone help me regarding this problem?
apt package-management dpkg dependencies
I'm new to ubuntu. While installing the node.js package, it recommended to run sudo apt-get -f install but when I run the command I got some errors about dependency problems

Can someone help me regarding this problem?
apt package-management dpkg dependencies
edited May 14 at 11:38
asked May 13 at 18:01


Mohit Toshniwal
1
1
 
 
 
 
 
 
 You can copy the output with CTRL-SHIFT-C (don't ask my why it isn't the usual CTRL-C). Paste your output here so we can take a look.
 â JimDeadlock
 May 13 at 18:11
 
 
 
 
 
 
 
 
 
 Reinstall the- update-notifier-commonpackage.
 â user535733
 May 13 at 19:02
 
 
 
 
 
 
 
 
 
 @JimDeadlock It's not the "standard"- CTRL+- Cbecause that is used to kill the current running job in the terminal.
 â WinEunuuchs2Unix
 May 13 at 19:21
 
 
 
add a comment |Â
 
 
 
 
 
 
 You can copy the output with CTRL-SHIFT-C (don't ask my why it isn't the usual CTRL-C). Paste your output here so we can take a look.
 â JimDeadlock
 May 13 at 18:11
 
 
 
 
 
 
 
 
 
 Reinstall the- update-notifier-commonpackage.
 â user535733
 May 13 at 19:02
 
 
 
 
 
 
 
 
 
 @JimDeadlock It's not the "standard"- CTRL+- Cbecause that is used to kill the current running job in the terminal.
 â WinEunuuchs2Unix
 May 13 at 19:21
 
 
 
You can copy the output with CTRL-SHIFT-C (don't ask my why it isn't the usual CTRL-C). Paste your output here so we can take a look.
â JimDeadlock
May 13 at 18:11
You can copy the output with CTRL-SHIFT-C (don't ask my why it isn't the usual CTRL-C). Paste your output here so we can take a look.
â JimDeadlock
May 13 at 18:11
Reinstall the
update-notifier-common package.â user535733
May 13 at 19:02
Reinstall the
update-notifier-common package.â user535733
May 13 at 19:02
@JimDeadlock It's not the "standard"
CTRL+C because that is used to kill the current running job in the terminal.â WinEunuuchs2Unix
May 13 at 19:21
@JimDeadlock It's not the "standard"
CTRL+C because that is used to kill the current running job in the terminal.â WinEunuuchs2Unix
May 13 at 19:21
add a comment |Â
 2 Answers
 2
 
active
oldest
votes
up vote
0
down vote
first you need to configure the update notifier:
$ sudo apt install --reinstall update-notifier
$ sudo dpkg-reconfigure update-notifier
then install the ms core fonts/flash and accept the eula:
$ sudo apt install --reinstall ttf-mscorefonts-installer flashplugin-installer
if you don't get prompted to accept the EULA stuff, do this next:
install flash plugin:
$ sudo /usr/lib/flashplugin-installer/install_plugin
install the fonts from M$
$ sudo dpkg-reconfigure ttf-mscorefonts-installer
 
 
 
 
 
 
 sudo apt install --reinststall update-notifier[sudo] password for mohit: E: Command line option --reinststall is not understood in combination with the other options
 â Mohit Toshniwal
 May 15 at 10:34
 
 
 
 
 
 
 
 
 
 that was a misspelling.... fixed
 â Joshua Besneatte
 May 15 at 14:17
 
 
 
add a comment |Â
up vote
-1
down vote
First you update using the command : sudo apt-get update
Then use your command to install node.js: sudo apt-get install -f
 
 
 
 
 
 
 this is what he already tried if you read his question.
 â Joshua Besneatte
 May 13 at 19:52
 
 
 
 
 
 1
 
 
 
 
 It is not mentioned about- sudo apt-get updatein the question. So I suspected- sudo apt-get updatemight useful as it will update the repositories in the system.
 â kvmahesh
 May 13 at 20:03
 
 
 
add a comment |Â
 2 Answers
 2
 
active
oldest
votes
 2 Answers
 2
 
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
first you need to configure the update notifier:
$ sudo apt install --reinstall update-notifier
$ sudo dpkg-reconfigure update-notifier
then install the ms core fonts/flash and accept the eula:
$ sudo apt install --reinstall ttf-mscorefonts-installer flashplugin-installer
if you don't get prompted to accept the EULA stuff, do this next:
install flash plugin:
$ sudo /usr/lib/flashplugin-installer/install_plugin
install the fonts from M$
$ sudo dpkg-reconfigure ttf-mscorefonts-installer
 
 
 
 
 
 
 sudo apt install --reinststall update-notifier[sudo] password for mohit: E: Command line option --reinststall is not understood in combination with the other options
 â Mohit Toshniwal
 May 15 at 10:34
 
 
 
 
 
 
 
 
 
 that was a misspelling.... fixed
 â Joshua Besneatte
 May 15 at 14:17
 
 
 
add a comment |Â
up vote
0
down vote
first you need to configure the update notifier:
$ sudo apt install --reinstall update-notifier
$ sudo dpkg-reconfigure update-notifier
then install the ms core fonts/flash and accept the eula:
$ sudo apt install --reinstall ttf-mscorefonts-installer flashplugin-installer
if you don't get prompted to accept the EULA stuff, do this next:
install flash plugin:
$ sudo /usr/lib/flashplugin-installer/install_plugin
install the fonts from M$
$ sudo dpkg-reconfigure ttf-mscorefonts-installer
 
 
 
 
 
 
 sudo apt install --reinststall update-notifier[sudo] password for mohit: E: Command line option --reinststall is not understood in combination with the other options
 â Mohit Toshniwal
 May 15 at 10:34
 
 
 
 
 
 
 
 
 
 that was a misspelling.... fixed
 â Joshua Besneatte
 May 15 at 14:17
 
 
 
add a comment |Â
up vote
0
down vote
up vote
0
down vote
first you need to configure the update notifier:
$ sudo apt install --reinstall update-notifier
$ sudo dpkg-reconfigure update-notifier
then install the ms core fonts/flash and accept the eula:
$ sudo apt install --reinstall ttf-mscorefonts-installer flashplugin-installer
if you don't get prompted to accept the EULA stuff, do this next:
install flash plugin:
$ sudo /usr/lib/flashplugin-installer/install_plugin
install the fonts from M$
$ sudo dpkg-reconfigure ttf-mscorefonts-installer
first you need to configure the update notifier:
$ sudo apt install --reinstall update-notifier
$ sudo dpkg-reconfigure update-notifier
then install the ms core fonts/flash and accept the eula:
$ sudo apt install --reinstall ttf-mscorefonts-installer flashplugin-installer
if you don't get prompted to accept the EULA stuff, do this next:
install flash plugin:
$ sudo /usr/lib/flashplugin-installer/install_plugin
install the fonts from M$
$ sudo dpkg-reconfigure ttf-mscorefonts-installer
edited May 15 at 14:17
answered May 13 at 20:13
Joshua Besneatte
1,494618
1,494618
 
 
 
 
 
 
 sudo apt install --reinststall update-notifier[sudo] password for mohit: E: Command line option --reinststall is not understood in combination with the other options
 â Mohit Toshniwal
 May 15 at 10:34
 
 
 
 
 
 
 
 
 
 that was a misspelling.... fixed
 â Joshua Besneatte
 May 15 at 14:17
 
 
 
add a comment |Â
 
 
 
 
 
 
 sudo apt install --reinststall update-notifier[sudo] password for mohit: E: Command line option --reinststall is not understood in combination with the other options
 â Mohit Toshniwal
 May 15 at 10:34
 
 
 
 
 
 
 
 
 
 that was a misspelling.... fixed
 â Joshua Besneatte
 May 15 at 14:17
 
 
 
sudo apt install --reinststall update-notifier[sudo] password for mohit: E: Command line option --reinststall is not understood in combination with the other options
â Mohit Toshniwal
May 15 at 10:34
sudo apt install --reinststall update-notifier[sudo] password for mohit: E: Command line option --reinststall is not understood in combination with the other options
â Mohit Toshniwal
May 15 at 10:34
that was a misspelling.... fixed
â Joshua Besneatte
May 15 at 14:17
that was a misspelling.... fixed
â Joshua Besneatte
May 15 at 14:17
add a comment |Â
up vote
-1
down vote
First you update using the command : sudo apt-get update
Then use your command to install node.js: sudo apt-get install -f
 
 
 
 
 
 
 this is what he already tried if you read his question.
 â Joshua Besneatte
 May 13 at 19:52
 
 
 
 
 
 1
 
 
 
 
 It is not mentioned about- sudo apt-get updatein the question. So I suspected- sudo apt-get updatemight useful as it will update the repositories in the system.
 â kvmahesh
 May 13 at 20:03
 
 
 
add a comment |Â
up vote
-1
down vote
First you update using the command : sudo apt-get update
Then use your command to install node.js: sudo apt-get install -f
 
 
 
 
 
 
 this is what he already tried if you read his question.
 â Joshua Besneatte
 May 13 at 19:52
 
 
 
 
 
 1
 
 
 
 
 It is not mentioned about- sudo apt-get updatein the question. So I suspected- sudo apt-get updatemight useful as it will update the repositories in the system.
 â kvmahesh
 May 13 at 20:03
 
 
 
add a comment |Â
up vote
-1
down vote
up vote
-1
down vote
First you update using the command : sudo apt-get update
Then use your command to install node.js: sudo apt-get install -f
First you update using the command : sudo apt-get update
Then use your command to install node.js: sudo apt-get install -f
answered May 13 at 19:13
kvmahesh
1197
1197
 
 
 
 
 
 
 this is what he already tried if you read his question.
 â Joshua Besneatte
 May 13 at 19:52
 
 
 
 
 
 1
 
 
 
 
 It is not mentioned about- sudo apt-get updatein the question. So I suspected- sudo apt-get updatemight useful as it will update the repositories in the system.
 â kvmahesh
 May 13 at 20:03
 
 
 
add a comment |Â
 
 
 
 
 
 
 this is what he already tried if you read his question.
 â Joshua Besneatte
 May 13 at 19:52
 
 
 
 
 
 1
 
 
 
 
 It is not mentioned about- sudo apt-get updatein the question. So I suspected- sudo apt-get updatemight useful as it will update the repositories in the system.
 â kvmahesh
 May 13 at 20:03
 
 
 
this is what he already tried if you read his question.
â Joshua Besneatte
May 13 at 19:52
this is what he already tried if you read his question.
â Joshua Besneatte
May 13 at 19:52
1
1
It is not mentioned about
sudo apt-get update in the question. So I suspected sudo apt-get update might useful as it will update the repositories in the system.â kvmahesh
May 13 at 20:03
It is not mentioned about
sudo apt-get update in the question. So I suspected sudo apt-get update might useful as it will update the repositories in the system.â kvmahesh
May 13 at 20:03
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1035793%2ferror-processing-package-dependency-problems-leaving-unconfigured%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
You can copy the output with CTRL-SHIFT-C (don't ask my why it isn't the usual CTRL-C). Paste your output here so we can take a look.
â JimDeadlock
May 13 at 18:11
Reinstall the
update-notifier-commonpackage.â user535733
May 13 at 19:02
@JimDeadlock It's not the "standard"
CTRL+Cbecause that is used to kill the current running job in the terminal.â WinEunuuchs2Unix
May 13 at 19:21