3

I need to install as86 in debian 6.0. However, I cannot find as86 in debian-6.0-DVD.then,where to find as86 ?

huaxz1986
  • 307
  • 5
  • 10

1 Answers1

11

If you try to find a package on DVD by looking at file names, it's time to try apt-cache search instead:

# apt-cache search as86
bin86 - 16-bit x86 assembler and loader

Now we know it's in bin86 package, and we do:

# apt-get install bin86
Anton Kovalenko
  • 20,999
  • 2
  • 37
  • 69