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

Last updated: May 03,2024

1. Install "ruby-http-accept-language" package

Please follow the step by step instructions below to install ruby-http-accept-language on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-http-accept-language

2. Uninstall "ruby-http-accept-language" package

This guide let you learn how to uninstall ruby-http-accept-language on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-http-accept-language $ sudo apt autoclean && sudo apt autoremove

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

Package: ruby-http-accept-language
Priority: optional
Section: universe/ruby
Installed-Size: 66
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 2.0.5-3
Depends: ruby | ruby-interpreter, ruby-activesupport
Suggests: ruby-railties
Filename: pool/universe/r/ruby-http-accept-language/ruby-http-accept-language_2.0.5-3_all.deb
Size: 6500
MD5sum: a9380eb93f51cd0692c16cd13bda0386
SHA1: 48799a8eea7a7f7de6a071ddcabbf943f4fa1ec6
SHA256: f7a753980e445fff6e2f25cef71eb1ee053f8668bb9aa514ec987a4f1182d106
Description-en: Ruby library that finds out which locale the user prefers
This ruby library reads the language user specified in their browser
and returns the language in an array. This package will be useful
in cases where the locale should be selected depending on the
user's locale settings automatically.
..
Features
* Splits the http-header into languages specified by the user
* Returns empty array if header is malformed.
* Corrects case to xx-XX
* Sorted by priority given, as much as possible.
* Gives you the most important language
* Gives compatible languages
Description-md5: 3775471855898a3aad381353717eb3d2
Homepage: https://github.com/iain/http_accept_language
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu