Celeb Glow
news | April 01, 2026

Why is there no libiconv package in Ubuntu?

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?

3

1 Answer

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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy