How to Install and Uninstall python3-path.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python3-path.noarch" package

In this section, we are going to explain the necessary steps to install python3-path.noarch on Rocky Linux 8

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

2. Uninstall "python3-path.noarch" package

This is a short guide on how to uninstall python3-path.noarch on Rocky Linux 8:

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

3. Information about the python3-path.noarch package on Rocky Linux 8

Last metadata expiration check: 1:01:36 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-path
Version : 11.5.0
Release : 2.el8
Architecture : noarch
Size : 59 k
Source : python-path-11.5.0-2.el8.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.