How to Install and Uninstall qm.noarch Package on Oracle Linux 9

Last updated: September 25,2024

1. Install "qm.noarch" package

Please follow the instructions below to install qm.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install qm.noarch

2. Uninstall "qm.noarch" package

Please follow the guidelines below to uninstall qm.noarch on Oracle Linux 9:

$ sudo dnf remove qm.noarch $ sudo dnf autoremove

3. Information about the qm.noarch package on Oracle Linux 9

Last metadata expiration check: 0:02:32 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : qm
Version : 0.6.2
Release : 1.el9
Architecture : noarch
Size : 47 k
Source : qm-0.6.2-1.el9.src.rpm
Repository : epel
Summary : Containerized environment for running Quality Management software
URL : https://github.com/containers/qm
License : GPL-2.0-only
Description : This package allow users to setup an environment which prevents applications
: and container tools from interfering with other all other processes on the
: system.
:
: The QM runs its own version of systemd and Podman to isolate not only the
: applications and containers launched by systemd and Podman but systemd and
: Podman themselves.
:
: Software install into the QM environment under `/usr/lib/qm/rootfs` is
: automatically isolated from the host. If developers need to further
: isolate there applications from other processes in the QM they should
: use container tools like Podman.