How to Install and Uninstall golang-github-jedisct1-dlog-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 14,2024

1. Install "golang-github-jedisct1-dlog-dev" package

This tutorial shows how to install golang-github-jedisct1-dlog-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install golang-github-jedisct1-dlog-dev

2. Uninstall "golang-github-jedisct1-dlog-dev" package

Learn how to uninstall golang-github-jedisct1-dlog-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove golang-github-jedisct1-dlog-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-jedisct1-dlog-dev package on Ubuntu 21.10 (Impish Indri)

Package: golang-github-jedisct1-dlog-dev
Architecture: all
Version: 0.7-1
Multi-Arch: foreign
Priority: optional
Section: universe/devel
Source: golang-github-jedisct1-dlog
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 25
Depends: golang-github-hashicorp-go-syslog-dev
Filename: pool/universe/g/golang-github-jedisct1-dlog/golang-github-jedisct1-dlog-dev_0.7-1_all.deb
Size: 5784
MD5sum: 75bc86c5d80ed06d004d80b4e7ea9dde
SHA1: 6dd9fb33efcb4fe50e981b430d99cfd8f2613011
SHA256: b2ab3313bab485b9d23760c3305cd76bb0f7e0843f96984db75a21d4323b60bc
SHA512: 83d6e491296ddd1f9aa090859be4038e36429113991618c38f5e6a213b126ade88f7882a9f1215c097b944ca658cc7be64d3c1ed5b82a4a2a516ef9d8e28c991
Homepage: https://github.com/jedisct1/dlog
Description-en: Super simple logger for Go
Go's standard logger is fairly limited. As result, kazilion alternatives
loggers have been written.
.
All of these are wonderful. They can make your logs look colorful and
pretty, buffer things in complicated ways, format data for ElasticSearch,
and more.
.
Cool, but all I wanted is something super dumb, that just exposes
log.Info(), log.Error() and a couple other standard levels.
.
I don't need a super flexible kitchen sink. Just something super basic
and trivial to use. I just want it to handle different log levels, and
be able to write simple logs to stderr, to a local file, to syslog and
to the Windows event log.
.
So, here's one more logging library for Go. The dumbest of them
all. Enjoy.
Description-md5: 7b8b0ba0cecb0c6a1899400b76e3e5d1