Monday, April 22, 2013

How to Install Google Chrome


wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome*.deb

attempt to correct a system with broken dependencies in place
sudo apt-get -f install

move close buttons from left-hand side to right-hand side
gconftool-2 --set /apps/metacity/general/button_layout --type string ":minimize,maximize,close"




No comments:

Post a Comment