0

I'm trying to install Firestorm on my laptop, but I keep getting this error:

william@william-HP-Pavilion-dv6000-EY799AV-ABA:~$ sudo apt-get install ia32-libs
[sudo] password for william: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'ia32-libs' has no installation candidate

mickmackusa
  • 852
  • 1
  • 10
  • 20

1 Answers1

0

The package name is ia32-libs-multiarch and you should be able to install it with sudo apt-get install ia32-libs-multiarch.

January
  • 37,208