Fixing software center catalog
To fix broken packages in Ubuntu, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command below.
sudo dpkg --configure -a
sudo apt-get install -f
If the problem still exist, then edit
dpkg status
filegksudo gedit /var/lib/dpkg/status
Find the package in question, and remove everything that has anything to do with it >and save the file.1
1Source:Ubuntu fix
Open a terminal and try this command
sudo apt-get install -f
It will fix all broken packages. after this you can install any s/w you want.