So I just set up Ubuntu on an old hdd that I found. I was in another computer that broke and it was larger then the one I had in a laptop so I swapped them out. I just done doing the full install but now I can not open the software center. I keep getting an error about a package needing to be repaired first. I try to repair it but it will not work. I think it has something to do with libreoffice not updating. I have the update "office productivity suite - arch-independent files" waiting to install. When I try to install I get this error:

The following packages have unmet dependencies:

libreoffice-core: Depends: libgcc1 (>= 1:4.1.1) but 1:4.6.3-1ubuntu5 is installed

I use sudo apt-get install -f in the terminal I get:
Code:
s0ggyc0rnbr3ad@Jarvis:~$ sudo apt-get install -f
[sudo] password for s0ggyc0rnbr3ad: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  libreoffice-common
Suggested packages:
  libreoffice-style-hicontrast libreoffice-style-crystal
  libreoffice-style-oxygen
The following packages will be upgraded:
  libreoffice-common
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
15 not fully installed or removed.
Need to get 0 B/20.9 MB of archives.
After this operation, 644 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 167908 files and directories currently installed.)
Preparing to replace libreoffice-common 1:3.5.2-2ubuntu1 (using .../libreoffice-common_1%3a3.5.3-0ubuntu1_all.deb) ...
Unpacking replacement libreoffice-common ...
dpkg-deb (subprocess): failed to read on buffer copy for failed to write to pipe in copy: Input/output error
dpkg-deb (subprocess): data: internal bzip2 read error: 'UNEXPECTED_EOF'
dpkg-deb: error: subprocess <decompress> returned error exit status 2
dpkg: error processing /var/cache/apt/archives/libreoffice-common_1%3a3.5.3-0ubuntu1_all.deb (--unpack):
 short read on buffer copy for backend dpkg-deb during `./usr/lib/libreoffice/program/types/offapi.rdb'
rmdir: failed to remove `/var/lib/libreoffice/share/prereg/': No such file or directory
rmdir: failed to remove `/var/lib/libreoffice/share/': Directory not empty
rmdir: failed to remove `/var/lib/libreoffice/program/': No such file or directory
rmdir: failed to remove `/var/lib/libreoffice': Directory not empty
rmdir: failed to remove `/var/lib/libreoffice': Directory not empty
Errors were encountered while processing:
 /var/cache/apt/archives/libreoffice-common_1%3a3.5.3-0ubuntu1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
I tried to use sud apt-get remove libreoffice-common I get:

Code:
s0ggyc0rnbr3ad@Jarvis:~$ sudo apt-get remove libreoffice-common
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 libreoffice-core : Depends: libreoffice-common (> 1:3.5.3) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Any ides on what to try next?