How to Install and Uninstall golang-github-qor-inflection-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: April 16,2024

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

Please follow the guidelines below to install golang-github-qor-inflection-dev on Ubuntu 21.04 (Hirsute Hippo)

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

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

Here is a brief guide to show you how to uninstall golang-github-qor-inflection-dev on Ubuntu 21.04 (Hirsute Hippo):

$ 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 21.04 (Hirsute Hippo)

Package: golang-github-qor-inflection-dev
Architecture: all
Version: 0.0~git20151009.0.3272df6-2
Priority: extra
Section: universe/devel
Source: golang-github-qor-inflection
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 24
Filename: pool/universe/g/golang-github-qor-inflection/golang-github-qor-inflection-dev_0.0~git20151009.0.3272df6-2_all.deb
Size: 4716
MD5sum: b12a4fec1d304f92add8960cf63d2512
SHA1: af9347f094b74ff000419691369984575c74ea12
SHA256: c62e3cc83cbdbddb14d5e237f33303dd56b674b44c261a81d70a43af56707085
SHA512: 0dd04d2b7545291c2463f4b8006726420f9eb218702442a5851ee753e4d72b183590a48a76163e55cb4035ad4979713ce45caca72ef162b147994898d02bc949
Homepage: https://github.com/qor/inflection
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