Debian (.deb) package not installing in Ubuntu 16.04 [duplicate]
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
This question already has an answer here:
How do I install a .deb file via the command line?
11 answers
I want to install google-chrome-stable
debian (.deb
) package but it doesn't install. The process succeeds, but Google Chrome doesn't appear. I use this command:
sudo dpkg -i /home/aakaashsingh/Downloads/google-chrome-stable.deb
command-line software-installation dpkg deb
marked as duplicate by fkraiem, muru, karel, heemayl
StackExchange.ready(function()
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();
);
);
);
Feb 3 at 17:53
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
up vote
1
down vote
favorite
This question already has an answer here:
How do I install a .deb file via the command line?
11 answers
I want to install google-chrome-stable
debian (.deb
) package but it doesn't install. The process succeeds, but Google Chrome doesn't appear. I use this command:
sudo dpkg -i /home/aakaashsingh/Downloads/google-chrome-stable.deb
command-line software-installation dpkg deb
marked as duplicate by fkraiem, muru, karel, heemayl
StackExchange.ready(function()
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();
);
);
);
Feb 3 at 17:53
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
This question already has an answer here:
How do I install a .deb file via the command line?
11 answers
I want to install google-chrome-stable
debian (.deb
) package but it doesn't install. The process succeeds, but Google Chrome doesn't appear. I use this command:
sudo dpkg -i /home/aakaashsingh/Downloads/google-chrome-stable.deb
command-line software-installation dpkg deb
This question already has an answer here:
How do I install a .deb file via the command line?
11 answers
I want to install google-chrome-stable
debian (.deb
) package but it doesn't install. The process succeeds, but Google Chrome doesn't appear. I use this command:
sudo dpkg -i /home/aakaashsingh/Downloads/google-chrome-stable.deb
This question already has an answer here:
How do I install a .deb file via the command line?
11 answers
command-line software-installation dpkg deb
command-line software-installation dpkg deb
edited Feb 3 at 15:19
muru
130k19275471
130k19275471
asked Feb 3 at 3:51
user790735
marked as duplicate by fkraiem, muru, karel, heemayl
StackExchange.ready(function()
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();
);
);
);
Feb 3 at 17:53
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by fkraiem, muru, karel, heemayl
StackExchange.ready(function()
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();
);
);
);
Feb 3 at 17:53
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
4
down vote
accepted
Looks like dependencies are not satisfied. You can either use gdebi package installer. It'll install deb package in a very user friendly way and it'll also resolve any unsatisfied dependencies. Install it using this command:
sudo apt-get install gdebi
Then open the deb file using gdebi and it'll install it. Make sure that you're connected to internet while installing the deb file using gdebi, because it needs dependencies to be downloaded.
add a comment |Â
up vote
0
down vote
Just run sudo apt-get install --fix-broken
after installing. This will fix all problems with dependencies automatically. Then Google Chrome appear in apps list.
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
accepted
Looks like dependencies are not satisfied. You can either use gdebi package installer. It'll install deb package in a very user friendly way and it'll also resolve any unsatisfied dependencies. Install it using this command:
sudo apt-get install gdebi
Then open the deb file using gdebi and it'll install it. Make sure that you're connected to internet while installing the deb file using gdebi, because it needs dependencies to be downloaded.
add a comment |Â
up vote
4
down vote
accepted
Looks like dependencies are not satisfied. You can either use gdebi package installer. It'll install deb package in a very user friendly way and it'll also resolve any unsatisfied dependencies. Install it using this command:
sudo apt-get install gdebi
Then open the deb file using gdebi and it'll install it. Make sure that you're connected to internet while installing the deb file using gdebi, because it needs dependencies to be downloaded.
add a comment |Â
up vote
4
down vote
accepted
up vote
4
down vote
accepted
Looks like dependencies are not satisfied. You can either use gdebi package installer. It'll install deb package in a very user friendly way and it'll also resolve any unsatisfied dependencies. Install it using this command:
sudo apt-get install gdebi
Then open the deb file using gdebi and it'll install it. Make sure that you're connected to internet while installing the deb file using gdebi, because it needs dependencies to be downloaded.
Looks like dependencies are not satisfied. You can either use gdebi package installer. It'll install deb package in a very user friendly way and it'll also resolve any unsatisfied dependencies. Install it using this command:
sudo apt-get install gdebi
Then open the deb file using gdebi and it'll install it. Make sure that you're connected to internet while installing the deb file using gdebi, because it needs dependencies to be downloaded.
answered Feb 3 at 3:52
user790748
add a comment |Â
add a comment |Â
up vote
0
down vote
Just run sudo apt-get install --fix-broken
after installing. This will fix all problems with dependencies automatically. Then Google Chrome appear in apps list.
add a comment |Â
up vote
0
down vote
Just run sudo apt-get install --fix-broken
after installing. This will fix all problems with dependencies automatically. Then Google Chrome appear in apps list.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Just run sudo apt-get install --fix-broken
after installing. This will fix all problems with dependencies automatically. Then Google Chrome appear in apps list.
Just run sudo apt-get install --fix-broken
after installing. This will fix all problems with dependencies automatically. Then Google Chrome appear in apps list.
answered Feb 3 at 12:11
![](https://i.stack.imgur.com/IJKar.png?s=32&g=1)
![](https://i.stack.imgur.com/IJKar.png?s=32&g=1)
dengr1065
12
12
add a comment |Â
add a comment |Â