Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
3
©ft`{} ã @ s d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlZ ddl
Z ddlZ ddlZ ddl
Z
ddlZe
jdƒZedƒd Zed
ƒd ZedƒZd
d„ Zf fdd„ZG dd„ deƒZG dd„ deƒZG dd„ deƒZG dd„ deƒZG dd„ deƒZG dd„ deƒZG dd„ deƒZdS )z<
Classes for subcommands of the yum command line interface.
é )Úprint_function)Úunicode_literals)ÚOptionParser)Ú_NÚdnfz+To diagnose the problem, try running: '%s'.zrpm -Va --nofiles --nodigestzDYou probably have corrupted RPMDB, running '%s' might fix the issue.zrpm --rebuilddba You have enabled checking of packages via GPG keys. This is a good thing.
However, you do not have any GPG public keys installed. You need to download
the keys for packages you wish to install and install them.
You can do that by running the command:
rpm --import public.gpg.key
Alternatively you can specify the url to the key you would like to use
for a repository in the 'gpgkey' option in a repository section and {prog}
will install it for you.
For more information contact your distribution or package provider.c C sp | j jsdS | jƒ slxV| jjƒ D ]H}|js0|jr |j r tjdt j
tjj
d�ƒ tjtdƒ|ƒ tjj‚q W dS )zªVerify that there are gpg keys for the enabled repositories in the
rpm database.
:param base: a :class:`dnf.Base` object.
:raises: :class:`cli.CliError`
Nz
%s
)ÚprogzProblem repository: %s)ÚconfZgpgcheckZ_gpg_key_checkÚreposZiter_enabledZ
repo_gpgcheckZgpgkeyÚloggerZcriticalÚgpg_msgÚformatr ÚutilÚMAIN_PROG_UPPERr ÚcliÚCliError)Úbaser Úrepo© r ú/usr/lib/python3.6/__init__.pyÚ_checkGPGKey: s r c C s| | j jƒ rdS xD|D ]<}|jdƒr2tjj|ƒr2dS tjjj|ƒd }|d
krdS qW t dƒj
d j| jj
ƒƒ}tjj|ƒ‚dS )zÖVerify that there is at least one enabled repo.
:param base: a :class:`dnf.Base` object.
:param possible_local_files: the list of strings that could be a local rpms
:raises: :class:`cli.CliError`:
Nz.rpmr ÚhttpÚftpÚfileÚhttpsz*There are no enabled repositories in "{}".z", ")r r r r )r Z_any_enabledÚendswithÚosÚpathÚexistsr ZpycompZurlparser r Újoinr Zreposdirr r )r Zpossible_local_filesZlfileÚschemeÚmsgr r r Ú_checkEnabledRepoK s
r! c @ s€ e Zd ZdZg ZdZdZdd„ Zedd„ ƒZ edd „ ƒZ
ed
d„ ƒZdd
„ Zdd„ Z
dd„ Zdd„ Zdd„ Zdd„ Zdd„ ZdS )ÚCommandz%Abstract base class for CLI commands.Ú Nc C s
|| _ d S )N)r )Úselfr r r r Ú__init__f s zCommand.__init__c C s | j jS )N)r r )r$ r r r r j s zCommand.basec C s
| j d S )Nr )Úaliases)r$ r r r Ú_basecmdo s zCommand._basecmdc C s
| j jjS )N)r r Úoutput)r$ r r r r( s s zCommand.outputc C s dS )z4Define command specific options and arguments. #:apiNr )r$ Úparserr r r Ú
set_argparserw s zCommand.set_argparserc C s dS )z*Do any command-specific pre-configuration.Nr )r$ r r r Ú
pre_configure{ s zCommand.pre_configurec C s dS )z&Do any command-specific configuration.Nr )r$ r r r Ú configure€ s zCommand.configurec C s&