Step to install acroread, skype, java, chrome, on ubuntu
Step to install "acroread"on ubuntu
sudo add-apt-repository "deb http://archive.canonical.com/ precise partner" sudo apt-get update && sudo apt-get install -y acroread
Step to install "skype"on ubuntu sudo apt-add-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" sudo apt-get update && sudo apt-get install -y skype
Step to install "java"on ubuntu sudo add-apt-repository ppa:webupd8team/java sudo apt-get update && sudo apt-get install -y oracle-jdk7-installer
Step to install "chrome"on ubuntu #chrome sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list' sudo apt-get update && sudo apt-get install -y google-chrome-stable
0 Comments:
Post a Comment