How To Install golang-github-containers-libpod-dev on Kali Linux
Introduction
In this tutorial we learn how to install golang-github-containers-libpod-dev on Kali Linux.
What is golang-github-containers-libpod-dev
golang-github-containers-libpod-dev is:
Podman is an engine for running OCI-based containers in Pods. Podman provides a CLI interface for managing Pods, Containers, and Container Images.
At a high level, the scope of libpod and podman is the following:
- Support multiple image formats including the OCI and Docker image formats.
- Support for multiple means to download images including trust & image verification.
- Container image management (managing image layers, overlay filesystems, etc).
- Full management of container lifecycle.
- Support for pods to manage groups of containers together.
- Resource isolation of containers and pods.
- Support for a Docker-compatible CLI interface through Podman.
Podman is a daemon-less alternative to Docker.
This package contains golang sources that other packages may require for building.
There are three methods to install golang-github-containers-libpod-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-containers-libpod-dev Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install golang-github-containers-libpod-dev using apt-get by running the following command:
sudo apt-get -y install golang-github-containers-libpod-devInstall golang-github-containers-libpod-dev Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install golang-github-containers-libpod-dev using apt by running the following command:
sudo apt -y install golang-github-containers-libpod-devInstall golang-github-containers-libpod-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 updateAfter updating apt database, We can install golang-github-containers-libpod-dev using aptitude by running the following command:
sudo aptitude -y install golang-github-containers-libpod-devHow To Uninstall golang-github-containers-libpod-dev on Kali Linux
To uninstall only the golang-github-containers-libpod-dev package we can use the following command:
sudo apt-get remove golang-github-containers-libpod-devUninstall golang-github-containers-libpod-dev And Its Dependencies
To uninstall golang-github-containers-libpod-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-containers-libpod-devRemove golang-github-containers-libpod-dev Configurations and Data
To remove golang-github-containers-libpod-dev configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge golang-github-containers-libpod-devRemove golang-github-containers-libpod-dev configuration, data, and all of its dependencies
We can use the following command to remove golang-github-containers-libpod-dev configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge golang-github-containers-libpod-devDependencies
golang-github-containers-libpod-dev have the following dependencies:
- golang-dbus-dev
- golang-ginkgo-dev
- golang-github-appc-cni-dev
- golang-github-buger-goterm-dev
- golang-github-checkpoint-restore-go-criu-dev
- golang-github-containerd-cgroups-dev
- golang-github-containernetworking-plugins-dev
- golang-github-containers-buildah-dev
- golang-github-containers-common-dev
- golang-github-containers-image-dev
- golang-github-containers-ocicrypt-dev
- golang-github-containers-psgo-dev
- golang-github-containers-storage-dev
- golang-github-coreos-bbolt-dev
- golang-github-coreos-go-iptables-dev
- golang-github-coreos-go-systemd-dev
- golang-github-cyphar-filepath-securejoin-dev
- golang-github-docker-distribution-dev
- golang-github-docker-docker-dev
- golang-github-docker-go-connections-dev
- golang-github-docker-go-units-dev
- golang-github-docker-spdystream-dev
- golang-github-fullsailor-pkcs7-dev
- golang-github-ghodss-yaml-dev
- golang-github-google-shlex-dev
- golang-github-google-uuid-dev
- golang-github-hashicorp-go-multierror-dev
- golang-github-influxdata-tail-dev
- golang-github-json-iterator-go-dev
- golang-github-mrunalp-fileutils-dev
- golang-github-opencontainers-go-digest-dev
- golang-github-opencontainers-image-spec-dev
- golang-github-opencontainers-runc-dev
- golang-github-opencontainers-runtime-tools-dev
- golang-github-opencontainers-selinux-dev
- golang-github-openshift-api-dev
- golang-github-openshift-imagebuilder-dev
- golang-github-pkg-errors-dev
- golang-github-pkg-profile-dev
- golang-github-rootless-containers-rootlesskit-dev
- golang-github-seccomp-containers-golang-dev
- golang-github-seccomp-libseccomp-golang-dev
- golang-github-sirupsen-logrus-dev
- golang-github-stretchr-testify-dev
- golang-github-uber-go-atomic-dev
- golang-github-ulikunitz-xz-dev
- golang-github-vbatts-tar-split-dev
- golang-github-vishvananda-netlink-dev
- golang-github-vividcortex-ewma-dev
- golang-go-zfs-dev
- golang-go.opencensus-dev
- golang-golang-x-crypto-dev
- golang-golang-x-sys-dev
- golang-golang-x-text-dev
- golang-golang-x-xerrors-dev
- golang-gomega-dev
- golang-google-genproto-dev
- golang-google-grpc-dev
- golang-gopkg-inf.v0-dev
- golang-gopkg-square-go-jose.v2-dev
- golang-gopkg-yaml.v3-dev
- golang-k8s-sigs-structured-merge-diff-dev
- golang-toml-dev
References
Summary
In this tutorial we learn how to install golang-github-containers-libpod-dev package on Kali Linux using different package management tools: apt, apt-get and aptitude.