Showing posts with label Google chorme. Show all posts
Showing posts with label Google chorme. Show all posts

Thursday, May 9, 2013

Cairodock 3.2.1:Fell like a Mac by installing Cairodock in you ubuntu



Cairo dock is one of the best application that i prefer to every ubuntu user this is a simple dock with awesome quality and perfectly designed where you can change theme icons and many more i am sure you will like it once you install it .

In order to install Cairodock in your ubuntu please open terminal and type following command.

  • sudo add-apt-repository ppa:cairo-dock-team/ppa
  • sudo apt-get update
  • sudo apt-get install cairo-dock cairo-dock-plug-ins


this will not only install cairo dock you will be updated too.

Skype in Ubuntu 13.04-12.10-12.04-11.10 and Linux Mint

Wherever you are, wherever they are - Skype keeps you together.

Make free internet calls, send instant messages to friends and even catch up with video chat. Add a little Skype Credit and make cheap calls to phones and mobiles, get online at public WiFi hotspots and send texts (SMS) at great rates. Get even more with a Premium account - discover group video calls and make unlimited calls to a country of your choice. 

 

To install skype in your ubuntu open terminal (Ctrl+Alt+T) and type following command in terminal.

 sudo add-apt-repository "deb http://archive.canonical.com/   $(lsb_release -sc) partner" 
        sudo apt-get update
        sudo apt-get updatesudo apt-get install skype && sudo apt-get -f install

 

Google Chrome:Latest and stable Google Chorme for ubuntu 13.04-12.10-12.04 and linux Mint

Google Chrome browser with new technology designed to improve the user experience. Includes download and documentation. Google Chrome is a freeware web browser developed by Google that uses the WebKit layout engine.

In order to install it you need to open terminal(Ctrl+ALT+T) and paste following lines.

For 32-bit

  • wget -O libudev0_175-i386_NoobsLab.com.deb http://goo.gl/8hrxx
  • sudo dpkg -i libudev0_175-i386_NoobsLab.com.deb
  • sudo apt-get install libgconf2-4 libxss1
  • wget -O g-chrome-NoobsLab32.deb https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
  • sudo dpkg -i g-chrome-NoobsLab32.deb && rm g-chrome-NoobsLab32.deb
For 64-bit
  • wget -O libudev0_175-amd64_NoobsLab.com.deb http://goo.gl/JJukQ
  • sudo dpkg -i libudev0_175-amd64_NoobsLab.com.deb
  • sudo apt-get install libgconf2-4 libxss1
  • wget -O g-chrome-NoobsLab64.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
  • sudo dpkg -i g-chrome-NoobsLab64.deb && rm g-chrome-NoobsLab64.deb

>> For Ubuntu 12.10 Quantal/Ubuntu 12.04/11.10/Linux Mint 14/13/12 and Previous versions
To install latest Google Chrome in Ubuntu/Linux Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
For 32-bit
  • sudo apt-get install libcurl3 libnspr4-0d libxss1
  • wget -O g-chrome-NoobsLab32.deb https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
  • sudo dpkg -i g-chrome-NoobsLab32.deb && rm g-chrome-NoobsLab32.deb
For 64-bit
  • sudo apt-get install libcurl3 libnspr4-0d libxss1
  • wget -O g-chrome-NoobsLab64.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
  • sudo dpkg -i g-chrome-NoobsLab64.deb && rm g-chrome-NoobsLab64.deb