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

Last updated: March 01,2025

1. Install "python3-tracer.noarch" package

This tutorial shows how to install python3-tracer.noarch on Oracle Linux 9

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

2. Uninstall "python3-tracer.noarch" package

Here is a brief guide to show you how to uninstall python3-tracer.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 2:16:35 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-tracer
Version : 0.7.5
Release : 4.el9
Architecture : noarch
Size : 311 k
Source : tracer-0.7.5-4.el9.src.rpm
Repository : ol9_appstream
Summary : Common files for tracer
URL : http://tracer-package.com/
License : GPLv2+
Description : Tracer determines which applications use outdated files and prints them. For
: special kind of applications such as services or daemons, it suggests a standard
: command to restart it. Detecting whether file is outdated or not is based on a
: simple idea. If application has loaded in memory any version of a file
: which is provided by any package updated since system was booted up, tracer
: consider this application as outdated.
:
: Python 3 version.