Not A problem, just a solution i found
-
When I was setting up my Ubuntu 12.04.5 x86 install for FOG some libraries would not install.
In my case it was a bad repo list.
This is how I fixed it.
Best of luck![COLOR=#000000][SIZE=14px][FONT=Ubuntu Mono]apt-get clean
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/partial/*
apt-get clean
apt-get update
apt-get upgrade[/FONT][/SIZE][/COLOR]