18

Many programs rely on libiconv support. Having to compile it on our own means to recompile a lot of things on every update.

Why is there no packet or has it a different name?

Daniel W.
  • 620
  • 1
  • 7
  • 14

1 Answers1

23

libiconv is included in the libc6 package as a GNU standard C library.

In case one needs the header files from originally libiconv-dev, use libc6-dev instead where the iconv header files are included.

Daniel W.
  • 620
  • 1
  • 7
  • 14