How to Install and Uninstall golang-github-qor-inflection-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 26,2024

1. Install "golang-github-qor-inflection-dev" package

Please follow the guidance below to install golang-github-qor-inflection-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-github-qor-inflection-dev

2. Uninstall "golang-github-qor-inflection-dev" package

Please follow the guidelines below to uninstall golang-github-qor-inflection-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-github-qor-inflection-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-qor-inflection-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-github-qor-inflection-dev
Priority: extra
Section: universe/devel
Installed-Size: 24
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-qor-inflection
Version: 0.0~git20151009.0.3272df6-1
Filename: pool/universe/g/golang-github-qor-inflection/golang-github-qor-inflection-dev_0.0~git20151009.0.3272df6-1_all.deb
Size: 4436
MD5sum: 2ca85d2b248e5288fbde4e7ec81be66b
SHA1: 3770a1b9ccee651819b28c294564a7b25df14dc9
SHA256: 613cb6304790021e2db0c632e47a9a94be662d93ecf115b855851eda4cad2689
Description-en: Pluralizes and singularizes English nouns
Inflection is a Go package that pluralizes and singularizes English nouns.
.
inflection.Plural("person") => "people"
inflection.Plural("Person") => "People"
inflection.Plural("PERSON") => "PEOPLE"
inflection.Plural("bus") => "buses"
inflection.Plural("BUS") => "BUSES"
inflection.Plural("Bus") => "Buses"
.
inflection.Singularize("people") => "person"
inflection.Singularize("People") => "Person"
inflection.Singularize("PEOPLE") => "PERSON"
inflection.Singularize("buses") => "bus"
inflection.Singularize("BUSES") => "BUS"
inflection.Singularize("Buses") => "Bus"
.
inflection.Plural("FancyPerson") => "FancyPeople"
inflection.Singularize("FancyPeople") => "FancyPerson"
.
Standard rules are from Rails's ActiveSupport.
.
This package contains the source.
Description-md5: b07691c717ff2204e5da90ea2c64de1c
Homepage: https://github.com/qor/inflection
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu