icu-config
Components for Unicode
Install
- All systems
-
curl cmd.cat/icu-config.sh
- Debian
-
apt-get install icu-devtools
- Ubuntu
-
apt-get install icu-devtools
- Alpine
-
apk add icu
- Arch Linux
-
pacman -S icu
- Kali Linux
-
apt-get install libicu-dev
- CentOS
-
yum install libicu-devel
- Fedora
-
dnf install libicu-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install icu-devtools
- Raspbian
-
apt-get install icu-devtools
- Dockerfile
- dockerfile.run/icu-config
- Docker
-
docker run cmd.cat/icu-config icu-config
powered by Commando
libicu-devel
Components for Unicode
libicu-dev
Development files for International Components for Unicode
ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains the development files for ICU.
icu-devtools
Development utilities for International Components for Unicode
ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains programs used to manipulate data files found in the ICU sources and is a dependency of libicu-dev. End users would generally not need to install this package.