How to Install and Uninstall golang-github-qor-inflection-dev Package on Kali Linux

Last updated: March 28,2024

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

This tutorial shows how to install golang-github-qor-inflection-dev on Kali Linux

$ 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 Kali Linux:

$ 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 Kali Linux

Package: golang-github-qor-inflection-dev
Source: golang-github-qor-inflection
Version: 0.0~git20151009.0.3272df6-2
Installed-Size: 24
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 4676
SHA256: 37eead77b87f8a360b13ed8b70989ced3b868de03f535c77aea7faaf270e93bd
SHA1: b3b89c295f879324c248abf2f7ac91a9ee27b3eb
MD5sum: 43c24618e4b95101bbeab3d16cb2f628
Description: 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:
Homepage: https://github.com/qor/inflection
Section: devel
Priority: optional
Filename: pool/main/g/golang-github-qor-inflection/golang-github-qor-inflection-dev_0.0~git20151009.0.3272df6-2_all.deb

5. The same packages on other Linux Distributions