Software Installation in Ubuntu through terminal

Google Chrome:

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
 
sudo apt-get -f install 
 
sudo dpkg -i google-chrome-stable_current_amd64.deb
 

Skype :

sudo apt-get install libqt4-dbus libqt4-network libqt4-xml libasound2
 
wget http://www.skype.com/go/getskype-linux-beta-ubuntu-32 
 
wget http://www.skype.com/go/getskype-linux-beta-ubuntu-64 

sudo dpkg -i getskype-*
 
sudo apt-get -f install 
 

Comments

Popular posts from this blog

Java Practice Questions MCQ

Linux Assignments - Practise

HackerRank Introduction Challenges - Java