How to Install and Uninstall crun Package on Kali Linux

Last updated: May 15,2024

1. Install "crun" package

Please follow the guidelines below to install crun on Kali Linux

$ sudo apt update $ sudo apt install crun

2. Uninstall "crun" package

Please follow the guidance below to uninstall crun on Kali Linux:

$ sudo apt remove crun $ sudo apt autoclean && sudo apt autoremove

3. Information about the crun package on Kali Linux

Package: crun
Version: 1.14.1-1
Installed-Size: 1855
Maintainer: Faidon Liambotis
Architecture: amd64
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libseccomp2 (>= 2.3.0), libsystemd0 (>= 246), libyajl2 (>= 2.0.4)
Suggests: libwasmedge0
Size: 329744
SHA256: 43bd774df40b315770de7c36af4196f349683534801cf070a994698a850f3ec1
SHA1: d488e02d729ba09313c5e9d00315ff4019089df4
MD5sum: c45bae0623a7d1d9d5cd5229a7e494e0
Description: lightweight OCI runtime for running containers
crun is a command line program for running Linux containers that follow the
Open Container Initiative (OCI) format. It is alternative to runc, but fully
written in C, and focused on being fast and low-memory.
.
As an OCI runtime, crun is low-level and primarily intended to be used through
a container engine, such as podman, docker, and containerd.
Description-md5:
Homepage: https://github.com/containers/crun
Built-Using: golang-github-opencontainers-image-spec (= 1.1.0~rc5-1), golang-github-opencontainers-specs (= 1.1.0-1)
Section: admin
Priority: optional
Filename: pool/main/c/crun/crun_1.14.1-1_amd64.deb