| Server IP : 138.197.176.125 / Your IP : 216.73.217.54 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/sos/policies/package_managers/__pycache__/ |
Upload File : |
U
-�_g � @ s d dl mZ G dd� de�ZdS )� )�PackageManagerc @ s0 e Zd ZdZdZdZdZdZddgZdd � Z d
S )�RpmPackageManagerz0Package Manager for RPM-based distributions
z7rpm -qa --queryformat "%{NAME}|%{VERSION}|%{RELEASE}\n"zrpm -qfzrpm -qalzrpm -VZ debuginfoz-develc c s8 |� � D ]*}d|krq|�d�\}}}|||fV qd S )N�|)�
splitlines�split)�selfZpkg_list�pkg�name�version�release� r �C/usr/lib/python3/dist-packages/sos/policies/package_managers/rpm.py�_parse_pkg_list s
z!RpmPackageManager._parse_pkg_listN)
�__name__�
__module__�__qualname__�__doc__Z
query_commandZquery_path_commandZ
files_commandZverify_commandZ
verify_filterr r r r r
r s r N)Zsos.policies.package_managersr r r r r r
�<module> s