How to Install and Uninstall python3-path.noarch Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "python3-path.noarch" package

Please follow the steps below to install python3-path.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-path.noarch

2. Uninstall "python3-path.noarch" package

This guide covers the steps necessary to uninstall python3-path.noarch on Oracle Linux 9:

$ sudo dnf remove python3-path.noarch $ sudo dnf autoremove

3. Information about the python3-path.noarch package on Oracle Linux 9

Last metadata expiration check: 2:51:49 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-path
Version : 11.5.0
Release : 9.el9
Architecture : noarch
Size : 57 k
Source : python-path-11.5.0-9.el9.src.rpm
Repository : epel
Summary : Python 3 module wrapper for os.path
URL : https://pypi.python.org/pypi/path.py
License : MIT
Description : path.py implements path objects as first-class entities, allowing common
: operations on files to be invoked on those path objects directly.