How To Install golang-github-kotakanbe-logrus-prefixed-formatter on Ubuntu 18.04

In this tutorial we learn how to install golang-github-kotakanbe-logrus-prefixed-formatter on Ubuntu 18.04. golang-github-kotakanbe-logrus-prefixed-formatter is Go package for Logrus Prefixed Log Formatter

Introduction

In this tutorial we learn how to install golang-github-kotakanbe-logrus-prefixed-formatter on Ubuntu 18.04.

What is golang-github-kotakanbe-logrus-prefixed-formatter

golang-github-kotakanbe-logrus-prefixed-formatter is:

Logrus Prefixed Log Formatter Logrus (https://github.com/Sirupsen/logrus) formatter mainly based on original logrus.TextFormatter but with slightly modified colored output and support for log entry prefixes, e.g. message source followed by a colon.

There are three methods to install golang-github-kotakanbe-logrus-prefixed-formatter on Ubuntu 18.04. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install golang-github-kotakanbe-logrus-prefixed-formatter Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install golang-github-kotakanbe-logrus-prefixed-formatter using apt-get by running the following command:

sudo apt-get -y install golang-github-kotakanbe-logrus-prefixed-formatter

Install golang-github-kotakanbe-logrus-prefixed-formatter Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install golang-github-kotakanbe-logrus-prefixed-formatter using apt by running the following command:

sudo apt -y install golang-github-kotakanbe-logrus-prefixed-formatter

Install golang-github-kotakanbe-logrus-prefixed-formatter Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install golang-github-kotakanbe-logrus-prefixed-formatter using aptitude by running the following command:

sudo aptitude -y install golang-github-kotakanbe-logrus-prefixed-formatter

How To Uninstall golang-github-kotakanbe-logrus-prefixed-formatter on Ubuntu 18.04

To uninstall only the golang-github-kotakanbe-logrus-prefixed-formatter package we can use the following command:

sudo apt-get remove golang-github-kotakanbe-logrus-prefixed-formatter

Uninstall golang-github-kotakanbe-logrus-prefixed-formatter And Its Dependencies

To uninstall golang-github-kotakanbe-logrus-prefixed-formatter and its dependencies that are no longer needed by Ubuntu 18.04, we can use the command below:

sudo apt-get -y autoremove golang-github-kotakanbe-logrus-prefixed-formatter

Remove golang-github-kotakanbe-logrus-prefixed-formatter Configurations and Data

To remove golang-github-kotakanbe-logrus-prefixed-formatter configuration and data from Ubuntu 18.04 we can use the following command:

sudo apt-get -y purge golang-github-kotakanbe-logrus-prefixed-formatter

Remove golang-github-kotakanbe-logrus-prefixed-formatter configuration, data, and all of its dependencies

We can use the following command to remove golang-github-kotakanbe-logrus-prefixed-formatter configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge golang-github-kotakanbe-logrus-prefixed-formatter

References

Summary

In this tutorial we learn how to install golang-github-kotakanbe-logrus-prefixed-formatter package on Ubuntu 18.04 using different package management tools: apt, apt-get and aptitude.