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

Last updated: May 09,2024

1. Install "golang-github-go-ini-ini-dev" package

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

$ sudo apt update $ sudo apt install golang-github-go-ini-ini-dev

2. Uninstall "golang-github-go-ini-ini-dev" package

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

$ sudo apt remove golang-github-go-ini-ini-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: golang-github-go-ini-ini-dev
Priority: extra
Section: universe/devel
Installed-Size: 82
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-go-ini-ini
Version: 1.8.6-2
Depends: dpkg-dev
Filename: pool/universe/g/golang-github-go-ini-ini/golang-github-go-ini-ini-dev_1.8.6-2_all.deb
Size: 20780
MD5sum: 6fee7b6a3d0bc5f6cce477f47a3ac430
SHA1: 32d9d66ab7ca0afd1a30357d06e65dcabab01dc3
SHA256: 88cc856aedd1fc07497e8d9a814e43d7b03dbf2ec4e34dfcdefd16a764e76b08
Description-en: Go package for control of INI file
Package ini provides INI file read and write functionality.
This library privides functions following:
- Load multiple data sources(`[]byte` or file) with overwrites.
- Read with recursion values.
- Read with parent-child sections.
- Read with auto-increment key names.
- Read with multiple-line values.
- Read with tons of helper methods.
- Read and convert values to Go types.
- Read and **WRITE** comments of sections and keys.
- Manipulate sections, keys and comments with ease.
- Keep sections and keys in order as you parse and save.
Description-md5: b80f08cc0ddb7c17b38f9c4f6c131a78
Built-Using: golang (= 2:1.6~rc1-0ubuntu1)
Homepage: https://github.com/go-ini/ini
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu