How To Install golang-github-opencontainers-runc-dev on Ubuntu 20.04

In this tutorial we learn how to install golang-github-opencontainers-runc-dev on Ubuntu 20.04. golang-github-opencontainers-runc-dev is Open Container Project - development files Open Container Project - development files

Introduction

In this tutorial we learn how to install golang-github-opencontainers-runc-dev on Ubuntu 20.04.

What is golang-github-opencontainers-runc-dev

golang-github-opencontainers-runc-dev is:

“runc” is a command line client for running applications packaged according to the Open Container Format (OCF) and is a compliant implementation of the Open Container Project specification.

This package provides development files formerly known as “github.com/docker/libcontainer”.

Package: golang-github-opencontainers-runc-dev Architecture: all Version: 1.0.0~rc10-0ubuntu1 Priority: extra Section: devel Source: runc Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian Go Packaging Team [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 10436 Filename: pool/main/r/runc/golang-github-opencontainers-runc-dev_1.0.0~rc10-0ubuntu1_all.deb Size: 693876 MD5sum: a939a1a2d3fe38701462db455b1550a4 SHA1: c6a57d94e0d8e6939bbe598d17917ee49a5120b3 SHA256: 0da737eb062b07e37226e5ef2bd3ed4af26f45f329d1af0e0a04a4d72bf4e31b Homepage: https://github.com/opencontainers/runc Description-en: Open Container Project - development files “runc” is a command line client for running applications packaged according to the Open Container Format (OCF) and is a compliant implementation of the Open Container Project specification.

This package provides development files formerly known as “github.com/docker/libcontainer”.

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

sudo apt-get -y install golang-github-opencontainers-runc-dev

Install golang-github-opencontainers-runc-dev Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install golang-github-opencontainers-runc-dev

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

sudo aptitude -y install golang-github-opencontainers-runc-dev

How To Uninstall golang-github-opencontainers-runc-dev on Ubuntu 20.04

To uninstall only the golang-github-opencontainers-runc-dev package we can use the following command:

sudo apt-get remove golang-github-opencontainers-runc-dev

Uninstall golang-github-opencontainers-runc-dev And Its Dependencies

To uninstall golang-github-opencontainers-runc-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-opencontainers-runc-dev

Remove golang-github-opencontainers-runc-dev Configurations and Data

To remove golang-github-opencontainers-runc-dev configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge golang-github-opencontainers-runc-dev

Remove golang-github-opencontainers-runc-dev configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge golang-github-opencontainers-runc-dev

References

Summary

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