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

Last updated: May 20,2024

1. Install "golang-github-jinzhu-gorm-dev" package

Please follow the guidelines below to install golang-github-jinzhu-gorm-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-github-jinzhu-gorm-dev

2. Uninstall "golang-github-jinzhu-gorm-dev" package

This guide let you learn how to uninstall golang-github-jinzhu-gorm-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-github-jinzhu-gorm-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: golang-github-jinzhu-gorm-dev
Priority: extra
Section: universe/devel
Installed-Size: 289
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-jinzhu-gorm
Version: 0.0~git20151012.0.20e37a0-1
Depends: golang-github-qor-inflection-dev, golang-pq-dev | golang-github-lib-pq-dev
Filename: pool/universe/g/golang-github-jinzhu-gorm/golang-github-jinzhu-gorm-dev_0.0~git20151012.0.20e37a0-1_all.deb
Size: 46732
MD5sum: 0c20084e36dde603fbe36b91af6d1ca6
SHA1: 87ed1ea7e0b81d5448928ff42b83455de820beef
SHA256: f043f097a23ef51a311754a5db6a47e3135d3abe842a7a9f9c384d18eee134c7
Description-en: ORM library for Golang
The fantastic ORM library for Golang, aims to be developer friendly.
.
Overview
.
* Full-Featured ORM (almost)
* Chainable API
* Auto Migrations
* Relations (Has One, Has Many, Belongs To, Many To Many, Polymorphism)
* Callbacks (Before/After Create/Save/Update/Delete/Find)
* Preloading (eager loading)
* Transactions
* Embed Anonymous Struct
* Soft Deletes
* Customizable Logger
* Iteration Support via Rows
* Every feature comes with tests
* Developer Friendly
.
go doc format documentation for this project can be viewed online without
installing the package by using the GoDoc page at:
http://godoc.org/github.com/jinzhu/gorm
Description-md5: e0c69963be789390337e9a88242595d1
Homepage: https://github.com/jinzhu/gorm
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu