PDA

View Full Version : [ubuntu] Chrome removed after upgrade to 11.10



amirfoad
October 17th, 2011, 10:06 AM
Hi.
I've installed Google Chrome in Ubuntu 11.04 by downloading the installation package directly from google.com but it removed automatically after upgrading to 11.10 and I couldn't reinstall it from .deb package.
Is there any way to use it in 11.10?

amirfoad
October 17th, 2011, 11:07 PM
Any suggestions yet?

prettyboy85712
October 17th, 2011, 11:44 PM
sudo apt-get -f install

amirfoad
October 18th, 2011, 12:41 AM
sudo apt-get -f install
this is the result:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
linux-headers-3.0.0-11 linux-headers-3.0.0-11-generic
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

jimbo99
October 18th, 2011, 01:38 AM
He might have meant.

sudo apt-get -f install <package.deb>

Obviously <package.deb> is the name of the package you would substitute. I think the -f means to force the install.