redeye_game: Hi there,
I'm facing a similar issue. Running Kubuntu 16.10 and when trying to install the dependencies provided on the BG 1 & 2 EE store pages, I get:
E: Unable to locate package libjson-c2:i386
E: Unable to locate package libjson0:i386
What are my options here?
linuxvangog: Hi redeye_game,
Sorry for the late response.
The problem with libjson libraries is a result of having them replaced with newer versions in Ubuntu 16.10 release.
As a workaround (not confirmed, but should work) I recommend downloading and installing manually these two libraries from Ubuntu official servers, in the given order:
http://de.archive.ubuntu.com/ubuntu/pool/main/j/json-c/libjson-c2_0.11-4ubuntu2_i386.deb http://de.archive.ubuntu.com/ubuntu/pool/main/j/json-c/libjson0_0.11-4ubuntu2_i386.deb The commands to install these packages are:
sudo dpkg -i libjson-c2_0.11-4ubuntu2_i386.deb sudo dpkg -i libjson0_0.11-4ubuntu2_i386.deb And, obviously, you also need to install all the libraries listed on the game product page.