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

Last updated: May 17,2024

1. Install "golang-github-natefinch-lumberjack-dev" package

This guide let you learn how to install golang-github-natefinch-lumberjack-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-github-natefinch-lumberjack-dev

2. Uninstall "golang-github-natefinch-lumberjack-dev" package

Please follow the steps below to uninstall golang-github-natefinch-lumberjack-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-github-natefinch-lumberjack-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: golang-github-natefinch-lumberjack-dev
Priority: extra
Section: universe/devel
Installed-Size: 46
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-natefinch-lumberjack
Version: 1.0-1
Depends: golang-go, golang-toml-dev
Filename: pool/universe/g/golang-github-natefinch-lumberjack/golang-github-natefinch-lumberjack-dev_1.0-1_all.deb
Size: 11840
MD5sum: 872419f7900befebd43ceb3e20e6c5a4
SHA1: 8339629cb18ee876c6be37ada24efd79c60a394e
SHA256: 3a2b5ef3dc7925a49a85ff4623d34ce308d702f7be0004afad90e6ea747e67a9
Description-en: Go package for writing logs to rolling files
Lumberjack is intended to be one part of a logging infrastructure.
It is not an all-in-one solution, but instead is a pluggable component
at the bottom of the logging stack that simply controls the files
to which logs are written.
.
Lumberjack plays well with any logging package that can write to
an io.Writer, including the standard library's log package.
.
Lumberjack assumes that only one process is writing to the output
files. Using the same lumberjack configuration from multiple processes
on the same machine will result in improper behavior.
Description-md5: 211a9949fa30032448039e042269d06b
Homepage: https://github.com/natefinch/lumberjack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu