How to Install and Uninstall python3-container-inspector.noarch Package on Fedora 38

Last updated: November 30,2024

1. Install "python3-container-inspector.noarch" package

This guide covers the steps necessary to install python3-container-inspector.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-container-inspector.noarch

2. Uninstall "python3-container-inspector.noarch" package

Learn how to uninstall python3-container-inspector.noarch on Fedora 38:

$ sudo dnf remove python3-container-inspector.noarch $ sudo dnf autoremove

3. Information about the python3-container-inspector.noarch package on Fedora 38

Last metadata expiration check: 0:08:18 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-container-inspector
Version : 32.0.1
Release : 2.fc38
Architecture : noarch
Size : 82 k
Source : python-container-inspector-32.0.1-2.fc38.src.rpm
Repository : updates
Summary : Suite of analysis utilities and command line tools for Docker container images
URL : https://github.com/nexB/container-inspector
License : Apache-2.0
Description : container-inspector is a suite of analysis utilities and command line tools
: for Docker images, containers, root filesystems and virtual machine images.
:
: For Docker images, it can process layers and how these relate to each other as
: well as Dockerfiles.
:
: container-inspector provides utilities to:
:
: - identify Docker images in a file system, its layers and the related metadata.
: - given a Docker image, collect and report its metadata.
: - given a Docker image, extract the layers used to rebuild what how a runtime
: rootfs would look.
: - find and parse Dockerfiles.
: - find how Dockerfiles relate to actual images and their layers.
: - given a Docker image, rootfs or Virtual Machime image collect inventories of
: packages and files installed in an image or layer or rootfs
: (implemented using a provided callable)
: - detect the "distro" of a rootfs of image using os-release files (and an
: extensive test suite for these)
: - detect the operating system, architecture