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

Last updated: July 01,2024

1. Install "podman-compose.noarch" package

This guide covers the steps necessary to install podman-compose.noarch on Oracle Linux 8

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

2. Uninstall "podman-compose.noarch" package

This guide let you learn how to uninstall podman-compose.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 6:58:57 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : podman-compose
Version : 1.0.3
Release : 3.el8
Architecture : noarch
Size : 65 k
Source : podman-compose-1.0.3-3.el8.src.rpm
Repository : epel
Summary : Run docker-compose.yml using podman
URL : https://github.com/containers/podman-compose
License : GPLv2
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.