How to Install and Uninstall containerd.x86_64 Package on Fedora 34

Last updated: July 01,2024

1. Install "containerd.x86_64" package

Please follow the step by step instructions below to install containerd.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install containerd.x86_64

2. Uninstall "containerd.x86_64" package

This guide covers the steps necessary to uninstall containerd.x86_64 on Fedora 34:

$ sudo dnf remove containerd.x86_64 $ sudo dnf autoremove

3. Information about the containerd.x86_64 package on Fedora 34

Last metadata expiration check: 1:06:19 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : containerd
Version : 1.6.4
Release : 1.fc34
Architecture : x86_64
Size : 39 M
Source : containerd-1.6.4-1.fc34.src.rpm
Repository : updates
Summary : Open and reliable container runtime
URL : https://github.com/containerd/containerd
License : ASL 2.0
Description :
: Containerd is an industry-standard container runtime with an emphasis on
: simplicity, robustness and portability. It is available as a daemon for Linux
: and Windows, which can manage the complete container lifecycle of its host
: system: image transfer and storage, container execution and supervision,
: low-level storage and network attachments, etc.