When I tried to install ia32-libs
on Ubuntu 15.04 it gives me this error:
N: Ignoring file 'ia32-libs-raring.list' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'ia32-libs-raring.list' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
E: Package 'ia32-libs' has no installation candidate
ia32-libs
package has been deprecated for some time. What is you actual end goal? – steeldriver Dec 18 '15 at 14:39ia32-libs
package. You need to install thei386
version of each library dependency separately, instead. – dobey Dec 18 '15 at 14:53ls /etc/apt/sources.list.d/ia32-libs-raring* | od -A x -t x1z -v
– A.B. Dec 18 '15 at 18:23