How To Install golang-github-data-dog-go-sqlmock-dev on Kali Linux

In this tutorial we learn how to install golang-github-data-dog-go-sqlmock-dev on Kali Linux. golang-github-data-dog-go-sqlmock-dev is Sql mock driver for golang to test database interactions

Introduction

In this tutorial we learn how to install golang-github-data-dog-go-sqlmock-dev on Kali Linux.

What is golang-github-data-dog-go-sqlmock-dev

golang-github-data-dog-go-sqlmock-dev is:

This is a mock driver as database/sql/driver which is very flexible and pragmatic to manage and mock expected queries. All the expectations should be met and all queries and actions triggered should be mocked in order to pass a test. The package has no 3rd party dependencies.

This package contains the source.

There are three methods to install golang-github-data-dog-go-sqlmock-dev on Kali Linux. 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-data-dog-go-sqlmock-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-data-dog-go-sqlmock-dev using apt-get by running the following command:

sudo apt-get -y install golang-github-data-dog-go-sqlmock-dev

Install golang-github-data-dog-go-sqlmock-dev Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install golang-github-data-dog-go-sqlmock-dev using apt by running the following command:

sudo apt -y install golang-github-data-dog-go-sqlmock-dev

Install golang-github-data-dog-go-sqlmock-dev Using aptitude

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

sudo aptitude update

After updating apt database, We can install golang-github-data-dog-go-sqlmock-dev using aptitude by running the following command:

sudo aptitude -y install golang-github-data-dog-go-sqlmock-dev

How To Uninstall golang-github-data-dog-go-sqlmock-dev on Kali Linux

To uninstall only the golang-github-data-dog-go-sqlmock-dev package we can use the following command:

sudo apt-get remove golang-github-data-dog-go-sqlmock-dev

Uninstall golang-github-data-dog-go-sqlmock-dev And Its Dependencies

To uninstall golang-github-data-dog-go-sqlmock-dev and its dependencies that are no longer needed by Kali Linux, we can use the command below:

sudo apt-get -y autoremove golang-github-data-dog-go-sqlmock-dev

Remove golang-github-data-dog-go-sqlmock-dev Configurations and Data

To remove golang-github-data-dog-go-sqlmock-dev configuration and data from Kali Linux we can use the following command:

sudo apt-get -y purge golang-github-data-dog-go-sqlmock-dev

Remove golang-github-data-dog-go-sqlmock-dev configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge golang-github-data-dog-go-sqlmock-dev

Dependencies

golang-github-data-dog-go-sqlmock-dev have the following dependencies:

References

Summary

In this tutorial we learn how to install golang-github-data-dog-go-sqlmock-dev package on Kali Linux using different package management tools: apt, apt-get and aptitude.