Chrome Browser in Ubuntu 17.04
-
I am trying to install the Google chrome browser in the laptop at that time also facing the issue.
The error is given below
root@siva-SVF15212SNW:~/Downloads# dpkg -i google-chrome-stable_current_amd64.deb
Selecting previously unselected package google-chrome-stable.
(Reading database ... 169457 files and directories currently installed.)
Preparing to unpack google-chrome-stable_current_amd64.deb ...
Unpacking google-chrome-stable (54.0.2840.100-1) ...
dpkg: dependency problems prevent configuration of google-chrome-stable:
google-chrome-stable depends on libasound2 (>= 1.0.23); however:
Package libasound2:amd64 is not configured yet.
google-chrome-stable depends on libpango1.0-0 (>= 1.14.0); however:
Package libpango1.0-0 is not installed.
google-chrome-stable depends on libxi6 (>= 2:1.2.99.4); however:
Package libxi6:amd64 is not configured yet.
google-chrome-stable depends on libappindicator1; however:
Package libappindicator1 is not installed.dpkg: error processing package google-chrome-stable (--install):
dependency problems - leaving unconfigured
Processing triggers for bamfdaemon (0.5.3+16.10.20160929-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus (3.13.3-6ubuntu4) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Errors were encountered while processing:
google-chrome-stable -
@Lakshmana said in Chrome Browser in Ubuntu 17.04:
...dpkg: error processing package google-chrome-stable (--install):
dependency problems - leaving unconfigured...
You are trying to install a package without its dependencies.
Why don't you just install it with the package manager?
sudo apt-get install chromium
-
You need to stop using deb files and start using the package management system.
-
Try
sudo apt-get install -fThat will fix the dependency problems you are having.
-
@thwr I downloaded .deb file from the chrome site.I have succeded
-
@Lakshmana said in Chrome Browser in Ubuntu 17.04:
@thwr I downloaded .deb file from the chrome site.I have succeded
Maybe, but it's not good practice to do so. Always use the distro's package manager, which enables you to update packages and dependencies later on. Installing a flat deb file is like playing lottery (at least for a beginner).
-
While I usually agree, Chrome isn't in the repos, just Chromium. So if you need to install Chrome you can download the .deb and use gdebi, which will pull in all dependencies for you.
-
@stacksofplates said in Chrome Browser in Ubuntu 17.04:
While I usually agree, Chrome isn't in the repos, just Chromium. So if you need to install Chrome you can download the .deb and use gdebi, which will pull in all dependencies for you.
You are right, Chromium != Chrome (they just share the same engine).
But one shouldn't use a manually installed browser at all. They are a huge attack surface and should be kept updated, which is hard enough on Linux, but next to impossible for a Linux newcomer who installs a specific version outside of the package managers control.
I think it's much
bettersafer to either add Google's repo for installs and updates (https://www.google.com/linuxrepositories/) or just use Chromium. Either way, installing Chrome via a flat deb is usually a pretty bad idea. -
Installing Google Chrome automatically add the Google repo. So no worries about huge attack surface and it's kept up to date.
-
@black3dynamite said in Chrome Browser in Ubuntu 17.04:
Installing Google Chrome automatically add the Google repo. So no worries about huge attack surface and it's kept up to date.
That's what I said.
I just want to make sure that @Lakshmana understands that installing a deb file means: no updates. And that's dangerous.
-
@thwr There is no internet in my machine as MTS is not working in the machine.So downloading the file from another machine and installation
-
@Lakshmana said in Chrome Browser in Ubuntu 17.04:
@thwr There is no internet in my machine as MTS is not working in the machine.So downloading the file from another machine and installation
Using an alpha future release of Ubuntu for this is definitely not going to make that easy. Why are you doing this in such a hard way?
-
What you need to do is download the entire installer either as a DVD ISO or as a repo. Don't try to do all of this one package at a time. You are misunderstanding Ubuntu.
-
@scottalanmiller said in Chrome Browser in Ubuntu 17.04:
Why are you doing this in such a hard way?
You seriously have to ask this question?
-
@thwr said in Chrome Browser in Ubuntu 17.04:
@stacksofplates said in Chrome Browser in Ubuntu 17.04:
While I usually agree, Chrome isn't in the repos, just Chromium. So if you need to install Chrome you can download the .deb and use gdebi, which will pull in all dependencies for you.
You are right, Chromium != Chrome (they just share the same engine).
But one shouldn't use a manually installed browser at all. They are a huge attack surface and should be kept updated, which is hard enough on Linux, but next to impossible for a Linux newcomer who installs a specific version outside of the package managers control.
I think it's much
bettersafer to either add Google's repo for installs and updates (https://www.google.com/linuxrepositories/) or just use Chromium. Either way, installing Chrome via a flat deb is usually a pretty bad idea.Not that I care about votes / likes / whatever, but -1 for this?
-
@thwr said in Chrome Browser in Ubuntu 17.04:
@thwr said in Chrome Browser in Ubuntu 17.04:
@stacksofplates said in Chrome Browser in Ubuntu 17.04:
While I usually agree, Chrome isn't in the repos, just Chromium. So if you need to install Chrome you can download the .deb and use gdebi, which will pull in all dependencies for you.
You are right, Chromium != Chrome (they just share the same engine).
But one shouldn't use a manually installed browser at all. They are a huge attack surface and should be kept updated, which is hard enough on Linux, but next to impossible for a Linux newcomer who installs a specific version outside of the package managers control.
I think it's much
bettersafer to either add Google's repo for installs and updates (https://www.google.com/linuxrepositories/) or just use Chromium. Either way, installing Chrome via a flat deb is usually a pretty bad idea.Not that I care about votes / likes / whatever, but -1 for this?
Ya I don't know why either.
Without a working internet connection, this is going to be very difficult unless you install from the ISO, but even then you might hit dependency issues with 3rd party packages. Chrome is probably the least of your concerns if you can't even get a working network connection.
I'd go back to 16.04/16.10 and see if you can get the internet working on that first.
-
First thing you should do is drop 17.04 since it is still alpha, and start using either 16.04 or 16.10, as @stacksofplates recommends, get you base system ready and then start installing your desired third-party applications.
-
@Romo Ok I will try
-
@Lakshmana said in Chrome Browser in Ubuntu 17.04:
@Romo Ok I will try
And download that full DVD, it'll make things SO much easier.
-
@scottalanmiller Full DVD means all iso in the ubuntu page?