Things To Do After Installing Ubuntu 16.04

This post will help you to setup all dependency into new Ubuntu 16.04 
Ubuntu is a free and open-source operating system and Linux distribution based on Debian. Ubuntu is offered in three official editions: Ubuntu Desktop for personal computers, Ubuntu Server for servers and the cloud, and Ubuntu Core for Internet of things devices and robots.


sudo apt-get install build-essential checkinstall
sudo apt-get install ubuntu-restricted-extras
sudo add-apt-repository -y ppa:videolan/stable-daily
sudo add-apt-repository -y ppa:gnome3-team/gnome3
sudo add-apt-repository -y ppa:webupd8team/java
sudo add-apt-repository -y ppa:webupd8team/y-ppa-manager
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get -s autoremove
sudo apt-get update --fix-missing
sudo apt-get upgrade --fix-missing
echo "Cleaning Up" &&
sudo apt-get -f install &&
sudo apt-get autoremove &&
sudo apt-get -y autoclean &&
sudo apt-get -y clean

sudo reboot





Comments