How To Install golang-github-ubuntu-core-snappy-dev on Ubuntu 20.04

In this tutorial we learn how to install golang-github-ubuntu-core-snappy-dev on Ubuntu 20.04. golang-github-ubuntu-core-snappy-dev is transitional dummy package transitional dummy package transitional dummy package

Introduction

In this tutorial we learn how to install golang-github-ubuntu-core-snappy-dev on Ubuntu 20.04.

What is golang-github-ubuntu-core-snappy-dev

golang-github-ubuntu-core-snappy-dev is:

This is a transitional dummy package. It can safely be removed.

Package: golang-github-ubuntu-core-snappy-dev Architecture: all Version: 2.48.3+20.04 Priority: optional Section: devel Source: snapd Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 154 Depends: golang-github-snapcore-snapd-dev Filename: pool/main/s/snapd/golang-github-ubuntu-core-snappy-dev_2.48.3+20.04_all.deb Size: 1624 MD5sum: 4e4ab253283706dfc958a9dcf0e4ce5e SHA1: 72ae4b3ac7da1f8cdd05c648cc2cca0c2092b9a4 SHA256: 9905cdf915fd8297127f64c27cfe929f64d070b25f0c0f829c04756dc8890a3f SHA512: 36a5582f9c4b1744a58eeb0e31103699252c64c18886881895b4557906dd7d9bbf5d00d625762cdce69dc21ed0c9645379e82422539eedad221d77fe54de1a22 Homepage: https://github.com/snapcore/snapd Description-en: transitional dummy package This is a transitional dummy package. It can safely be removed.

Package: golang-github-ubuntu-core-snappy-dev Architecture: all Version: 2.44.3+20.04 Priority: optional Section: devel Source: snapd Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 130 Depends: golang-github-snapcore-snapd-dev Filename: pool/main/s/snapd/golang-github-ubuntu-core-snappy-dev_2.44.3+20.04_all.deb Size: 1628 MD5sum: 965dbf2cc5a01a0f1fb4e64157bba9cc SHA1: 0c7de96f2207a9749e6463bd74efdc147e221e38 SHA256: 917bbfa04de63b3a3392bb3e089b01ffd7d6c5e3f66942f5f605f30ef5cbdb5b Homepage: https://github.com/snapcore/snapd Description-en: transitional dummy package This is a transitional dummy package. It can safely be removed.

There are three methods to install golang-github-ubuntu-core-snappy-dev on Ubuntu 20.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-ubuntu-core-snappy-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-ubuntu-core-snappy-dev using apt-get by running the following command:

sudo apt-get -y install golang-github-ubuntu-core-snappy-dev

Install golang-github-ubuntu-core-snappy-dev Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install golang-github-ubuntu-core-snappy-dev using apt by running the following command:

sudo apt -y install golang-github-ubuntu-core-snappy-dev

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

sudo aptitude -y install golang-github-ubuntu-core-snappy-dev

How To Uninstall golang-github-ubuntu-core-snappy-dev on Ubuntu 20.04

To uninstall only the golang-github-ubuntu-core-snappy-dev package we can use the following command:

sudo apt-get remove golang-github-ubuntu-core-snappy-dev

Uninstall golang-github-ubuntu-core-snappy-dev And Its Dependencies

To uninstall golang-github-ubuntu-core-snappy-dev and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove golang-github-ubuntu-core-snappy-dev

Remove golang-github-ubuntu-core-snappy-dev Configurations and Data

To remove golang-github-ubuntu-core-snappy-dev configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge golang-github-ubuntu-core-snappy-dev

Remove golang-github-ubuntu-core-snappy-dev configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge golang-github-ubuntu-core-snappy-dev

References

Summary

In this tutorial we learn how to install golang-github-ubuntu-core-snappy-dev package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.