Package installation error in Ubuntu
Package installation error in Ubuntu v14 Operating System while working on SVN setup.
I tried below command, apt-get install subversion
root@:~# apt-get install subversion
Reading package lists… Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/us-west-2.ec2.archive.ubuntu.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en
E: The package lists or status file could not be parsed or opened.
Screenshot of the error message as listed below,

Resolution
Delete the files present in one of the directory of Ubuntu machine and then update. Commands listed below,
sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update
Found the answer from Ubuntu forums, http://ubuntuforums.org/showthread.php?t=863742
