Ir al contenido principal

Entradas

Mostrando entradas de agosto 7, 2017

HandBrake New Version Released for all Ubuntu

Terminal Commands: sudo add-apt-repository ppa:stebbins/handbrake-releases sudo apt-get update sudo apt-get install handbrake-gtk To install command-line handbrake use following command: (Also checkout CLI guide ) Terminal Commands: sudo apt-get install handbrake-cli

Install Google Earth in Ubuntu 17.04

Terminal Commands: wget -O google-earth32.deb http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb sudo dpkg -i google-earth32.deb sudo apt-get -f install; rm google-earth32.deb   >> Other method For 64bit Terminal Commands: wget -O google-earth64.deb http://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb sudo dpkg -i google-earth64.deb sudo apt-get -f install; rm google-earth64.deb

Install LibreOffice 5.4

sudo add-apt-repository ppa:libreoffice/libreoffice-prereleases sudo apt-get update sudo apt-get install libreoffice