How to Install and Uninstall libunac1-dev Package on Kali Linux

Last updated: May 18,2024

1. Install "libunac1-dev" package

This is a short guide on how to install libunac1-dev on Kali Linux

$ sudo apt update $ sudo apt install libunac1-dev

2. Uninstall "libunac1-dev" package

This guide covers the steps necessary to uninstall libunac1-dev on Kali Linux:

$ sudo apt remove libunac1-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libunac1-dev package on Kali Linux

Package: libunac1-dev
Source: unac (1.8.0-10)
Version: 1.8.0-10+b1
Installed-Size: 97
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6-dev, libunac1 (= 1.8.0-10+b1)
Size: 24904
SHA256: 66bcd0f3de972068690899fd8d4ab59b2d53dd194c93c7ff66c9bc26f5805475
SHA1: acfd86fe9c911536ccdca6ab0a3bf9b38d239740
MD5sum: cf3f2922342272fe3dc42a12ed6a2397
Description: C programmer's library that removes accents from a string
Unac is a C programmer's library that removes accents from a string.
For instance the string été will become ete. It provides a command
line interface that removes accents from a input flow or a string
given in argument (unaccent command). In the library function and the
command, the charset of the input is specified as an argument. The
input is converted to UTF-16 using iconv(3), accents are stripped and
the result is converted back to the original charset. The iconv --list
command on GNU/Linux will show all charset supported.
Description-md5:
Multi-Arch: same
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/u/unac/libunac1-dev_1.8.0-10+b1_amd64.deb