1

How can I compile and install the package ia32-libs in Ubuntu 14.04?

A J
  • 11,557
user69453
  • 793

1 Answers1

0
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
Parto
  • 15,647
Pabi
  • 7,429