How to Install and Uninstall podman-compose.noarch Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "podman-compose.noarch" package

This tutorial shows how to install podman-compose.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install podman-compose.noarch

2. Uninstall "podman-compose.noarch" package

Please follow the guidelines below to uninstall podman-compose.noarch on Oracle Linux 9:

$ sudo dnf remove podman-compose.noarch $ sudo dnf autoremove

3. Information about the podman-compose.noarch package on Oracle Linux 9

Last metadata expiration check: 2:12:46 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : podman-compose
Version : 1.0.6
Release : 3.el9
Architecture : noarch
Size : 85 k
Source : podman-compose-1.0.6-3.el9.src.rpm
Repository : epel
Summary : Run docker-compose.yml using podman
URL : https://github.com/containers/podman-compose
License : GPL-2.0-only
Description : An implementation of docker-compose with podman backend.
: The main objective of this project is to be able to run docker-compose.yml
: unmodified and rootless.