How To Install golang-github-adroll-goamz-dev on Ubuntu 18.04

In this tutorial we learn how to install golang-github-adroll-goamz-dev on Ubuntu 18.04. golang-github-adroll-goamz-dev is enables Go programs to interact with Amazon Web Services

Introduction

In this tutorial we learn how to install golang-github-adroll-goamz-dev on Ubuntu 18.04.

What is golang-github-adroll-goamz-dev

golang-github-adroll-goamz-dev is:

The goamz package enables Go programs to interact with Amazon Web Services.

This is a fork of the version developed within Canonical with additional functionality and services from a number of contributors!

The API of AWS is very comprehensive, though, and goamz doesn’t even scratch the surface of it. That said, it’s fairly well tested, and is the foundation in which further calls can easily be integrated.

There are three methods to install golang-github-adroll-goamz-dev 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-adroll-goamz-dev 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-adroll-goamz-dev using apt-get by running the following command:

sudo apt-get -y install golang-github-adroll-goamz-dev

Install golang-github-adroll-goamz-dev Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install golang-github-adroll-goamz-dev using apt by running the following command:

sudo apt -y install golang-github-adroll-goamz-dev

Install golang-github-adroll-goamz-dev 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-adroll-goamz-dev using aptitude by running the following command:

sudo aptitude -y install golang-github-adroll-goamz-dev

How To Uninstall golang-github-adroll-goamz-dev on Ubuntu 18.04

To uninstall only the golang-github-adroll-goamz-dev package we can use the following command:

sudo apt-get remove golang-github-adroll-goamz-dev

Uninstall golang-github-adroll-goamz-dev And Its Dependencies

To uninstall golang-github-adroll-goamz-dev 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-adroll-goamz-dev

Remove golang-github-adroll-goamz-dev Configurations and Data

To remove golang-github-adroll-goamz-dev configuration and data from Ubuntu 18.04 we can use the following command:

sudo apt-get -y purge golang-github-adroll-goamz-dev

Remove golang-github-adroll-goamz-dev configuration, data, and all of its dependencies

We can use the following command to remove golang-github-adroll-goamz-dev configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge golang-github-adroll-goamz-dev

References

Summary

In this tutorial we learn how to install golang-github-adroll-goamz-dev package on Ubuntu 18.04 using different package management tools: apt, apt-get and aptitude.