Ubuntu updates via command line

Update:

sudo apt-get update        # Fetches the list of available updates
sudo apt-get upgrade       # Strictly upgrades the current packages
sudo apt-get dist-upgrade  # Installs updates (new ones)

Clean up the system from old packages:

sudo apt-get update && sudo apt-get autoclean && sudo apt-get clean && sudo apt-get autoremove

Check the Ubuntu version:

lsb_release -a

How To Watch Netflix on Ubuntu The Easy Way

I was trying to find a way to watch Netflix in Ubuntu 14.04 In the past you had to install Wine and Silverlight. Since Google Chrome 37 it should work natively. Still I was getting Error Code: M7063-1913

It turns out some libraries were messed up. Apparently the problem is fixed in 14.10 Alpha but I wanted to keep running the oficiall stable version.

I step by step instructions on how to get Netflix to work in Google chrome in Ubuntu 14.04 are available here:


How To Watch Netflix on Ubuntu The Easy Way