How to Install and Uninstall ruby-unf Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "ruby-unf" package

This guide covers the steps necessary to install ruby-unf on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-unf

2. Uninstall "ruby-unf" package

This tutorial shows how to uninstall ruby-unf on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-unf $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-unf package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-unf
Priority: optional
Section: universe/ruby
Installed-Size: 25
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.1.4-1
Depends: ruby | ruby-interpreter, ruby-unf-ext
Filename: pool/universe/r/ruby-unf/ruby-unf_0.1.4-1_all.deb
Size: 4532
MD5sum: 90a9f314cb8d4bb4158b93fdf4d69edc
SHA1: 0cab8bbc432c14ff17a09cd42d687a8e2618337d
SHA256: 47cc475c36a1e58bf6b29328c2ad6f96a84336803259eea48ab27d0bc62e9597
Description-en: Wrapper library to bring Unicode Normalization Form support to Ruby
This library allows code to be portable between Ruby implementations,
using 'unf_ext' under CRuby and 'java.text.Normalizer' on JRuby. It
normalizes UTF-8 strings into and from NFC, NFD, NFKC or NFKD
Description-md5: 256a7aac8006ca7b657a8b434ddb222c
Homepage: http://github.com/knu/ruby-unf
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu