| Server IP : 162.19.112.25 / Your IP : 216.73.216.88 Web Server : LiteSpeed System : Linux qamar.tasjeel.ae 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : archiart ( 1428) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/ |
Upload File : |
a
�!c � @ sR d dl mZ d dl mZ d dlmZ d dlmZ d dlmZ G dd� dej �Z
dS ) � )�absolute_import)�unicode_literals)�commands)�OptionParser)�_c @ s8 e Zd ZdZdZed�Zedd� �Zdd� Z dd � Z
d
S )�DowngradeCommandzWA class containing methods needed by the cli to execute the
downgrade command.
)Z downgradeZdgzDowngrade a packagec C s | j ddtd�tjd� d S )N�package�*zPackage to downgrade)�nargs�help�action)�add_argumentr r ZParseSpecGroupFileCallback)�parser� r �>/usr/lib/python3.9/site-packages/dnf/cli/commands/downgrade.py�
set_argparser$ s �zDowngradeCommand.set_argparserc C sH | j j}d|_d|_d|_d|_t�| j| j � | j j
sDt�| j� d S )NT)Zcli�demandsZsack_activationZavailable_reposZ resolvingZ root_userr Z_checkGPGKey�base�opts� filenamesZ_checkEnabledRepo)�selfr r r r � configure) s zDowngradeCommand.configurec C sJ | j j| jjd| j jjd�}| j j| jjdd� | jjD � || j j j
d�S )NF)�strict�progressc S s g | ]}d | �qS )�@r )�.0�xr r r �
<listcomp>8 � z(DowngradeCommand.run.<locals>.<listcomp>)Zspecs� file_pkgsr )r Zadd_remote_rpmsr r �outputr Z
downgradePkgsZ pkg_specsZ grp_specsZconfr )r r r r r �run4 s ��zDowngradeCommand.runN)�__name__�
__module__�__qualname__�__doc__�aliasesr Zsummary�staticmethodr r r! r r r r r s
r N)Z
__future__r r Zdnf.clir Zdnf.cli.option_parserr Zdnf.i18nr ZCommandr r r r r �<module> s