How to Install and Uninstall python-container-inspector-doc.noarch Package on Fedora 39

Last updated: September 21,2024

1. Install "python-container-inspector-doc.noarch" package

Please follow the instructions below to install python-container-inspector-doc.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python-container-inspector-doc.noarch

2. Uninstall "python-container-inspector-doc.noarch" package

In this section, we are going to explain the necessary steps to uninstall python-container-inspector-doc.noarch on Fedora 39:

$ sudo dnf remove python-container-inspector-doc.noarch $ sudo dnf autoremove

3. Information about the python-container-inspector-doc.noarch package on Fedora 39

Last metadata expiration check: 2:30:05 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python-container-inspector-doc
Version : 32.0.1
Release : 2.fc39
Architecture : noarch
Size : 97 k
Source : python-container-inspector-32.0.1-2.fc39.src.rpm
Repository : updates
Summary : Documentation for python-container-inspector
URL : https://github.com/nexB/container-inspector
License : Apache-2.0 AND BSD-2-Clause AND MIT
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
:
: This package is providing the documentation for container-inspector.