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

Last updated: May 16,2024

1. Install "golang-github-hashicorp-go-syslog-dev" package

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

$ sudo apt update $ sudo apt install golang-github-hashicorp-go-syslog-dev

2. Uninstall "golang-github-hashicorp-go-syslog-dev" package

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

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

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

Package: golang-github-hashicorp-go-syslog-dev
Priority: extra
Section: universe/devel
Installed-Size: 25
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-hashicorp-go-syslog
Version: 0.0~git20150218.0.42a2b57-1
Filename: pool/universe/g/golang-github-hashicorp-go-syslog/golang-github-hashicorp-go-syslog-dev_0.0~git20150218.0.42a2b57-1_all.deb
Size: 5384
MD5sum: 01b33ff9e7e5ba8b91ecdde432ee90c6
SHA1: f4438def82ca9df4fd6d665faea52858de3808ce
SHA256: ccb8d471469751822e0649df4d9fafbd39682870d428595091e3a848052a9933
Description-en: Golang syslog wrapper, cross-compile friendly
This package provides a very simple gsyslog package. The point of this package
is to allow safe importing of syslog without introducing cross-compilation
issues. The stdlib log/syslog cannot be imported on Windows systems, and
without conditional compilation this adds complications.
.
Instead, gsyslog provides a very simple wrapper around log/syslog but returns a
runtime error if attempting to initialize on a non Linux or OSX system.
.
This package contains the source.
Description-md5: c294a81e7f9f2154dbf3b776adefc448
Homepage: https://github.com/hashicorp/go-syslog
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu