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

Last updated: May 18,2024

1. Install "golang-log4go-dev" package

This is a short guide on how to install golang-log4go-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-log4go-dev

2. Uninstall "golang-log4go-dev" package

Learn how to uninstall golang-log4go-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-log4go-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: golang-log4go-dev
Priority: extra
Section: universe/devel
Installed-Size: 115
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: amd64
Source: golang-log4go
Version: 0.0~hg48-1
Depends: dpkg-dev
Filename: pool/universe/g/golang-log4go/golang-log4go-dev_0.0~hg48-1_amd64.deb
Size: 16196
MD5sum: 9d254134f9553b7b4f771cbe9fcd579b
SHA1: 30da01d176e89d4d93228e9e0b523724bc6a78dc
SHA256: e75d585887660c7340e8d5b5c1fb483b1d27ea071965cf57fba636a3be2cea76
Description-en: Go package for level-based and highly configurable logging
The goal of log4go is to be a robust, configurable, powerful logging
package to empower Go developers to debug their programs more
effectively on the fly and diagnose problems in the field without
hampering their effectiveness during development or hampering the
performance of their applications.
.
This package is a replacement logging package which will be boqth a
drop-in replacement for and a significant extension of the built-in
logging functionality in Go.
.
It features:
+ File logging with rotation and custom output formats
+ Console logging
+ Network logging via JSON and TCP/UDP
+ XML Logger
+ Automatic log filtering based on log levels on a per-output basis
+ XML configuration available for no-compile changes to logging
+ Wrapper functions and global loggers for easy configuration and
rapid deployment
Description-md5: fc1009f5be6fd97a2e515fc6b45c3a5c
Built-Using: golang (= 2:1.2-2ubuntu1)
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu