1
General Chat / Re: help running 25Assist on ubuntu
« on: Monday, June 16, 2014, 16:03:36 PM »
I'll update the topic as it is high ranked in google and I've run into this issue recently. Apparently Ubuntu have dropped the ia32-libs from repository since 13.10. Here's a solution from stackoverflow that got my 25Assist running.
Quote from: Mike Tang
You can try this to install 32 lib(not all in ia32-libs):apt-get install program:i386.
Or if you want to install the whole ia32-lib instead, try the following order:\
Code: [Select]
sudo -i cd /etc/apt/sources.list.d
echo "deb http://archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list
apt-get update
apt-get install ia32-libs
Quote
PS:In this way,you can install ia32-libs.However, we add the source of 13.04 instead,so, there may be some problem unknown。After install ia32-libs,I recommend you to remove the ia32-libs-raring.list in /etc/apt/sources.list.d,and do sudo apt-get update.