Installed Packages
- GeoIP-1.5.0-14.el7 - Library for country/city/organization to IP address or hostname mapping
- GeoIP is a C library that enables the user to find the country that any IP
address or hostname originates from. It uses a file based database that is
accurate as of June 2007 and can optionally be updated on a weekly
basis by installing the GeoIP-update package. This database simply contains IP
blocks as keys, and countries as values. This database should be more complete
and accurate than using reverse DNS lookups.
This package includes GeoLite data created by MaxMind, available from
http://www.maxmind.com/
- ImageMagick-6.9.10.68-6.el7_9 - An X application for displaying and manipulating images
- ImageMagick is an image display and manipulation tool for the X
Window System. ImageMagick can read and write JPEG, TIFF, PNM, GIF,
and Photo CD image formats. It can resize, rotate, sharpen, color
reduce, or add special effects to an image, and when finished you can
either save the completed work in the original format or a different
one. ImageMagick also includes command line programs for creating
animated or transparent .gifs, creating composite images, creating
thumbnail images, and more.
ImageMagick is one of your choices if you need a program to manipulate
and display images. If you want to develop your own applications
which use ImageMagick code or APIs, you need to install
ImageMagick-devel as well.
- OpenEXR-libs-1.7.1-8.el7 - OpenEXR runtime libraries
- OpenEXR runtime libraries.
- PyYAML-3.10-11.el7 - YAML parser and emitter for Python
- YAML is a data serialization format designed for human readability and
interaction with scripting languages. PyYAML is a YAML parser and
emitter for Python.
PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
support, capable extension API, and sensible error messages. PyYAML
supports standard YAML tags and provides Python-specific tags that
allow to represent an arbitrary Python object.
PyYAML is applicable for a broad range of tasks from complex
configuration files to object serialization and persistance.
- ShellCheck-0.3.8-1.el7 - Tool for checking common errors in POSIX shell scripts
- The goals of ShellCheck are:
* To point out and clarify typical beginner's syntax issues,
that causes a shell to give cryptic error messages.
* To point out and clarify typical intermediate level semantic problems,
that causes a shell to behave strangely and counter-intuitively.
* To point out subtle caveats, corner cases and pitfalls, that may cause an
advanced user's otherwise working script to fail under future circumstances.
- acl-2.2.51-15.el7 - Access control list utilities
- This package contains the getfacl and setfacl utilities needed for
manipulating access control lists.
- adobe-mappings-cmap-20171205-3.el7 - CMap resources for Adobe's character collections
- CMap (Character Map) resources are used to unidirectionally map character codes,
such as Unicode encoding form, to CIDs (Character IDs -- meaning glyphs) of a
CIDFont resource.
These CMap resources are useful for some applications (e.g. Ghostscript) to
correctly display text containing Japanese, (Traditional) Chinese, or Korean
characters.
- adobe-mappings-cmap-deprecated-20171205-3.el7 - Deprecated CMap resources for Adobe's character collections
- This sub-package contains currently deprecated CMap resources that some
applications might still require to function properly.
- adobe-mappings-pdf-20180407-1.el7 - PDF mapping resources from Adobe
- Mapping resources for PDF have a variety of functions, such as mapping CIDs
(Character IDs) to character codes, or mapping character codes to other
character codes.
These mapping resources for PDF should not be confused with CMap resources.
While both types of resources share the same file structure and syntax, they
have very different functions.
These PDF mapping resources are useful for some applications (e.g. Ghostscript)
to function properly.
- adwaita-cursor-theme-3.28.0-1.el7 - Adwaita cursor theme
- The adwaita-cursor-theme package contains a modern set of cursors originally
designed for the GNOME desktop.
- adwaita-icon-theme-3.28.0-1.el7 - Adwaita icon theme
- This package contains the Adwaita icon theme used by the GNOME desktop.
- alpine-2.24-1.el7 - powerful, easy to use console email client
- Alpine -- an Alternatively Licensed Program for Internet
News & Email -- is a tool for reading, sending, and managing
electronic messages. Alpine is the successor to Pine and was
developed by Computing & Communications at the University of
Washington.
Though originally designed for inexperienced email users,
Alpine supports many advanced features, and an ever-growing number of
configuration and personal-preference options.
Changes and enhancements over pine:
* Released under the Apache Software License, Version 2.0.
* Internationalization built around new internal Unicode support.
* Ground-up reorganization of source code around new "pith/" core
routine library.
* Ground-up reorganization of build and install procedure based on
GNU Build System's autotools.
- apr-1.4.8-7.el7 - Apache Portable Runtime library
- The mission of the Apache Portable Runtime (APR) is to provide a
free library of C data structures and routines, forming a system
portability layer to as many operating systems as possible,
including Unices, MS Win32, BeOS and OS/2.
- apr-util-1.5.2-6.el7_9.1 - Apache Portable Runtime Utility library
- The mission of the Apache Portable Runtime (APR) is to provide a
free library of C data structures and routines. This library
contains additional utility interfaces for APR; including support
for XML, LDAP, database interfaces, URI parsing and more.
- aspell-0.60.6.1-9.el7 - Spell checker
- GNU Aspell is a spell checker designed to eventually replace Ispell. It can
either be used as a library or as an independent spell checker. Its main
feature is that it does a much better job of coming up with possible
suggestions than just about any other spell checker out there for the
English language, including Ispell and Microsoft Word. It also has many
other technical enhancements over Ispell such as using shared memory for
dictionaries and intelligently handling personal dictionaries when more
than one Aspell process is open at once.
- at-3.1.13-25.el7_9 - Job spooling tools
- At and batch read commands from standard input or from a specified
file. At allows you to specify that a command will be run at a
particular time. Batch will execute commands when the system load
levels drop to a particular level. Both commands use user's shell.
You should install the at package if you need a utility for
time-oriented job control. Note: If it is a recurring job that will
need to be repeated at the same time every day/week, etc. you should
use crontab instead.
- at-spi2-atk-2.26.2-1.el7 - A GTK+ module that bridges ATK to D-Bus at-spi
- at-spi allows assistive technologies to access GTK-based
applications. Essentially it exposes the internals of applications for
automation, so tools such as screen readers, magnifiers, or even
scripting interfaces can query and interact with GUI controls.
This version of at-spi is a major break from previous versions.
It has been completely rewritten to use D-Bus rather than
ORBIT / CORBA for its transport protocol.
This package includes a gtk-module that bridges ATK to the new
D-Bus based at-spi.
- at-spi2-core-2.28.0-1.el7 - Protocol definitions and daemon for D-Bus at-spi
- at-spi allows assistive technologies to access GTK-based
applications. Essentially it exposes the internals of applications for
automation, so tools such as screen readers, magnifiers, or even
scripting interfaces can query and interact with GUI controls.
This version of at-spi is a major break from previous versions.
It has been completely rewritten to use D-Bus rather than
ORBIT / CORBA for its transport protocol.
- atk-2.28.1-2.el7 - Interfaces for accessibility support
- The ATK library provides a set of interfaces for adding accessibility
support to applications and graphical user interface toolkits. By
supporting the ATK interfaces, an application or toolkit can be used
with tools such as screen readers, magnifiers, and alternative input
devices.
- atomic-registries-1.22.1-33.gitb507039.el7_8 - Parses a global YAML registry file
- Utility that parses a global YAML registry file for container runtimes.
- attr-2.4.46-13.el7 - Utilities for managing filesystem extended attributes
- A set of tools for manipulating extended attributes on filesystem
objects, in particular getfattr(1) and setfattr(1).
An attr(1) command is also provided which is largely compatible
with the SGI IRIX tool of the same name.
- audit-libs-2.8.5-4.el7 - Dynamic library for libaudit
- The audit-libs package contains the dynamic libraries needed for
applications to use the audit framework.
- audit-libs-python-2.8.5-4.el7 - Python bindings for libaudit
- The audit-libs-python package contains the bindings so that libaudit
and libauparse can be used by python.
- augeas-libs-1.4.0-10.el7 - Libraries for augeas
- The libraries for augeas.
- authconfig-6.2.8-30.el7 - Command line tool for setting up authentication from network services
- Authconfig is a command line utility which can configure a workstation
to use shadow (more secure) passwords. Authconfig can also configure a
system to be a client for certain networked user information and
authentication schemes.
- autoconf-2.69-11.el7 - A GNU tool for automatically configuring source code
- GNU's Autoconf is a tool for configuring source code and Makefiles.
Using Autoconf, programmers can create portable and configurable
packages, since the person building the package is allowed to
specify various configuration options.
You should install Autoconf if you are developing software and
would like to create shell scripts that configure your source code
packages. If you are installing Autoconf, you will also need to
install the GNU m4 package.
Note that the Autoconf package is not required for the end-user who
may be configuring software with an Autoconf-generated script;
Autoconf is only required for the generation of the scripts, not
their use.
- automake-1.13.4-3.el7 - A GNU tool for automatically creating Makefiles
- Automake is a tool for automatically generating `Makefile.in'
files compliant with the GNU Coding Standards.
You should install Automake if you are developing software and would
like to use its ability to automatically generate GNU standard
Makefiles.
- avahi-0.6.31-20.el7 - Local network service discovery
- Avahi is a system which facilitates service discovery on
a local network -- this means that you can plug your laptop or
computer into a network and instantly be able to view other people who
you can chat with, find printers to print to or find files being
shared. This kind of technology is already found in MacOS X (branded
'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very
convenient.
- avahi-libs-0.6.31-20.el7 - Libraries for avahi run-time use
- The avahi-libs package contains the libraries needed
to run programs that use avahi.
- basesystem-10.0-7.el7.centos - The skeleton package which defines a simple CentOS Linux system
- Basesystem defines the components of a basic CentOS Linux
system (for example, the package installation order to use during
bootstrapping). Basesystem should be in every installation of a system,
and it should never be removed.
- bash-4.2.46-35.el7_9 - The GNU Bourne Again shell
- The GNU Bourne Again shell (Bash) is a shell or command language
interpreter that is compatible with the Bourne shell (sh). Bash
incorporates useful features from the Korn shell (ksh) and the C shell
(csh). Most sh scripts can be run by bash without modification.
- bc-1.06.95-13.el7 - GNU's bc (a numeric processing language) and dc (a calculator)
- The bc package includes bc and dc. Bc is an arbitrary precision
numeric processing arithmetic language. Dc is an interactive
arbitrary precision stack based calculator, which can be used as a
text mode calculator.
Install the bc package if you need its number handling capabilities or
if you would like to use its text mode calculator.
- bind-9.11.4-26.P2.el7_9.15 - The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server
- BIND (Berkeley Internet Name Domain) is an implementation of the DNS
(Domain Name System) protocols. BIND includes a DNS server (named),
which resolves host names to IP addresses; a resolver library
(routines for applications to use when interfacing with DNS); and
tools for verifying that the DNS server is operating properly.
- bind-export-libs-9.11.4-26.P2.el7_9.15 - ISC libs for DHCP application
- BIND (Berkeley Internet Name Domain) is an implementation of the DNS
(Domain Name System) protocols. This package set contains only export
version of BIND libraries, that are used for building ISC DHCP.
- bind-libs-9.11.4-26.P2.el7_9.15 - Libraries used by the BIND DNS packages
- Contains heavyweight version of BIND suite libraries used by both named DNS
server and utilities in bind-utils package.
- bind-libs-lite-9.11.4-26.P2.el7_9.15 - Libraries for working with the DNS protocol
- Contains lite version of BIND suite libraries which are used by various
programs to work with DNS protocol.
- bind-license-9.11.4-26.P2.el7_9.15 - License of the BIND DNS suite
- Contains license of the BIND DNS suite.
- bind-utils-9.11.4-26.P2.el7_9.15 - Utilities for querying DNS name servers
- Bind-utils contains a collection of utilities for querying DNS (Domain
Name System) name servers to find out information about Internet
hosts. These tools will provide you with the IP addresses for given
host names, as well as other information about registered domains and
network addresses.
You should install bind-utils if you need to get information from DNS name
servers.
- binutils-2.27-44.base.el7_9.1 - A GNU collection of binary utilities
- Binutils is a collection of binary utilities, including ar (for
creating, modifying and extracting from archives), as (a family of GNU
assemblers), gprof (for displaying call graph profile data), ld (the
GNU linker), nm (for listing symbols from object files), objcopy (for
copying and translating object files), objdump (for displaying
information from object files), ranlib (for generating an index for
the contents of an archive), readelf (for displaying detailed
information about binary files), size (for listing the section sizes
of an object or archive file), strings (for listing printable strings
from files), strip (for discarding symbols), and addr2line (for
converting addresses to file and line).
- bison-3.0.4-2.el7 - A GNU general-purpose parser generator
- Bison is a general purpose parser generator that converts a grammar
description for an LALR(1) context-free grammar into a C program to
parse that grammar. Bison can be used to develop a wide range of
language parsers, from ones used in simple desk calculators to complex
programming languages. Bison is upwardly compatible with Yacc, so any
correctly written Yacc grammar should work with Bison without any
changes. If you know Yacc, you shouldn't have any trouble using
Bison. You do need to be very proficient in C programming to be able
to use Bison. Bison is only needed on systems that are used for
development.
If your system will be used for C development, you should install
Bison.
- bmon-3.6-1.el7 - Bandwidth monitor and rate estimator
- bmon is a monitoring and debugging tool to capture networking related
statistics and prepare them visually in a human friendly way. It
features various output methods including an interactive curses user
interface and a programmable text output for scripting.
- boost-date-time-1.53.0-28.el7 - Run-Time component of boost date-time library
-
Run-Time support for Boost Date Time, set of date-time libraries based
on generic programming concepts.
- boost-iostreams-1.53.0-28.el7 - Run-Time component of boost iostreams library
-
Run-Time support for Boost.IOStreams, a framework for defining streams,
stream buffers and i/o filters.
- boost-random-1.53.0-28.el7 - Run-Time component of boost random library
-
Run-Time support for boost random library.
- boost-system-1.53.0-28.el7 - Run-Time component of boost system support library
-
Run-Time component of Boost operating system support library, including
the diagnostics support that will be part of the C++0x standard
library.
- boost-thread-1.53.0-28.el7 - Run-Time component of boost thread library
-
Run-Time component Boost.Thread library, which provides classes and
functions for managing multiple threads of execution, and for
synchronizing data between the threads or providing separate copies of
data specific to individual threads.
- boxes-1.3-4.el7 - Draw any kind of box around some given text
- "boxes" is a text filter which can draw ASCII art boxes around its input text.
These boxes may also be removed, even if they have been badly damaged by editing
of the text inside. Since boxes may be open on any side, boxes can also be used
to create regional comments in any programming language. With the help of an
editor macro or mapping, damaged boxes can easily be repaired. This is useful
for making the function headers in your programming language look better, for
spicing up your news postings and emails, or just for decorating your
documentation files. New box designs of all sorts can easily be added and shared
by appending to a free format configuration file. boxes was intended to be used
with the vim text editor, but can be tied to any text editor which supports
filters.
- byacc-1.9.20130304-3.el7 - Berkeley Yacc, a parser generator
- This package provides a parser generator utility that reads a grammar
specification from a file and generates an LR(1) parser for it. The
parsers consist of a set of LALR(1) parsing tables and a driver
routine written in the C programming language. It has a public domain
license which includes the generated C.
If you are going to do development on your system, you will want to install
this package.
- bzip2-1.0.6-13.el7 - A file compression utility
- Bzip2 is a freely available, patent-free, high quality data compressor.
Bzip2 compresses files to within 10 to 15 percent of the capabilities
of the best techniques available. However, bzip2 has the added benefit
of being approximately two times faster at compression and six times
faster at decompression than those techniques. Bzip2 is not the
fastest compression utility, but it does strike a balance between speed
and compression capability.
Install bzip2 if you need a compression utility.
- bzip2-devel-1.0.6-13.el7 - Libraries and header files for apps which will use bzip2
-
Header files and a library of bzip2 functions, for developing apps
which will use the library.
- bzip2-libs-1.0.6-13.el7 - Libraries for applications using bzip2
-
Libraries for applications using the bzip2 compression format.
- ca-certificates-2023.2.60_v7.0.306-72.el7_9 - The Mozilla CA root certificate bundle
- This package contains the set of CA certificates chosen by the
Mozilla Foundation for use with the Internet PKI.
- cairo-1.15.12-4.el7 - A 2D graphics library
- Cairo is a 2D graphics library designed to provide high-quality display
and print output. Currently supported output targets include the X Window
System, in-memory image buffers, and image files (PDF, PostScript, and SVG).
Cairo is designed to produce consistent output on all output media while
taking advantage of display hardware acceleration when available.
- cairo-gobject-1.15.12-4.el7 - GObject bindings for cairo
- Cairo is a 2D graphics library designed to provide high-quality display
and print output.
This package contains functionality to make cairo graphics library
integrate well with the GObject object system used by GNOME.
- centos-indexhtml-7-9.el7.centos - Browser default start page for CentOS
- The indexhtml package contains the welcome page shown by your Web browser,
which you'll see after you've successfully installed CentOS Linux
- centos-logos-70.0.6-3.el7.centos - CentOS-related icons and pictures
- The redhat-logos package (the "Package") contains files created by the
CentOS Project to replace the Red Hat "Shadow Man" logo and RPM logo.
The Red Hat "Shadow Man" logo, RPM, and the RPM logo are trademarks or
registered trademarks of Red Hat, Inc.
The Package and CentOS logos (the "Marks") can only used as outlined
in the included COPYING file. Please see that file for information on
copying and redistribution of the CentOS Marks.
- centos-release-7-9.2009.1.el7.centos - CentOS Linux release file
- CentOS Linux release files
- certbot-1.11.0-2.el7 - A free, automated certificate authority client
- certbot is a free, automated certificate authority that aims
to lower the barriers to entry for encrypting all HTTP traffic on the internet.
- charm-0.12.6-1 - The Charm Tool and Library 🌟
- The Charm Tool and Library 🌟
- checkpolicy-2.5-8.el7 - SELinux policy compiler
- Security-enhanced Linux is a feature of the Linux® kernel and a number
of utilities with enhanced security functionality designed to add
mandatory access controls to Linux. The Security-enhanced Linux
kernel contains new architectural components originally developed to
improve the security of the Flask operating system. These
architectural components provide general support for the enforcement
of many kinds of mandatory access control policies, including those
based on the concepts of Type Enforcement®, Role-based Access
Control, and Multi-level Security.
This package contains checkpolicy, the SELinux policy compiler.
Only required for building policies.
- chkconfig-1.7.6-1.el7 - A system tool for maintaining the /etc/rc*.d hierarchy
- Chkconfig is a basic system utility. It updates and queries runlevel
information for system services. Chkconfig manipulates the numerous
symbolic links in /etc/rc.d, to relieve system administrators of some
of the drudgery of manually editing the symbolic links.
- ck-0.5.2-2.el7 - Library for high performance concurrent programming
- Concurrency Kit provides a plethora of concurrency primitives, safe memory
reclamation mechanisms and lock-less and lock-free data structures designed to
aid in the design and implementation of high performance concurrent systems. It
is designed to minimize dependencies on operating system-specific interfaces
and most of the interface relies only on a strict subset of the standard
library and more popular compiler extensions.
- clucene-core-2.3.3.4-11.el7 - Core clucene module
- CLucene is a C++ port of the popular Apache Lucene search engine
(http://lucene.apache.org/java).
CLucene aims to be a high-speed alternative to Java Lucene, its API is very
similar to that of the Java version. CLucene has recently been brought up to
date with Lucene 2.3.2. It contains most of the same functionality as the Java version.
- colord-libs-1.3.4-2.el7 - Color daemon library
- colord is a low level system activated daemon that maps color devices
to color profiles in the system context.
- container-selinux-2.119.2-1.911c772.el7_8 - SELinux policies for container runtimes
- SELinux policy modules for use with container runtimes.
- container-storage-setup-0.11.0-2.git5eaf76c.el7 - A simple service to setup container storage devices
- This is a simple service to configure Container Runtimes to use an LVM-managed
thin pool. It also supports auto-growing both the pool as well
as the root logical volume and partition table.
- containers-common-0.1.40-11.el7_8 - Configuration files for working with image signatures
- This package installs a default signature store configuration and a default
policy under `/etc/containers/`.
- coreutils-8.22-24.el7_9.2 - A set of basic GNU tools commonly used in shell scripts
- These are the GNU core utilities. This package is the combination of
the old GNU fileutils, sh-utils, and textutils packages.
- cpio-2.11-28.el7 - A GNU archiving program
- GNU cpio copies files into or out of a cpio or tar archive. Archives
are files which contain a collection of other files plus information
about them, such as their file name, owner, timestamps, and access
permissions. The archive can be another file on the disk, a magnetic
tape, or a pipe. GNU cpio supports the following archive formats: binary,
old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar and POSIX.1
tar. By default, cpio creates binary format archives, so that they are
compatible with older cpio programs. When it is extracting files from
archives, cpio automatically recognizes which kind of archive it is reading
and can read archives created on machines with a different byte-order.
Install cpio if you need a program to manage file archives.
- cpp-4.8.5-44.el7 - The C Preprocessor
- Cpp is the GNU C-Compatible Compiler Preprocessor.
Cpp is a macro processor which is used automatically
by the C compiler to transform your program before actual
compilation. It is called a macro processor because it allows
you to define macros, abbreviations for longer
constructs.
The C preprocessor provides four separate functionalities: the
inclusion of header files (files of declarations that can be
substituted into your program); macro expansion (you can define macros,
and the C preprocessor will replace the macros with their definitions
throughout the program); conditional compilation (using special
preprocessing directives, you can include or exclude parts of the
program according to various conditions); and line control (if you use
a program to combine or rearrange source files into an intermediate
file which is then compiled, you can use line control to inform the
compiler about where each source line originated).
You should install this package if you are a C programmer and you use
macros.
- cracklib-2.9.0-11.el7 - A password-checking library
- CrackLib tests passwords to determine whether they match certain
security-oriented characteristics, with the purpose of stopping users
from choosing passwords that are easy to guess. CrackLib performs
several tests on passwords: it tries to generate words from a username
and gecos entry and checks those words against the password; it checks
for simplistic patterns in passwords; and it checks for the password
in a dictionary.
CrackLib is actually a library containing a particular C function
which is used to check the password, as well as other C
functions. CrackLib is not a replacement for a passwd program; it must
be used in conjunction with an existing passwd program.
Install the cracklib package if you need a program to check users'
passwords to see if they are at least minimally secure. If you install
CrackLib, you will also want to install the cracklib-dicts package.
- cracklib-dicts-2.9.0-11.el7 - The standard CrackLib dictionaries
- The cracklib-dicts package includes the CrackLib dictionaries.
CrackLib will need to use the dictionary appropriate to your system,
which is normally put in /usr/share/dict/words. Cracklib-dicts also
contains the utilities necessary for the creation of new dictionaries.
If you are installing CrackLib, you should also install cracklib-dicts.
- cronie-1.4.11-25.el7_9 - Cron daemon for executing programs at set times
- Cronie contains the standard UNIX daemon crond that runs specified programs at
scheduled times and related tools. It is a fork of the original vixie-cron and
has security and configuration enhancements like the ability to use pam and
SELinux.
- cronie-noanacron-1.4.11-25.el7_9 - Utility for running simple regular jobs in old cron style
- Old style of running {hourly,daily,weekly,monthly}.jobs without anacron. No
extra features.
- crontabs-1.11-6.20121102git.el7 - Root crontab files used to schedule the execution of programs
- This package is used by Fedora mainly for executing files by cron.
The crontabs package contains root crontab files and directories.
You will need to install cron daemon to run the jobs from the crontabs.
The cron daemon such as cronie or fcron checks the crontab files to
see when particular commands are scheduled to be executed. If commands
are scheduled, it executes them.
Crontabs handles a basic system function, so it should be installed on
your system.
- cryptsetup-libs-2.0.3-6.el7 - Cryptsetup shared library
- This package contains the cryptsetup shared library, libcryptsetup.
- cscope-15.8-10.el7 - C source code tree search and browse tool
- cscope is a mature, ncurses based, C source code tree browsing tool. It
allows users to search large source code bases for variables, functions,
macros, etc, as well as perform general regex and plain text searches.
Results are returned in lists, from which the user can select individual
matches for use in file editing.
- ctags-5.8-13.el7 - A C programming language indexing and/or cross-reference tool
- Ctags generates an index (or tag) file of C language objects found in
C source and header files. The index makes it easy for text editors or
other utilities to locate the indexed items. Ctags can also generate a
cross reference file which lists information about the various objects
found in a set of C language files in human readable form. Exuberant
Ctags improves on ctags because it can find all types of C language tags,
including macro definitions, enumerated values (values inside enum{...}),
function and method definitions, enum/struct/union tags, external
function prototypes, typedef names and variable declarations. Exuberant
Ctags is far less likely to be fooled by code containing #if preprocessor
conditional constructs than ctags. Exuberant ctags supports output of
Emacs style TAGS files and can be used to print out a list of selected
objects found in source files.
Install ctags if you are going to use your system for C programming.
- cups-libs-1.6.3-52.el7_9 - CUPS printing system - libraries
- CUPS printing system provides a portable printing layer for
UNIX® operating systems. It has been developed by Apple Inc.
to promote a standard printing solution for all UNIX vendors and users.
CUPS provides the System V and Berkeley command-line interfaces.
The cups-libs package provides libraries used by applications to use CUPS
natively, without needing the lp/lpr commands.
- curl-7.29.0-59.el7_9.1 - A utility for getting files from remote servers (FTP, HTTP, and others)
- curl is a command line tool for transferring data with URL syntax, supporting
FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP,
SMTP, POP3 and RTSP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP
uploading, HTTP form based upload, proxies, cookies, user+password
authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer
resume, proxy tunneling and a busload of other useful tricks.
- cvs-1.11.23-35.el7 - Concurrent Versions System
- CVS (Concurrent Versions System) is a version control system that can
record the history of your files (usually, but not always, source
code). CVS only stores the differences between versions, instead of
every version of every file you have ever created. CVS also keeps a log
of who, when, and why changes occurred.
CVS is very helpful for managing releases and controlling the
concurrent editing of source files among multiple authors. Instead of
providing version control for a collection of files in a single
directory, CVS provides version control for a hierarchical collection
of directories consisting of revision controlled files. These
directories and files can then be combined together to form a software
release.
- cvsps-2.2-0.14.b1.el7 - Patchset tool for CVS
- CVSps is a program for generating 'patchset' information from a CVS
repository. A patchset in this case is defined as a set of changes
made to a collection of files, and all committed at the same time
(using a single 'cvs commit' command). This information is valuable
to seeing the big picture of the evolution of a cvs project. While
cvs tracks revision information, it is often difficult to see what
changes were committed 'atomically' to the repository.
- cyrus-sasl-2.1.26-24.el7_9 - The Cyrus SASL library
- The cyrus-sasl package contains the Cyrus implementation of SASL.
SASL is the Simple Authentication and Security Layer, a method for
adding authentication support to connection-based protocols.
- cyrus-sasl-lib-2.1.26-24.el7_9 - Shared libraries needed by applications which use Cyrus SASL
- The cyrus-sasl-lib package contains shared libraries which are needed by
applications which use the Cyrus SASL library.
- cyrus-sasl-plain-2.1.26-24.el7_9 - PLAIN and LOGIN authentication support for Cyrus SASL
- The cyrus-sasl-plain package contains the Cyrus SASL plugins which support
PLAIN and LOGIN authentication schemes.
- daxctl-libs-65-6.el7_9 - Management library for "Device DAX" devices
- Device DAX is a facility for establishing DAX mappings of performance /
feature-differentiated memory. daxctl-libs provides an enumeration /
control API for these devices.
- dbus-1.10.24-15.el7 - D-BUS message bus
- D-BUS is a system for sending messages between applications. It is
used both for the system-wide message bus service, and as a
per-user-login-session messaging facility.
- dbus-glib-0.100-7.el7 - GLib bindings for D-Bus
-
D-Bus add-on library to integrate the standard D-Bus library with
the GLib thread abstraction and main loop.
- dbus-libs-1.10.24-15.el7 - Libraries for accessing D-BUS
- This package contains lowlevel libraries for accessing D-BUS.
- dbus-python-1.1.1-9.el7 - D-Bus Python Bindings
- D-Bus python bindings for use with python programs.
- dbus-x11-1.10.24-15.el7 - X11-requiring add-ons for D-BUS
- D-BUS contains some tools that require Xlib to be installed, those are
in this separate package so server systems need not install X.
- dconf-0.28.0-4.el7 - A configuration system
- dconf is a low-level configuration system. Its main purpose is to provide a
backend to the GSettings API in GLib.
- dejavu-fonts-common-2.33-6.el7 - Common files for the Dejavu font set
-
The DejaVu font set is based on the “Bitstream Vera” fonts, release 1.10. Its
purpose is to provide a wider range of characters, while maintaining the
original style, using an open collaborative development process.
This package consists of files used by other DejaVu packages.
- dejavu-sans-fonts-2.33-6.el7 - Variable-width sans-serif font faces
-
The DejaVu font set is based on the “Bitstream Vera” fonts, release 1.10. Its
purpose is to provide a wider range of characters, while maintaining the
original style, using an open collaborative development process.
This package consists of the DejaVu sans-serif variable-width font faces, in
their unabridged version.
- deltarpm-3.6-3.el7 - Create deltas between rpms
- A deltarpm contains the difference between an old
and a new version of a rpm, which makes it possible
to recreate the new rpm from the deltarpm and the old
one. You don't have to have a copy of the old rpm,
deltarpms can also work with installed rpms.
- device-mapper-1.02.170-6.el7_9.5 - Device mapper utility
- This package contains the supporting userspace utility, dmsetup,
for the kernel device-mapper.
- device-mapper-event-1.02.170-6.el7_9.5 - Device-mapper event daemon
- This package contains the dmeventd daemon for monitoring the state
of device-mapper devices.
- device-mapper-event-libs-1.02.170-6.el7_9.5 - Device-mapper event daemon shared library
- This package contains the device-mapper event daemon shared library,
libdevmapper-event.
- device-mapper-libs-1.02.170-6.el7_9.5 - Device-mapper shared library
- This package contains the device-mapper shared library, libdevmapper.
- device-mapper-persistent-data-0.8.5-3.el7_9.2 - Device-mapper Persistent Data Tools
- thin-provisioning-tools contains check,dump,restore,repair,rmap
and metadata_size tools to manage device-mapper thin provisioning
target metadata devices; cache check,dump,metadata_size,restore
and repair tools to manage device-mapper cache metadata devices
are included and era check, dump, restore and invalidate to manage
snapshot eras
- dhclient-4.2.5-83.el7.centos.1 - Provides the ISC DHCP client daemon and dhclient-script
- DHCP (Dynamic Host Configuration Protocol) is a protocol which allows
individual devices on an IP network to get their own network
configuration information (IP address, subnetmask, broadcast address,
etc.) from a DHCP server. The overall purpose of DHCP is to make it
easier to administer a large network.
To use DHCP on your network, install a DHCP service (or relay agent),
and on clients run a DHCP client daemon. The dhclient package
provides the ISC DHCP client daemon.
- dhcp-common-4.2.5-83.el7.centos.1 - Common files used by ISC dhcp client and server
- DHCP (Dynamic Host Configuration Protocol) is a protocol which allows
individual devices on an IP network to get their own network
configuration information (IP address, subnetmask, broadcast address,
etc.) from a DHCP server. The overall purpose of DHCP is to make it
easier to administer a large network.
This package provides common files used by dhcp and dhclient package.
- dhcp-libs-4.2.5-83.el7.centos.1 - Shared libraries used by ISC dhcp client and server
- This package contains shared libraries used by ISC dhcp client and server
- diffstat-1.57-4.el7 - A utility which provides statistics based on the output of diff
- The diff command compares files line by line. Diffstat reads the
output of the diff command and displays a histogram of the insertions,
deletions and modifications in each file. Diffstat is commonly used
to provide a summary of the changes in large, complex patch files.
Install diffstat if you need a program which provides a summary of the
diff command's output.
- diffutils-3.3-6.el7_9 - A GNU collection of diff utilities
- Diffutils includes four utilities: diff, cmp, diff3 and sdiff. Diff
compares two files and shows the differences, line by line. The cmp
command shows the offset and line numbers where two files differ, or
cmp can show the characters that differ between the two files. The
diff3 command shows the differences between three files. Diff3 can be
used when two people have made independent changes to a common
original; diff3 can produce a merged file that contains both sets of
changes and warnings about conflicts. The sdiff command can be used
to merge two files interactively.
Install diffutils if you need to compare text files.
- dmidecode-3.2-5.el7_9.1 - Tool to analyse BIOS DMI data
- dmidecode reports information about x86 & ia64 hardware as described in the
system BIOS according to the SMBIOS/DMI standard. This information
typically includes system manufacturer, model name, serial number,
BIOS version, asset tag as well as a lot of other details of varying
level of interest and reliability depending on the manufacturer.
This will often include usage status for the CPU sockets, expansion
slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of
I/O ports (e.g. serial, parallel, USB).
- dnstop-20140915-1.el7 - Displays information about DNS traffic on your network
- dnstop is a libpcap application (ala tcpdump) that displays various
tables of DNS traffic on your network.
dnstop supports both IPv4 and IPv6 addresses.
To help find especially undesirable DNS queries, dnstop provides a
number of filters.
dnstop can either read packets from the live capture device, or from a
tcpdump savefile.
- docker-1.13.1-209.git7d71120.el7.centos - Automates deployment of containerized applications
- Docker is an open-source engine that automates the deployment of any
application as a lightweight, portable, self-sufficient container that will
run virtually anywhere.
Docker containers can encapsulate any payload, and will run consistently on
and between virtually any server. The same container that a developer builds
and tests on a laptop will run at scale, in production*, on VMs, bare-metal
servers, OpenStack clusters, public instances, or combinations of the above.
- docker-client-1.13.1-209.git7d71120.el7.centos - Client side files for Docker
- Client side files for Docker
- docker-common-1.13.1-209.git7d71120.el7.centos - Common files for docker and docker-latest
- This package contains the common files /usr/bin/docker which will point to
/usr/bin/docker-current or /usr/bin/docker-latest configurable via
/etc/sysconfig/docker
- dos2unix-6.0.3-7.el7 - Text file format converters
- Convert text files with DOS or Mac line endings to Unix line endings and
vice versa.
- dovecot-2.2.36-8.el7 - Secure imap and pop3 server
- Dovecot is an IMAP server for Linux/UNIX-like systems, written with security
primarily in mind. It also contains a small POP3 server. It supports mail
in either of maildir or mbox formats.
The SQL drivers and authentication plug-ins are in their subpackages.
- doxygen-1.8.5-4.el7 - A documentation system for C/C++
- Doxygen can generate an online class browser (in HTML) and/or a
reference manual (in LaTeX) from a set of documented source files. The
documentation is extracted directly from the sources. Doxygen can
also be configured to extract the code structure from undocumented
source files.
- dracut-033-572.el7 - Initramfs generator using udev
- dracut contains tools to create a bootable initramfs for 2.6 Linux kernels.
Unlike existing implementations, dracut does hard-code as little as possible
into the initramfs. dracut contains various modules which are driven by the
event-based udev. Having root on MD, DM, LVM2, LUKS is supported as well as
NFS, iSCSI, NBD, FCoE with the dracut-network package.
- duf-0.5.0-1 - Disk Usage/Free Utility
- Disk Usage/Free Utility
- dwz-0.11-3.el7 - DWARF optimization and duplicate removal tool
- The dwz package contains a program that attempts to optimize DWARF
debugging information contained in ELF shared libraries and ELF executables
for size, by replacing DWARF information representation with equivalent
smaller representation where possible and by reducing the amount of
duplication using techniques from DWARF standard appendix E - creating
DW_TAG_partial_unit compilation units (CUs) for duplicated information
and using DW_TAG_imported_unit to import it into each CU that needs it.
- dyninst-9.3.1-3.el7 - An API for Run-time Code Generation
-
Dyninst is an Application Program Interface (API) to permit the insertion of
code into a running program. The API also permits changing or removing
subroutine calls from the application program. Run-time code changes are
useful to support a variety of applications including debugging, performance
monitoring, and to support composing applications out of existing packages.
The goal of this API is to provide a machine independent interface to permit
the creation of tools and applications that use run-time code patching.
- e2fsprogs-1.42.9-19.el7 - Utilities for managing ext2, ext3, and ext4 filesystems
- The e2fsprogs package contains a number of utilities for creating,
checking, modifying, and correcting any inconsistencies in second,
third and fourth extended (ext2/ext3/ext4) filesystems. E2fsprogs
contains e2fsck (used to repair filesystem inconsistencies after an
unclean shutdown), mke2fs (used to initialize a partition to contain
an empty ext2 filesystem), debugfs (used to examine the internal
structure of a filesystem, to manually repair a corrupted
filesystem, or to create test cases for e2fsck), tune2fs (used to
modify filesystem parameters), and most of the other core ext2fs
filesystem utilities.
You should install the e2fsprogs package if you need to manage the
performance of an ext2, ext3, or ext4 filesystem.
- e2fsprogs-libs-1.42.9-19.el7 - Ext2/3/4 filesystem-specific shared libraries
- E2fsprogs-libs contains libe2p and libext2fs, the libraries of the
e2fsprogs package.
These libraries are used to directly acccess ext2/3/4 filesystems
from userspace.
- ebtables-2.0.10-16.el7 - Ethernet Bridge frame table administration tool
- Ethernet bridge tables is a firewalling tool to transparently filter network
traffic passing a bridge. The filtering possibilities are limited to link
layer filtering and some basic filtering on higher network layers.
This tool is the userspace control for the bridge and ebtables kernel
components.
The ebtables tool can be used together with the other Linux filtering tools,
like iptables. There are no known incompatibility issues.
- ed-1.9-4.el7 - The GNU line editor
- Ed is a line-oriented text editor, used to create, display, and modify
text files (both interactively and via shell scripts). For most
purposes, ed has been replaced in normal usage by full-screen editors
(emacs and vi, for example).
Ed was the original UNIX editor, and may be used by some programs. In
general, however, you probably don't need to install it and you probably
won't use it.
- efivar-libs-36-12.el7 - Library to manage UEFI variables
- Library to allow for the simple manipulation of UEFI variables.
- elfutils-0.176-5.el7 - A collection of utilities and DSOs to handle ELF files and DWARF data
- Elfutils is a collection of utilities, including stack (to show
backtraces), nm (for listing symbols from object files), size
(for listing the section sizes of an object or archive file),
strip (for discarding symbols), readelf (to see the raw ELF file
structures), elflint (to check for well-formed ELF files) and
elfcompress (to compress or decompress ELF sections).
- elfutils-default-yama-scope-0.176-5.el7 - Default yama attach scope sysctl setting
- Yama sysctl setting to enable default attach scope settings
enabling programs to use ptrace attach, access to
/proc/PID/{mem,personality,stack,syscall}, and the syscalls
process_vm_readv and process_vm_writev which are used for
interprocess services, communication and introspection
(like synchronisation, signaling, debugging, tracing and
profiling) of processes.
- elfutils-libelf-0.176-5.el7 - Library to read and write ELF files
- The elfutils-libelf package provides a DSO which allows reading and
writing ELF files on a high level. Third party programs depend on
this package to read internals of ELF files. The programs of the
elfutils package use it also to generate new ELF files.
- elfutils-libs-0.176-5.el7 - Libraries to handle compiled objects
- The elfutils-libs package contains libraries which implement DWARF, ELF,
and machine-specific ELF handling. These libraries are used by the programs
in the elfutils package. The elfutils-devel package enables building
other programs using these libraries.
- emacs-filesystem-24.3-23.el7_9.1 - Emacs filesystem layout
- This package provides some directories which are required by other
packages that add functionality to Emacs.
- epel-release-7-14 - Extra Packages for Enterprise Linux repository configuration
- This package contains the Extra Packages for Enterprise Linux (EPEL) repository
GPG key as well as configuration for yum.
- ethtool-4.8-10.el7 - Settings tool for Ethernet NICs
- This utility allows querying and changing settings such as speed,
port, auto-negotiation, PCI locations and checksum offload on many
network devices, especially of Ethernet devices.
- expat-2.1.0-15.el7_9 - An XML parser library
- This is expat, the C library for parsing XML, written by James Clark. Expat
is a stream oriented XML parser. This means that you register handlers with
the parser prior to starting the parse. These handlers are called when the
parser discovers the associated structures in the document being parsed. A
start tag is an example of the kind of structures for which you may
register handlers.
- expat-devel-2.1.0-15.el7_9 - Libraries and header files to develop applications using expat
- The expat-devel package contains the libraries, include files and documentation
to develop XML applications with expat.
- expect-5.45-14.el7_1 - A program-script interaction and testing utility
- Expect is a tcl application for automating and testing
interactive applications such as telnet, ftp, passwd, fsck,
rlogin, tip, etc. Expect makes it easy for a script to
control another program and interact with it.
This package contains expect and some scripts that use it.
- fail2ban-0.11.2-3.el7 - Daemon to ban hosts that cause multiple authentication errors
- Fail2Ban scans log files and bans IP addresses that makes too many password
failures. It updates firewall rules to reject the IP address. These rules can
be defined by the user. Fail2Ban can read multiple log files such as sshd or
Apache web server ones.
Fail2Ban is able to reduce the rate of incorrect authentications attempts
however it cannot eliminate the risk that weak authentication presents.
Configure services to use only two factor or public/private authentication
mechanisms if you really want to protect services.
This is a meta-package that will install the default configuration. Other
sub-packages are available to install support for other actions and
configurations.
- fail2ban-firewalld-0.11.2-3.el7 - Firewalld support for Fail2Ban
- This package enables support for manipulating firewalld rules. This is the
default firewall service in Fedora.
- fail2ban-sendmail-0.11.2-3.el7 - Sendmail actions for Fail2Ban
- This package installs Fail2Ban's sendmail actions. This is the default
mail actions for Fail2Ban.
- fail2ban-server-0.11.2-3.el7 - Core server component for Fail2Ban
- This package contains the core server components for Fail2Ban with minimal
dependencies. You can install this directly if you want to have a small
installation and know what you are doing.
- fetchmail-6.3.24-7.el7 - A remote mail retrieval and forwarding utility
- Fetchmail is a remote mail retrieval and forwarding utility intended
for use over on-demand TCP/IP links, like SLIP or PPP connections.
Fetchmail supports every remote-mail protocol currently in use on the
Internet (POP2, POP3, RPOP, APOP, KPOP, all IMAPs, ESMTP ETRN, IPv6,
and IPSEC) for retrieval. Then Fetchmail forwards the mail through
SMTP so you can read it through your favorite mail client.
Install fetchmail if you need to retrieve mail over SLIP or PPP
connections.
- figlet-2.2.5-9.el7 - A program for making large letters out of ordinary text
- FIGlet prints its input using large characters (called "FIGcharacters") made
up of ordinary screen characters (called "sub-characters"). FIGlet output is
generally reminiscent of the sort of "signatures" many people like to put at
the end of e-mail and UseNet messages. It is also reminiscent of the output of
some banner programs, although it is oriented normally, not sideways.
- file-5.11-37.el7 - A utility for determining file types
- The file command is used to identify a particular file according to the
type of data contained by the file. File can identify many different
file types, including ELF binaries, system libraries, RPM packages, and
different graphics formats.
- file-libs-5.11-37.el7 - Libraries for applications using libmagic
-
Libraries for applications using libmagic.
- filesystem-3.2-25.el7 - The basic directory layout for a Linux system
- The filesystem package is one of the basic packages that is installed
on a Linux system. Filesystem contains the basic directory layout
for a Linux operating system, including the correct permissions for
the directories.
- findutils-4.5.11-6.el7 - The GNU versions of find utilities (find and xargs)
- The findutils package contains programs which will help you locate
files on your system. The find utility searches through a hierarchy
of directories looking for files which match a certain set of criteria
(such as a file name pattern). The xargs utility builds and executes
command lines from standard input arguments (usually lists of file
names generated by the find command).
You should install findutils because it includes tools that are very
useful for finding things on your system.
- finger-0.17-52.el7 - The finger client
- Finger is a utility which allows users to see information about system
users (login name, home directory, name, how long they've been logged
in to the system, etc.). The finger package includes a standard
finger client.
You should install finger if you'd like to retrieve finger information
from other systems.
- finger-server-0.17-52.el7 - The finger daemon
- Finger is a utility which allows users to see information about system
users (login name, home directory, name, how long they've been logged
in to the system, etc.). The finger-server package includes a standard
finger server. The server daemon (fingerd) must be started using
systemctl to receive finger requests.
You should install finger-server if your system is used by multiple users
and you'd like finger information to be available.
- fio-3.7-2.el7 - Multithreaded IO generation tool
- fio is an I/O tool that will spawn a number of threads or processes doing
a particular type of io action as specified by the user. fio takes a
number of global parameters, each inherited by the thread unless
otherwise parameters given to them overriding that setting is given.
The typical use of fio is to write a job file matching the io load
one wants to simulate.
- fipscheck-1.4.1-6.el7 - A library for integrity verification of FIPS validated modules
- FIPSCheck is a library for integrity verification of FIPS validated
modules. The package also provides helper binaries for creation and
verification of the HMAC-SHA256 checksum files.
- fipscheck-lib-1.4.1-6.el7 - Library files for fipscheck
- This package contains the FIPSCheck library.
- firewalld-0.6.3-13.el7_9 - A firewall daemon with D-Bus interface providing a dynamic firewall
- firewalld is a firewall service daemon that provides a dynamic customizable
firewall with a D-Bus interface.
- firewalld-filesystem-0.6.3-13.el7_9 - Firewalld directory layout and rpm macros
- This package provides directories and rpm macros which
are required by other packages that add firewalld configuration files.
- flex-2.5.37-6.el7 - A tool for creating scanners (text pattern recognizers)
- The flex program generates scanners. Scanners are programs which can
recognize lexical patterns in text. Flex takes pairs of regular
expressions and C code as input and generates a C source file as
output. The output file is compiled and linked with a library to
produce an executable. The executable searches through its input for
occurrences of the regular expressions. When a match is found, it
executes the corresponding C code. Flex was designed to work with
both Yacc and Bison, and is used by many programs as part of their
build process.
You should install flex if you are going to use your system for
application development.
- fontconfig-2.13.0-4.3.el7 - Font configuration and customization library
- Fontconfig is designed to locate fonts within the
system and select them according to requirements specified by
applications.
- fontconfig-devel-2.13.0-4.3.el7 - Font configuration and customization library
- The fontconfig-devel package includes the header files,
and developer docs for the fontconfig package.
Install fontconfig-devel if you want to develop programs which
will use fontconfig.
- fontpackages-filesystem-1.44-8.el7 - Directories used by font packages
- This package contains the basic directory layout used by font packages,
including the correct permissions for the directories.
- freetype-2.8-14.el7_9.1 - A free and portable font rendering engine
- The FreeType engine is a free and portable font rendering
engine, developed to provide advanced font support for a variety of
platforms and environments. FreeType is a library which can open and
manages font files as well as efficiently load, hint and render
individual glyphs. FreeType is not a font server or a complete
text-rendering library.
- freetype-devel-2.8-14.el7_9.1 - FreeType development libraries and header files
- The freetype-devel package includes the static libraries and header files
for the FreeType font rendering engine.
Install freetype-devel if you want to develop programs which will use
FreeType.
- fribidi-1.0.2-1.el7_7.1 - Library implementing the Unicode Bidirectional Algorithm
- A library to handle bidirectional scripts (for example Hebrew, Arabic),
so that the display is done in the proper way; while the text data itself
is always written in logical order.
- ftp-0.17-67.el7 - The standard UNIX FTP (File Transfer Protocol) client
- The ftp package provides the standard UNIX command-line FTP (File
Transfer Protocol) client. FTP is a widely used protocol for
transferring files over the Internet and for archiving files.
If your system is on a network, you should install ftp in order to do
file transfers.
- fuse-2.9.2-11.el7 - File System in Userspace (FUSE) utilities
- With FUSE it is possible to implement a fully functional filesystem in a
userspace program. This package contains the FUSE userspace tools to
mount a FUSE filesystem.
- fuse-libs-2.9.2-11.el7 - File System in Userspace (FUSE) libraries
- Devel With FUSE it is possible to implement a fully functional filesystem in a
userspace program. This package contains the FUSE libraries.
- fuse-overlayfs-0.7.2-6.el7_8 - FUSE overlay+shiftfs implementation for rootless containers
- FUSE overlay+shiftfs implementation for rootless containers.
- fuse-sshfs-2.10-1.el7 - FUSE-Filesystem to access remote filesystems via SSH
- This is a FUSE-filesystem client based on the SSH File Transfer Protocol.
Since most SSH servers already support this protocol it is very easy to set
up: i.e. on the server side there's nothing to do. On the client side
mounting the filesystem is as easy as logging into the server with ssh.
- fuse3-libs-3.6.1-4.el7 - File System in Userspace (FUSE) v3 libraries
- Devel With FUSE it is possible to implement a fully functional filesystem in a
userspace program. This package contains the FUSE v3 libraries.
- gamin-0.1.10-16.el7 - Library providing the FAM File Alteration Monitor API
- This C library provides an API and ABI compatible file alteration
monitor mechanism compatible with FAM but not dependent on a system wide
daemon.
- gawk-4.0.2-4.el7_3.1 - The GNU version of the awk text processing utility
- The gawk package contains the GNU version of awk, a text processing
utility. Awk interprets a special-purpose programming language to do
quick and easy text pattern matching and reformatting jobs.
Install the gawk package if you need a text processing utility. Gawk is
considered to be a standard Linux tool for processing text.
- gc-7.2d-7.el7 - A garbage collector for C and C++
- The Boehm-Demers-Weiser conservative garbage collector can be
used as a garbage collecting replacement for C malloc or C++ new.
- gcc-4.8.5-44.el7 - Various compilers (C, C++, Objective-C, Java, ...)
- The gcc package contains the GNU Compiler Collection version 4.8.
You'll need this package in order to compile C code.
- gcc-c++-4.8.5-44.el7 - C++ support for GCC
- This package adds C++ support to the GNU Compiler Collection.
It includes support for most of the current C++ specification,
including templates and exception handling.
- gcc-gfortran-4.8.5-44.el7 - Fortran support
- The gcc-gfortran package provides support for compiling Fortran
programs with the GNU Compiler Collection.
- gd-2.0.35-27.el7_9 - A graphics library for quick creation of PNG or JPEG images
- The gd graphics library allows your code to quickly draw images
complete with lines, arcs, text, multiple colors, cut and paste from
other images, and flood fills, and to write out the result as a PNG or
JPEG file. This is particularly useful in Web applications, where PNG
and JPEG are two of the formats accepted for inline images by most
browsers. Note that gd is not a paint program.
- gdb-7.6.1-120.el7 - A GNU source-level debugger for C, C++, Fortran, Go and other languages
- GDB, the GNU debugger, allows you to debug programs written in C, C++,
Java, and other languages, by executing them in a controlled fashion
and printing their data.
- gdbm-1.10-8.el7 - A GNU set of database routines which use extensible hashing
- Gdbm is a GNU database indexing library, including routines which use
extensible hashing. Gdbm works in a similar way to standard UNIX dbm
routines. Gdbm is useful for developers who write C applications and
need access to a simple and efficient database or who are building C
applications which will use such a database.
If you're a C developer and your programs need access to simple
database routines, you should install gdbm. You'll also need to
install gdbm-devel.
- gdbm-devel-1.10-8.el7 - Development libraries and header files for the gdbm library
- Gdbm-devel contains the development libraries and header files for
gdbm, the GNU database system. These libraries and header files are
necessary if you plan to do development using the gdbm database.
Install gdbm-devel if you are developing C programs which will use the
gdbm database library. You'll also need to install the gdbm package.
- gdk-pixbuf2-2.36.12-3.el7 - An image loading library
- gdk-pixbuf is an image loading library that can be extended by loadable
modules for new image formats. It is used by toolkits such as GTK+ or
clutter.
- geoipupdate-2.5.0-2.el7 - Update GeoIP2 and GeoIP Legacy binary databases from MaxMind
- The GeoIP Update program performs automatic updates of GeoIP2 and GeoIP
Legacy binary databases.
- gettext-0.19.8.1-3.el7 - GNU libraries and utilities for producing multi-lingual messages
- The GNU gettext package provides a set of tools and documentation for
producing multi-lingual messages in programs. Tools include a set of
conventions about how programs should be written to support message
catalogs, a directory and file naming organization for the message
catalogs, a runtime library which supports the retrieval of translated
messages, and stand-alone programs for handling the translatable and
the already translated strings. Gettext provides an easy to use
library and tools for creating, using, and modifying natural language
catalogs and is a powerful and simple method for internationalizing
programs.
- gettext-common-devel-0.19.8.1-3.el7 - Common development files for gettext
- This package contains common architecture independent gettext development files.
- gettext-libs-0.19.8.1-3.el7 - Libraries for gettext
- This package contains libraries used internationalization support.
- gf-release-7-12.gf.el7 - Ghettoforge Repository Configuration
- This repository exists to augment the existing set of third-party repositories
for Enterprise Linux releases by providing those packages that either are not
available elsewhere or newer packages than exist in either your distribution's
base package sets or via other repositories. This means that some of our
packages will overwrite base packages as provided by your distribution however
we will endeavor to keep such packages in the [gf-plus] repository. Please see
http://ghettoforge.org/Best_Practices for information on how to maintain sanity
when using the gf-plus packages.
This package contains the Ghettoforge GPG key as well as the Yum package manager
configuration file for the Ghettoforge repositories.
- ghc-HTTP-4000.2.8-33.el7 - A library for client-side HTTP
- The HTTP package supports client-side web programming in Haskell. It lets you
set up HTTP connections, transmitting requests and processing the responses
coming back, all from within the comforts of Haskell. It's dependent on the
network package to operate, but other than that, the implementation is all
written in Haskell.
A basic API for issuing single HTTP requests + receiving responses is provided.
On top of that, a session-level abstraction is also on offer (the
'BrowserAction' monad); it taking care of handling the management of persistent
connections, proxies, state (cookies) and authentication credentials required
to handle multi-step interactions with a web server.
The representation of the bytes flowing across is extensible via the use of a
type class, letting you pick the representation of requests and responses that
best fits your use. Some pre-packaged, common instances are provided for you
('ByteString', 'String').
- ghc-ShellCheck-0.3.8-1.el7 - Haskell ShellCheck library
- This package provides the Haskell ShellCheck shared library.
- ghc-aeson-0.6.2.1-3.el7 - Fast JSON parsing and encoding
- A JSON parsing and encoding library optimized for ease of use and
high performance. Aeson was the father of Jason in Greek mythology.
- ghc-aeson-pretty-0.7.1-2.el7 - JSON pretty-printing library
- A JSON pretty-printing library compatible with aeson as well as a command-line
tool to improve readabilty of streams of JSON data.
The library provides the function "encodePretty". It is a drop-in replacement
for aeson's "encode" function, producing JSON-ByteStrings for human readers.
The command-line tool reads JSON from stdin and writes prettified JSON to
stdout. It also offers a complementary "compact"-mode, essentially the opposite
of pretty-printing.
- ghc-array-0.4.0.1-26.4.el7 - Haskell array library
- This package provides the Haskell array library.
- ghc-attoparsec-0.10.4.0-2.el7 - Fast combinator parsing for bytestrings and text
- A fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary
file formats.
- ghc-base-4.6.0.1-26.4.el7 - Haskell base library
- This package provides the Haskell base library.
- ghc-base-unicode-symbols-0.2.2.4-4.el7 - Unicode alternatives for common functions and operators
- This package defines new symbols for a number of functions, operators and types
in the base package. All symbols are documented with their actual definition
and information regarding their Unicode code point. They should be completely
interchangeable with their definitions.
For more Unicode goodness you can enable the UnicodeSyntax language extension.
This extension enables Unicode characters to be used to stand for certain ASCII
character sequences, i.e. → instead of ->, ∀ instead of forall and many others.
- ghc-base64-bytestring-1.0.0.1-3.el7 - Fast base64 encoding and decoding for ByteStrings
- Fast base64 encoding and decoding for ByteStrings.
- ghc-binary-0.5.1.1-26.4.el7 - Haskell binary library
- This package provides the Haskell binary library.
- ghc-blaze-builder-0.3.1.1-2.el7 - Efficient buffered output
- This library provides an abstraction of buffered output of byte streams
and several convenience functions to exploit it. For example, it allows
to efficiently serialize Haskell values to lazy bytestrings with a large
average chunk size. The large average chunk size allows to make good use of
cache prefetching in later processing steps (e.g. compression) and reduces
the system call overhead when writing the resulting lazy bytestring to
a file or sending it over the network.
- ghc-blaze-html-0.6.1.1-2.el7 - A blazingly fast HTML combinator library for Haskell
- A blazingly fast HTML combinator library for the Haskell programming language.
It embeds HTML templates in Haskell code for optimal efficiency and
composability. The project is aimed at those who seek to write
web applications in Haskell — it integrates well with Haskell web frameworks.
- ghc-blaze-markup-0.5.1.5-3.el7 - A blazingly fast markup combinator library for Haskell
- Core modules of a blazingly fast markup combinator library for
the Haskell programming language. The Text.Blaze module is a good starting
point, as well as this tutorial: .
- ghc-bytestring-0.10.0.2-26.4.el7 - Haskell bytestring library
- This package provides the Haskell bytestring library.
- ghc-conduit-1.0.3-2.el7 - Streaming data processing library
- Conduit is a solution to the streaming data problem, allowing for production,
transformation, and consumption of streams of data in constant memory.
It is an alternative to lazy I/O which guarantees deterministic resource
handling, and fits in the same general solution space as enumerator, iteratee,
and pipes.
- ghc-containers-0.5.0.0-26.4.el7 - Haskell containers library
- This package provides the Haskell containers library.
- ghc-data-default-0.5.1-4.el7 - A class for types with a default value
- A class for types with a default value.
- ghc-deepseq-1.3.0.1-26.4.el7 - Haskell deepseq library
- This package provides the Haskell deepseq library.
- ghc-digest-0.0.1.2-2.el7 - Cryptographic hashes for bytestrings
- This package provides efficient cryptographic hash implementations for
strict and lazy bytestrings. For now, CRC32 and Adler32 are supported;
they are implemented as FFI bindings to efficient code from zlib.
- ghc-directory-1.2.0.1-26.4.el7 - Haskell directory library
- This package provides the Haskell directory library.
- ghc-dlist-0.5-11.el7 - Haskell differences lists
- Differences lists: a list-like type supporting O(1) append.
This is particularly useful for efficient logging and pretty
printing, (e.g. with the Writer monad), where list append
quickly becomes too expensive.
- ghc-extensible-exceptions-0.1.1.4-13.el7 - Extensible exceptions
- This package provides extensible exceptions for GHC.
- ghc-filepath-1.3.0.1-26.4.el7 - Haskell filepath library
- This package provides the Haskell filepath library.
- ghc-hashable-1.1.2.5-4.el7 - Class for types convertible to a hash value
- This package defines a class, 'Hashable', for types that
can be converted to a hash value. This class
exists for the benefit of hashing-based data
structures. The package provides instances for
basic types and a way to combine hash values.
- ghc-highlighting-kate-0.5.6-3.el7 - Sourcecode syntax highlighting
- highlighting-kate is a syntax highlighting library with support for nearly one
hundred languages. The syntax parsers are automatically generated from Kate
syntax descriptions (), so any syntax supported by
Kate can be added.
- ghc-hs-bibutils-6.6.0.0-1.el7 - Haskell bindings to bibutils
- Haskell bindings to Chris Putnam's bibutils, a library that
converts between various bibliography formats using a common
MODS-format XML intermediate.
- ghc-hslua-0.3.10-1.1.el7 - Lua language interpreter embedded in Haskell
- The Scripting.Lua module is a wrapper of the Lua language interpreter described
in www.lua.org.
- ghc-json-0.7-4.el7 - Support for serialising Haskell to and from JSON
- This library provides a parser and pretty printer for converting
between Haskell values and JSON.
- ghc-lifted-base-0.2.1.0-2.el7 - Lifted IO operations from the base library
- lifted-base exports IO operations from the base library lifted to any
instance of MonadBase or MonadBaseControl.
Note that not all modules from base are converted yet.
- ghc-monad-control-0.3.2.1-2.el7 - Lift control operations through monad transformers
- This package defines the type class MonadBaseControl, a subset of
MonadBase into which generic control operations such as catch can be
lifted from IO or any other base monad. Instances are based on monad
transformers in MonadTransControl, which includes all standard monad
transformers in the transformers library except ContT.
See the lifted-base package which uses monad-control to lift IO
operations from the base library (like catch or bracket) into any
monad that is an instance of MonadBase or MonadBaseControl.
This package is a rewrite of Anders Kaseorg's monad-peel library.
The main difference is that this package provides CPS style operators
and exploits the RankNTypes and TypeFamilies language extensions to
simplify and speedup most definitions. A criterion-based benchmark shows
that monad-control is on average about 99% faster than monad-peel.
- ghc-mtl-2.1.2-27.el7 - Monad classes using functional dependencies
- Monad classes using functional dependencies, with instances for various monad
transformers, inspired by the paper "Functional Programming with Overloading
and Higher-Order Polymorphism", by Mark P Jones, in "Advanced School of
Functional Programming", 1995
().
- ghc-network-2.4.1.2-32.el7 - Low-level networking interface
- Haskell basic networking library.
- ghc-old-locale-1.0.0.5-26.4.el7 - Haskell old-locale library
- This package provides the Haskell old-locale library.
- ghc-old-time-1.1.0.1-26.4.el7 - Haskell old-time library
- This package provides the Haskell old-time library.
- ghc-pandoc-1.12.3.1-2.el7 - Haskell pandoc library
- This package provides the Haskell pandoc shared library.
- ghc-pandoc-citeproc-0.3.0.1-4.el7 - Haskell pandoc-citeproc library
- This package provides the Haskell pandoc-citeproc shared library.
- ghc-pandoc-types-1.12.3.1-3.el7 - Types for representing a structured document
- This package contains definitions for the Pandoc data structure, which
is used by pandoc to represent structured documents. These definitions
used to live in the pandoc package, but they have been split off, so
that other packages can use them without drawing in all of pandoc's
dependencies, and pandoc itself can depend on packages (like
citeproc-hs) that use them.
- ghc-parsec-3.1.3-31.el7 - Monadic parser combinators
- Parsec is designed from scratch as an industrial-strength parser library.
It is simple, safe, well documented (on the package homepage), has extensive
libraries and good error messages, and is also fast. It is defined as a monad
transformer that can be stacked on arbitrary monads, and it is also parametric
in the input stream type.
- ghc-pcre-light-0.4-13.el7 - Perl5 compatible regular expression library
- A small, efficient and portable regex library for Perl 5 compatible
regular expressions.
The PCRE library is a set of functions that implement regular expression
pattern matching using the same syntax and semantics as Perl 5.
- ghc-pretty-1.1.1.0-26.4.el7 - Haskell pretty library
- This package provides the Haskell pretty library.
- ghc-primitive-0.5.0.1-4.el7 - Primitive memory-related operations
- This package provides various primitive memory-related operations.
- ghc-process-1.1.0.2-26.4.el7 - Haskell process library
- This package provides the Haskell process library.
- ghc-random-1.0.1.1-27.el7 - Random number library
- This package provides a basic random number generation library, including the
ability to split random number generators.
- ghc-regex-base-0.93.2-29.el7 - Haskell regex base library
- Interface API for regex-{posix,pcre,parsec,tdfa,dfa}.
- ghc-regex-tdfa-1.1.8-11.el7 - Haskell tagged DFA regular expression library
- A new all Haskell "tagged" DFA regex engine, inspired by libtre.
- ghc-resourcet-0.4.6-2.el7 - Deterministic allocation and freeing of scarce resources
- Allocate resources which are guaranteed to be released.
All register cleanup actions live in the IO monad, not the main monad.
This allows both more efficient code, and for monads to be transformed.
- ghc-rfc5051-0.1.0.3-2.el7 - Simple unicode collation as per RFC5051
- This library implements 'i;unicode-casemap', the simple, non locale-sensitive
unicode collation algorithm described in RFC 5051
(). Proper unicode collation can be
done using text-icu, but that is a big dependency that depends on a large C
library, and rfc5051 might be better for some purposes.
- ghc-semigroups-0.8.5-3.el7 - Implementation of semigroups
- This library implements mathematical semigroups in Haskell 98.
- ghc-split-0.2.2-2.el7 - Combinator library for splitting lists
- A collection of various methods for splitting
lists into parts, akin to the \"split\" function
found in several mainstream languages. Here is
its tale:
Once upon a time the standard "Data.List" module
held no function for splitting a list into parts
according to a delimiter. Many a brave
lambda-knight strove to add such a function, but
their striving was in vain, for Lo, the Supreme
Council fell to bickering amongst themselves what
was to be the essential nature of the One True
Function which could cleave a list in twain (or
thrain, or any required number of parts).
And thus came to pass the split package,
comprising divers functions for splitting a list
asunder, each according to its nature. And the
Supreme Council had no longer any grounds for
argument, for the favored method of each was
contained therein.
To get started, see the "Data.List.Split" module.
- ghc-syb-0.4.0-35.el7 - Scrap Your Boilerplate
- This package contains the generics system described in the "Scrap Your
Boilerplate" papers (see ).
It defines the Data class of types permitting folding and unfolding of
constructor applications, instances of this class for primitive types, and
a variety of traversals.
- ghc-tagsoup-0.12.8-4.el7 - Parsing and extracting from HTML/XML documents
- TagSoup is a library for parsing HTML/XML.
It supports the HTML 5 specification, and can be used to parse
either well-formed XML, or unstructured and malformed HTML from the web.
The library also provides useful functions to extract information from
an HTML document, making it ideal for screen-scraping.
Users should start from the "Text.HTML.TagSoup" module.
- ghc-template-haskell-2.8.0.0-26.4.el7 - Haskell template-haskell library
- This package provides the Haskell template-haskell library.
- ghc-temporary-1.1.2.4-4.el7 - Portable temporary file and directory support
- The functions for creating temporary files and directories in the base library
are quite limited. The unixutils package contains some good ones,
but they aren't portable to Windows. This library repackages the
Cabal implementations of its own temporary file and folder functions
so that you can use them without linking against Cabal or depending on
it being installed.
- ghc-texmath-0.6.6-2.el7 - Conversion of LaTeX math formulas to MathML or OMML
- The texmathml library provides functions to convert LaTeX math formulas
to presentation MathML (which can be used in HTML) or
OMML (Office Math Markup Language, used in Microsoft Office).
It supports basic LaTeX and AMS extensions,
and it can parse and apply LaTeX macros.
- ghc-text-0.11.3.1-2.el7 - An efficient packed Unicode text type
- An efficient packed, immutable Unicode text type (both strict and
lazy), with a powerful loop fusion optimization framework.
The 'Text' type represents Unicode character strings, in a time and
space-efficient manner. This package provides text processing
capabilities that are optimized for performance critical use, both
in terms of large data quantities and high speed.
The 'Text' type provides character-encoding, type-safe case
conversion via whole-string case conversion functions. It also
provides a range of functions for converting 'Text' values to and from
'ByteStrings', using several standard encodings.
Efficient locale-sensitive support for text IO is also supported.
- ghc-time-1.4.0.1-26.4.el7 - Haskell time library
- This package provides the Haskell time library.
- ghc-transformers-0.3.0.0-34.el7 - Concrete functor and monad transformers
- A portable library of functor and monad transformers, inspired by the paper
"Functional Programming with Overloading and Higher-Order Polymorphism", by
Mark P Jones, in "Advanced School of Functional Programming", 1995
().
This package contains:
* the monad transformer class (in "Control.Monad.Trans.Class")
* concrete functor and monad transformers, each with associated operations and
functions to lift operations associated with other transformers.
It can be used on its own in portable Haskell code, or with the monad classes
in the 'mtl' or 'monads-tf' packages, which automatically lift operations
introduced by monad transformers through other transformers.
- ghc-transformers-base-0.4.1-9.el7 - Lift computations from the bottom of a transformer stack
- A port of Haskell monadLib's BaseM typeclass to transformers.
- ghc-unix-2.6.0.1-26.4.el7 - Haskell unix library
- This package provides the Haskell unix library.
- ghc-unordered-containers-0.2.3.0-3.el7 - Efficient hashing-based container types
- Efficient hashing-based container types. The containers have been
optimized for performance critical use, both in terms of large data
quantities and high speed.
The declared cost of each operation is either worst-case or
amortized, but remains valid even if structures are shared.
- ghc-utf8-string-0.3.7-8.el7 - Support for reading and writing UTF8 Strings
- A UTF8 layer for IO and Strings. The utf8-string package provides operations
for encoding UTF8 strings to Word8 lists and back, and for reading and writing
UTF8 without truncation.
- ghc-vector-0.10.0.1-7.el7 - Efficient Arrays
- An efficient implementation of Int-indexed arrays (both mutable
and immutable), with a powerful loop optimisation framework.
- ghc-void-0.5.11-3.el7 - Haskell 98 logically uninhabited data type
- A Haskell 98 logically uninhabited data type, used to indicate that
a given term should not exist.
- ghc-xml-1.3.13-2.el7 - A simple XML library
- A simple XML library.
- ghc-yaml-0.8.5.3-2.el7 - Support for parsing and rendering YAML documents
- Provides support for parsing and emitting Yaml documents.
The package is broken down into two modules. "Data.Yaml" provides a high-level
interface based around the JSON datatypes provided by the aeson package.
"Text.Libyaml" provides a lower-level, streaming interface. For most users,
"Data.Yaml" is recommended.
- ghc-zip-archive-0.1.3.4-3.el7 - Library for creating and modifying zip archives
- The zip-archive library provides functions for creating, modifying,
and extracting files from zip archives.
- ghc-zlib-0.5.4.1-27.el7 - Compression and decompression in the gzip and zlib formats
- This package provides a pure interface for compressing and decompressing
streams of data represented as lazy 'ByteString's. It uses the zlib C library
so it has high performance. It supports the zlib, gzip and raw
compression formats.
It provides a convenient high level API suitable for most tasks and for the few
cases where more control is needed it provides access to the full zlib feature
set.
- git224-2.24.4-1.el7.ius - Fast Version Control System
- Git is a fast, scalable, distributed revision control system with an
unusually rich command set that provides both high-level operations
and full access to internals.
The git rpm installs common set of tools which are usually using with
small amount of dependencies. To install all git packages, including
tools for integrating with other SCMs, install the git-all meta-package.
- git224-all-2.24.4-1.el7.ius - Meta-package to pull in all git tools
- Git is a fast, scalable, distributed revision control system with an
unusually rich command set that provides both high-level operations
and full access to internals.
This is a dummy package which brings in all subpackages.
- git224-core-2.24.4-1.el7.ius - Core package of git with minimal functionality
- Git is a fast, scalable, distributed revision control system with an
unusually rich command set that provides both high-level operations
and full access to internals.
The git-core rpm installs really the core tools with minimal
dependencies. Install git package for common set of tools.
To install all git packages, including tools for integrating with
other SCMs, install the git-all meta-package.
- git224-core-doc-2.24.4-1.el7.ius - Documentation files for git-core
- Documentation files for git-core package including man pages.
- git224-cvs-2.24.4-1.el7.ius - Git tools for importing CVS repositories
- Git tools for importing CVS repositories.
- git224-email-2.24.4-1.el7.ius - Git tools for sending patches via email
- Git tools for sending patches via email.
- git224-gitk-2.24.4-1.el7.ius - Git repository browser
- Git repository browser.
- git224-gitweb-2.24.4-1.el7.ius - Simple web interface to git repositories
- Simple web interface to git repositories.
- git224-gui-2.24.4-1.el7.ius - Graphical interface to Git
- Graphical interface to Git.
- git224-instaweb-2.24.4-1.el7.ius - Repository browser in gitweb
- A simple script to set up gitweb and a web server for browsing the local
repository.
- git224-p4-2.24.4-1.el7.ius - Git tools for working with Perforce depots
- Git tools for working with Perforce depots.
- git224-perl-Git-2.24.4-1.el7.ius - Perl interface to Git
- Perl interface to Git.
- git224-perl-Git-SVN-2.24.4-1.el7.ius - Perl interface to Git::SVN
- Perl interface to Git::SVN.
- git224-subtree-2.24.4-1.el7.ius - Git tools to merge and split repositories
- Git subtrees allow subprojects to be included within a subdirectory
of the main project, optionally including the subproject's entire
history.
- git224-svn-2.24.4-1.el7.ius - Git tools for interacting with Subversion repositories
- Git tools for interacting with Subversion repositories.
- glib-networking-2.56.1-1.el7 - Networking support for GLib
- This package contains modules that extend the networking support in
GIO. In particular, it contains libproxy- and GSettings-based
GProxyResolver implementations and a gnutls-based GTlsConnection
implementation.
- glib2-2.56.1-9.el7_9 - A library of handy utility functions
- GLib is the low-level core library that forms the basis for projects
such as GTK+ and GNOME. It provides data structure handling for C,
portability wrappers, and interfaces for such runtime functionality
as an event loop, threads, dynamic loading, and an object system.
- glibc-2.17-326.el7_9 - The GNU libc libraries
- The glibc package contains standard libraries which are used by
multiple programs on the system. In order to save disk space and
memory, as well as to make upgrading easier, common system code is
kept in one place and shared between programs. This particular package
contains the most important sets of shared libraries: the standard C
library and the standard math library. Without these two libraries, a
Linux system will not function.
- glibc-common-2.17-326.el7_9 - Common binaries and locale data for glibc
- The glibc-common package includes common binaries for the GNU libc
libraries, as well as national language (locale) support.
- glibc-devel-2.17-326.el7_9 - Object files for development using standard C libraries.
- The glibc-devel package contains the object files necessary
for developing programs which use the standard C libraries (which are
used by nearly all programs). If you are developing programs which
will use the standard C libraries, your system needs to have these
standard object files available in order to create the
executables.
Install glibc-devel if you are going to develop programs which will
use the standard C libraries.
- glibc-headers-2.17-326.el7_9 - Header files for development using standard C libraries.
- The glibc-headers package contains the header files necessary
for developing programs which use the standard C libraries (which are
used by nearly all programs). If you are developing programs which
will use the standard C libraries, your system needs to have these
standard header files available in order to create the
executables.
Install glibc-headers if you are going to develop programs which will
use the standard C libraries.
- gmp-6.0.0-15.el7 - A GNU arbitrary precision library
- The gmp package contains GNU MP, a library for arbitrary precision
arithmetic, signed integers operations, rational numbers and floating
point numbers. GNU MP is designed for speed, for both small and very
large operands. GNU MP is fast because it uses fullwords as the basic
arithmetic type, it uses fast algorithms, it carefully optimizes
assembly code for many CPUs' most common inner loops, and it generally
emphasizes speed over simplicity/elegance in its operations.
Install the gmp package if you need a fast arbitrary precision
library.
- gnupg2-2.0.22-5.el7_5 - Utility for secure communication and data storage
- GnuPG is GNU's tool for secure communication and data storage. It can
be used to encrypt data and to create digital signatures. It includes
an advanced key management facility and is compliant with the proposed
OpenPGP Internet standard as described in RFC2440 and the S/MIME
standard as described by several RFCs.
GnuPG 2.0 is a newer version of GnuPG with additional support for
S/MIME. It has a different design philosophy that splits
functionality up into several modules. The S/MIME and smartcard functionality
is provided by the gnupg2-smime package.
- gnutls-3.3.29-9.el7_6 - A TLS protocol implementation
- GnuTLS is a secure communications library implementing the SSL, TLS and DTLS
protocols and technologies around them. It provides a simple C language
application programming interface (API) to access the secure communications
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and
other required structures.
- gobject-introspection-1.56.1-1.el7 - Introspection system for GObject-based libraries
- GObject Introspection can scan C header and source files in order to
generate introspection "typelib" files. It also provides an API to examine
typelib files, useful for creating language bindings among other
things.
- golang-1.19.13-1.el7 - The Go Programming Language
- The Go Programming Language.
- golang-bin-1.19.13-1.el7 - Golang core compiler tools
- Golang core compiler tools
- golang-src-1.19.13-1.el7 - Golang compiler source tree
- Golang compiler source tree
- gpg-pubkey-00f97f56-467e318a - gpg(Remi Collet )
- -----BEGIN PGP PUBLIC KEY BLOCK-----
Version: rpm-4.11.3 (NSS-3)
mQGiBEJny1wRBACRnbQgZ6qLmJSuGvi/EwrRL6aW610BbdpLQRL3dnwy5wI5t9T3
/JEiEJ7GTvAwfiisEHifMfk2sRlWRf2EDQFttHyrrYXfY5L6UAF2IxixK5FL7PWA
/2a7tkw1IbCbt4IGG0aZJ6/xgQejrOLi4ewniqWuXCc+tLuWBZrGpE2QfwCggZ+L
0e6KPTHMP97T4xV81e3Ba5MD/3NwOQh0pVvZlW66Em8IJnBgM+eQh7pl4xq7nVOh
dEMJwVU0wDRKkXqQVghOxALOSAMapj5mDppEDzGLZHZNSRcvGEs2iPwo9vmY+Qhp
AyEBzE4blNR8pwPtAwL0W3cBKUx7ZhqmHr2FbNGYNO/hP4tO2ochCn5CxSwAfN1B
Qs5pBACOkTZMNC7CLsSUT5P4+64t04x/STlAFczEBcJBLF1T16oItDITJmAsPxbY
iee6JRfXmZKqmDP04fRdboWMcRjfDfCciSdIeGqP7vMcO25bDZB6x6++fOcmQpyD
1Fag3ZUq2yojgXWqVrgFHs/HB3QE7UQkykNp1fjQGbKK+5mWTrQkUmVtaSBDb2xs
ZXQgPFJQTVNARmFtaWxsZUNvbGxldC5jb20+iGAEExECACAFAkZ+MYoCGwMGCwkI
BwMCBBUCCAMEFgIDAQIeAQIXgAAKCRAATm9HAPl/Vv/UAJ9EL8ioMTsz/2EPbNuQ
MP5Xx/qPLACeK5rk2hb8VFubnEsbVxnxfxatGZ25AQ0EQmfLXRAEANwGvY+mIZzj
C1L5Nm2LbSGZNTN3NMbPFoqlMfmym8XFDXbdqjAHutGYEZH/PxRI6GC8YW5YK4E0
HoBAH0b0F97JQEkKquahCakj0P5mGuH6Q8gDOfi6pHimnsSAGf+D+6ZwAn8bHnAa
o+HVmEITYi6s+Csrs+saYUcjhu9zhyBfAAMFA/9Rmfj9/URdHfD1u0RXuvFCaeOw
CYfH2/nvkx+bAcSIcbVm+tShA66ybdZ/gNnkFQKyGD9O8unSXqiELGcP8pcHTHsv
JzdD1k8DhdFNhux/WPRwbo/es6QcpIPa2JPjBCzfOTn9GXVdT4pn5tLG2gHayudK
8Sj1OI2vqGLMQzhxw4hJBBgRAgAJBQJCZ8tdAhsMAAoJEABOb0cA+X9WcSAAn11i
gC5ns/82kSprzBOU0BNwUeXZAJ0cvNmY7rvbyiJydyLsSxh/la6HKw==
=6Rbg
-----END PGP PUBLIC KEY BLOCK-----
- gpg-pubkey-11f63c51-3c7dc11d - gpg(Jamie Cameron )
- -----BEGIN PGP PUBLIC KEY BLOCK-----
Version: rpm-4.11.3 (NSS-3)
mQGiBDx9wR0RBACR3xGPTkG5Staj7EVeiVJDrYXIPF28MGCrOEGw04tQmQTALz0E
YEcyfvui7KScrpHmZpy70PwgwxUDPUMik7vvRiUa9RRbJsDYyom06NGk+Z4dURhn
DeNRhcBrNBfyMvUY7HSJ2JP9jhQDWb8Lo1i231tvlnY0tNudVsP484ax6wCgrBwW
myad6TLYaETj0+AxGJxYgikD/iERqNF60x+WyfEH/SIOuKGlV/QoxmqOePn2gj9V
DWiOOAZ9DDWD6DpRNK/UVZRD1MK37HU1ePv7i92DTL9yIbyJwFcZNkEyMU3t+GBj
zf4YvaQnvtA09EdQNsC1GXxNXqYkVmTE1dHH83UK+chaXRoDQ6O9KD9SFE2vsj1d
z9VPBACPgmuVcUKXag6ZBY+SBColQzwyZfXtTOCnBh0HP4HOjU4G6CRTcAgLQrdM
1Uu29Al7TaE2p8HZb37dVoTRntM+Nf5O+2dX5iHA6ncdozKGftuXQMC7z9758nUi
2E4Svo9hmroM+NKonpZByt6TilhDXrPIcNYHlNsxpTAxq+lnw7QjSmFtaWUgQ2Ft
ZXJvbiA8amNhbWVyb25Ad2VibWluLmNvbT6IVwQTEQIAFwUCPH3BHQULBwoDBAMV
AwIDFgIBAheAAAoJENl6OukR9jxRQZEAoIHxngo/LxLBeFF9cpEViVGgChRIAJ90
zwqcBfw02su5AavnXjv6HxXF8bkBDQQ8fcEqEAQAx88aO9zI912/tbsNjLhDXpq0
WMw5F6fUUlwYpkaspPwWZ3UgDJaR1+oL3xnJKlD1Eu5x9B3r+rxYyoFpXubWz4R6
sL1u4kMRb347+fv140dE/RGFNEmqefZDeysz1TQG1Sskyyf7sV2KRUmI8wJTwg3n
IOtbyOoE3XlxI5FUrW8AAwUD/iEBdIH5DYB/FnOb/EkP3G3kCXGgTdZk7UA9HPKB
dV7JckgSicpi/mX898LxQrr0jyb6nyi2900OgQUQArrviTnp37j4ciQj214gTHzf
ssA40O5QR4t915z6wS4Ml+fAc5ZOeL6EQxiP+x+rz6h9+Mc8rawowY+7sBnvVw5O
YoVXiEYEGBECAAYFAjx9wSoACgkQ2Xo66RH2PFH+ZgCggAyuOLaoE9t9tyJbifEz
/YzvqYwAnj85Ehe8EmnKuor/k/TPtKl4MzDm
=oxvD
-----END PGP PUBLIC KEY BLOCK-----
- gpg-pubkey-352c64e5-52ae6884 - gpg(Fedora EPEL (7) )
- -----BEGIN PGP PUBLIC KEY BLOCK-----
Version: rpm-4.11.3 (NSS-3)
mQINBFKuaIQBEAC1UphXwMqCAarPUH/ZsOFslabeTVO2pDk5YnO96f+rgZB7xArB
OSeQk7B90iqSJ85/c72OAn4OXYvT63gfCeXpJs5M7emXkPsNQWWSju99lW+AqSNm
jYWhmRlLRGl0OO7gIwj776dIXvcMNFlzSPj00N2xAqjMbjlnV2n2abAE5gq6VpqP
vFXVyfrVa/ualogDVmf6h2t4Rdpifq8qTHsHFU3xpCz+T6/dGWKGQ42ZQfTaLnDM
jToAsmY0AyevkIbX6iZVtzGvanYpPcWW4X0RDPcpqfFNZk643xI4lsZ+Y2Er9Yu5
S/8x0ly+tmmIokaE0wwbdUu740YTZjCesroYWiRg5zuQ2xfKxJoV5E+Eh+tYwGDJ
n6HfWhRgnudRRwvuJ45ztYVtKulKw8QQpd2STWrcQQDJaRWmnMooX/PATTjCBExB
9dkz38Druvk7IkHMtsIqlkAOQMdsX1d3Tov6BE2XDjIG0zFxLduJGbVwc/6rIc95
T055j36Ez0HrjxdpTGOOHxRqMK5m9flFbaxxtDnS7w77WqzW7HjFrD0VeTx2vnjj
GqchHEQpfDpFOzb8LTFhgYidyRNUflQY35WLOzLNV+pV3eQ3Jg11UFwelSNLqfQf
uFRGc+zcwkNjHh5yPvm9odR1BIfqJ6sKGPGbtPNXo7ERMRypWyRz0zi0twARAQAB
tChGZWRvcmEgRVBFTCAoNykgPGVwZWxAZmVkb3JhcHJvamVjdC5vcmc+iQI4BBMB
AgAiBQJSrmiEAhsPBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRBqL66iNSxk
5cfGD/4spqpsTjtDM7qpytKLHKruZtvuWiqt5RfvT9ww9GUUFMZ4ZZGX4nUXg49q
ixDLayWR8ddG/s5kyOi3C0uX/6inzaYyRg+Bh70brqKUK14F1BrrPi29eaKfG+Gu
MFtXdBG2a7OtPmw3yuKmq9Epv6B0mP6E5KSdvSRSqJWtGcA6wRS/wDzXJENHp5re
9Ism3CYydpy0GLRA5wo4fPB5uLdUhLEUDvh2KK//fMjja3o0L+SNz8N0aDZyn5Ax
CU9RB3EHcTecFgoy5umRj99BZrebR1NO+4gBrivIfdvD4fJNfNBHXwhSH9ACGCNv
HnXVjHQF9iHWApKkRIeh8Fr2n5dtfJEF7SEX8GbX7FbsWo29kXMrVgNqHNyDnfAB
VoPubgQdtJZJkVZAkaHrMu8AytwT62Q4eNqmJI1aWbZQNI5jWYqc6RKuCK6/F99q
thFT9gJO17+yRuL6Uv2/vgzVR1RGdwVLKwlUjGPAjYflpCQwWMAASxiv9uPyYPHc
ErSrbRG0wjIfAR3vus1OSOx3xZHZpXFfmQTsDP7zVROLzV98R3JwFAxJ4/xqeON4
vCPFU6OsT3lWQ8w7il5ohY95wmujfr6lk89kEzJdOTzcn7DBbUru33CQMGKZ3Evt
RjsC7FDbL017qxS+ZVA/HGkyfiu4cpgV8VUnbql5eAZ+1Ll6Dw==
=hdPa
-----END PGP PUBLIC KEY BLOCK-----
- gpg-pubkey-4b274df2-5c17ce56 - gpg(IUS (7) )
- -----BEGIN PGP PUBLIC KEY BLOCK-----
Version: rpm-4.11.3 (NSS-3)
mQINBFwXzlYBEADK3/JucgmmO83jfEzYnz+Y8W8nT2xj/FM+bMlGa0tR+y6bY+yn
G/lJzbcG4BaQwJ+jWyidHBomxaIEWCuMo3blPLrOgdAIPRfMamxpwrzeq1c7M7Qj
GQxymc2EUmJq36G4xQAhrQSpw8XmWkYrkQPlA7XvLWUr8jxGzsIcMmkoH40cEMX3
+wfRY0E91vx3xIYmed3LAlEskstVp9zxVh2Y66i6wEHZ75iSp+rlZ2gbPNDLrr0Y
wJOv+ma9UtJZ0KQC8QDUitiLn4ufhboK3/EIevp9E29ZbYYzDE8eUfPLmOY4ByYG
PtrXhPmexPv5/5ZKTKTe7+k2U0/UonLF46azSrJS1YA2TszNs4wGDgo57GK77T7F
d8o5peEhRce6HqrMCatY60OZZZLSgpgM0YKcheRgPiuFomDkUQ8PNbqs3vbUL4Zg
A8uE0uN0rU/d6c/SV1fe8xvU7JvY7grvRJnwFSllItAgkTFYfxzCbkx+1rfU1Gqc
ypLw0ryuENN28zZYF/BeeQuXnrro5lzF+Q3xGvWsY10tZoQgIiXDbEFBNFPu5WcC
qBNqEYIHfWCUtqIG20ih6IeO2Ke7mG38bCNJTfhsM1pOEf4HsezBbuitU0As3Wer
uvdsa+82dLZimt+tjq6iovLTK2bxhjMMo1hIH/ehL1mnOVCrTHL9MJdrkQARAQAB
tBRJVVMgKDcpIDxkZXZAaXVzLmlvPokCOQQTAQIAIwUCXBfOVgIbDwcLCQgHAwIB
BhUIAgkKCwQWAgMBAh4BAheAAAoJEOVYByVLJ03yaOAP/28iFwg37EiRrPtWmOQB
dvGRkbg9mHPetffnlaFtaBlYc8+tplD7yVrUwzTrUbQVS5YRx0TBFexlK6Xu9AJc
uyFi3t66mryPcAog2qht9QtP6+obrAkPrh0Ly9PSNLmlCf9g65CG/QG4Hp98lD6D
P9U3V8pAfjuRN5b25Sg9IIlGxellRTkb75LvLBxgGIzm5h54+XrJ4s5LfHmrpJr5
JQT3cTkiNovokBySA7dYOu/7uvmvCbMm+MaabrZ4WKKLaVErbCixIpejQd+3N6gS
TSGkCQ8skDraMsYaZtX+zu7O1kHOOtTaIYEfckJe6QTgP+H4RnSFciW3C7P8fVgY
PkjhQCPoT30ZUWmLlK5z2jIDeOBrVZSt5imEEJnQcSZsaHjhH9k/RJDKrbF0pXL0
UO6/a7gLCzF/+cOexqgj0gFhHxJtKr8FeURR5yMdNyV/EFWx7zsDnzmMGV4HQFnO
0xpp5oxLw+OZLBamyZUSnvNUpaOviJaWrS5aFiuoOmFgobTLzkQrGwKcerWjJCF5
qgEhxP+RP5HhMJuCGQhYg1+USAH/50V7MtnCVciWN7k7mJjnSkART17NkSZiSoBS
aFVkMRhRNnUwkmnpbwjDauqLvLd7Wtr5+0VvGMZPmMcZRt3rbt/UUp9r0lcUNVEP
h4U1Q2xP0x13pmVm0FfVEe4I
=nD9u
-----END PGP PUBLIC KEY BLOCK-----
- gpg-pubkey-4ee90675-56e268d8 - gpg(konimex_neofetch (None) )
- -----BEGIN PGP PUBLIC KEY BLOCK-----
Version: rpm-4.11.3 (NSS-3)
mQENBFbiaNgBCADBKkL2O0hLg8ULVqk/Cw88GSD/ApmsTVL4mUHrpOL/2ie9XAGE
VE3VoTo/nSEJFmCrpQYhNgNhpPeJH5SsHzdG8Ox+qKw13cziOWFkuutbBFm2HkPs
8d+nhO00PiQrMdHRGuzdTH5N+ILXEtFUgeccb9eZqoKqnkvngGI2izdJedEX6Y2h
Yr2pXhcnhHMAIXoHWtS1VWlekFlVU2pTuUZ9OIly5f+PhgccqS+j5I1slSXrLIkL
1GzT0V43HNvsu2rk4IEaFvxN4/5skaNfa/FvdnFLNfScFuFeUPNrvQjuxPHMKo8P
/GD+ysouJikCAqlKkafNqRcEOUsy4b7mmmmxABEBAAG0QGtvbmltZXhfbmVvZmV0
Y2ggKE5vbmUpIDxrb25pbWV4I25lb2ZldGNoQGNvcHIuZmVkb3JhaG9zdGVkLm9y
Zz6JAT8EEwEIACkFAlbiaNgCGy8FCQlmAYAHCwkIBwMCAQYVCAIJCgsEFgIDAQIe
AQIXgAAKCRBtsc+7TukGdStGB/9Rf2xoPn6lWKGXguIYNLfvV0V0/0aVyJ5rszEE
1sB2c4yp5koER38cNBx6c1ej5P3uMM8YRL8qiq1HtgREoDxgPhJ1jO6mQVIqdUFa
PCpw92fcFXBrus75hk81lzyXZKzqkEhcoRemNSphivGT4yOR6AG6jJinR+U5w2SW
0helEpVNQ8zVP5QZkqVA/EnCcBXQ6aodTAPge9rrbuDGM9HtqtAuWT4Uns8fDzZP
z9SOCRGm5GNOTFm9P+7zHz1U034RLJb48dRScQeLhXbXm0cniZp5EqyfTR/T86zz
J98jYVBhup65bnAUod/YPqrt2fjLBCNXwKwMWXjHV8hs1Ynt
=SmfO
-----END PGP PUBLIC KEY BLOCK-----
- gpg-pubkey-d4dfd35c-62d04775 - gpg(Charmbracelet Inc. (haters > /dev/null™) )
- -----BEGIN PGP PUBLIC KEY BLOCK-----
Version: rpm-4.11.3 (NSS-3)
xsFNBGLQR3UBEADP68QtmQ83DXjOvFU/rXsN9qvkqbObHKy3UKKGn2Az/6kJxz7t
0ybFc4z61CirBFzi2ihk2NoIRGVmShiTUgXx5HL7hxIALRjddMYLRkwDuEF2Y05P
J5v2bRkQ02wnSYwRkkAkIHpIQC516OZTgOwejcWV7w2N0g2WW4AnhI8B6WP+XkSA
vGX5xW5jsgwDx6RTcAwRhXS7jR6xoH0hRNS5ixxjXjezORMOm+sAiaUZF7q0iIGf
gI+DBqMn8FRCWYIEZXxmSzw9+s1SjMaFwAmVlfmUSz38ykPhX7ih0njl862YWONH
quWhb66PEidvuWmpHQSYG+K2TJU+KLanlT1tRmcJYEeTEz4XKsen51rTAWS9ZtHq
eX8HEdWdqU7duejJr0VXk67ENhy3belVts+x+OxOt+bq1eySbZaRgDdnvbyUvojn
lBOlfZOhjGlkIao+JjQIU43K7dbToj/t1OWrnZFVxydM2+mWviytYw33q7aJKECR
PdxqCW3wNBuitpgIxFTl5yMm/1D9CgDdRGtJEmkxCk98TdUwf7+N78V3On/U8wlP
bxxnjdgMv6VoFhxBtX5KZnJK9wO7W1+UT/bsFps7gh9e72o78k38tM78lthbDI7x
yzSgPpNKPWhGOqUGeuMf/9ofK/sNvXCdbKAfQezxcNIB+ftrpAvVOenScwARAQAB
zTtDaGFybWJyYWNlbGV0IEluYy4gKGhhdGVycyA+IC9kZXYvbnVsbOKEoikgPHZ0
MTAwQGNoYXJtLnNoPsLBmAQTAQgAQhYhBO2Sezi+mB5TygkVPQO79ZXU39NcBQJi
0Ed1AhsDBQkJZgGABQsJCAcCAyICAQYVCgkICwIEFgIDAQIeBwIXgAAKCRADu/WV
1N/TXKm0EACyAAxPzdnqkqiqS4z8EuKzp18liXOdzh/ygbdQHaQeZ8FZffPwidKi
YYHRPiG2gg2i03IgIi57D572djy7pkacCw4o9xr7NoqTdxoRgU9aFRNV/yBoPP/L
LOU6fH5sCSYPwnQSgmGpSx5guiLU2XAMdoaDKnc3FyY8zpcOJdsSXPcO1KlnJBkO
v4Hm50O2ck9A3kIB2eSutgfmdOVrvKmmQokqdV70wQ8dBuIl3aLa/O3TIYENVAjY
ZclTa90qfk/WZ9DD9lJD49zei182j570oW1OpuzYWCWPY/tKQwJUbD4cX8uMm0Wr
hFTgIQmSUWKeJV4zZHAh6SpwPmbKgThFA3Sq/ULf8NSo4RRTl8i5KpFxz0ltgjYv
ua7p0/QLGph13LEM/mf2+ZTYQjn5a51IgEGZDHGAEm2VsmA2UmYhoWbspVWqWjgM
88S5OuREc4dPFk+DmFhMZbPVA3xduQIPg4FcffhZsUJ9Zm5o4pzCCxhXKG7XCOVk
8QvldhTnohPfPs7fXlQ6XPVoblrZgJ4G1rdpTboqP2Ivfl8hWDb0sc5IQw583Mb7
3+9xBe1i9ucHkaw8Pu9EQoqKzDNfIPEcfoB4+Qa1gi9qHp32ksN2bo1pd4m3zV00
fMMmSj49q/9ZcXrwOFKhRVEe5XHtbXPcAyBubOI8AmrWuDGPctNZfM7BTQRi0Ed1
ARAA02VHQ8w0qpnUDGX6CLLSkGsIb0xFTIhWmUEAU8L6H08zkJSuFEvPtwxzlS20
gM55fc15VmNW29w4NCrVVrqj1YB+AKJxFp6OnDk8Aud31GWOG8fX5eeRIbe1QOao
XYdde28kfdRjn/d/0wGgD34kSFLQIlSwFkD6EpoxMeLiYllV1BCvhRqaJMUsDtu5
B2YeBYWn6M1FzMn1aUH93UKn+67oCleRUciPmA06UgQPUGJvOFZozjcZOiIDULTe
NcefgxTh/MWDkC6DRhsq49J3wpf/Qat7Khu7nuHvQxjgVjHtRaZR5nS8SSdr/+qg
2GlucyQfvp/1WdIVzqxdsjPw4SJhTkeQ4XqNe0LoIjuVAcSoZDfavDiifGZ0vGoU
h408dJclJpqU34duiGKtq+wo7j+LhWOl6afB4QXmV0GhAsphcej+7MnJQQkCn+6s
Cs3CpTWGdEKSwILB2APd9ElYIljO3Ik1518Q7mWq1HHrbMk4i87sOhNoOv9RQkaB
FZGJUG0kgOcYwa9VZxCR1ryxZQ2r0TztqxsILNEEe4ZeA1Opp6HSrtQhCyM7yb8M
QoPJuIGsFm4+7epWmb4sa+1D7rgogLZZcMjnIP2R00BThuei75pB5sRsuBy2PZWc
YajU5U6N+xaLEuUzU2zx+u3QE3/cTvyHz0RKcukdHY50hQkAEQEAAcLBfAQYAQgA
JhYhBO2Sezi+mB5TygkVPQO79ZXU39NcBQJi0Ed1AhsMBQkJZgGAAAoJEAO79ZXU
39NcpokP/jhKGNew4eQLirNBa0o60Rnd6cSa5uZNqKgODXjVRJUFOEADCRTUHEU2
7lReOCmGcKG4mkNWoEQ8Y/0jXqRVxjpAWlG4wG/a24q8UzaST0F25Z1UgAXffjw4
I76+uMqkG1F+YeqiUKTLvEAKUTo18p6JQjtbbxut6u4W1+c0hqXc5dscqULVhf5/
JlJbavJW8KdDbqUcGueGs7KywILhOjc+AO4wcVr0L6wEVshWBP0h4XEfPUAnbQ0Y
dxgtcfPC/RxPzdxxv9fijK+p+5EbSnMzKzcMWRfTFmTxuN5GM8xa0xl9Xxg9b9Vv
GGV1nK7YnS/9r9+chejuLttBaNltjT0RR9Wr4Za8w2iqG/zm+uY8IkH+vJ6AIJ+l
77u/07d2ODzdaZZRaPlG2h81bvUe8oh521sJDrG4w5SlEh2rt+bOVzEUCPD760Xr
kKhe/dcj2eCtf6XNaczlsk41KqV6sBV8x1vef002qkU9o11DwTUnSXiZAFpA1ljY
etd9ZT6LP7CxdoO4INn4SiTb4xcRenPuZNVp7xPuN8/amlPhAhsFjWw6lW8qtbQM
9e7mJ7D1W7XvYrzSYtKrrO8fQbXeNzPiqQGTWHr8c0BK5qOGKflNAXQ/u+w1FQ4s
H87ZbYmcgwVHgjpDCGu4uUR1Q0YttBFUbrgRHzpDe7e5CsXCLMFB
=3cgt
-----END PGP PUBLIC KEY BLOCK-----
- gpg-pubkey-f4a80eb5-53a7ff4b - gpg(CentOS-7 Key (CentOS 7 Official Signing Key) )
- -----BEGIN PGP PUBLIC KEY BLOCK-----
Version: rpm-4.11.1 (NSS-3)
mQINBFOn/0sBEADLDyZ+DQHkcTHDQSE0a0B2iYAEXwpPvs67cJ4tmhe/iMOyVMh9
Yw/vBIF8scm6T/vPN5fopsKiW9UsAhGKg0epC6y5ed+NAUHTEa6pSOdo7CyFDwtn
4HF61Esyb4gzPT6QiSr0zvdTtgYBRZjAEPFVu3Dio0oZ5UQZ7fzdZfeixMQ8VMTQ
4y4x5vik9B+cqmGiq9AW71ixlDYVWasgR093fXiD9NLT4DTtK+KLGYNjJ8eMRqfZ
Ws7g7C+9aEGHfsGZ/SxLOumx/GfiTloal0dnq8TC7XQ/JuNdB9qjoXzRF+faDUsj
WuvNSQEqUXW1dzJjBvroEvgTdfCJfRpIgOrc256qvDMp1SxchMFltPlo5mbSMKu1
x1p4UkAzx543meMlRXOgx2/hnBm6H6L0FsSyDS6P224yF+30eeODD4Ju4BCyQ0jO
IpUxmUnApo/m0eRelI6TRl7jK6aGqSYUNhFBuFxSPKgKYBpFhVzRM63Jsvib82rY
438q3sIOUdxZY6pvMOWRkdUVoz7WBExTdx5NtGX4kdW5QtcQHM+2kht6sBnJsvcB
JYcYIwAUeA5vdRfwLKuZn6SgAUKdgeOtuf+cPR3/E68LZr784SlokiHLtQkfk98j
NXm6fJjXwJvwiM2IiFyg8aUwEEDX5U+QOCA0wYrgUQ/h8iathvBJKSc9jQARAQAB
tEJDZW50T1MtNyBLZXkgKENlbnRPUyA3IE9mZmljaWFsIFNpZ25pbmcgS2V5KSA8
c2VjdXJpdHlAY2VudG9zLm9yZz6JAjUEEwECAB8FAlOn/0sCGwMGCwkIBwMCBBUC
CAMDFgIBAh4BAheAAAoJECTGqKf0qA61TN0P/2730Th8cM+d1pEON7n0F1YiyxqG
QzwpC2Fhr2UIsXpi/lWTXIG6AlRvrajjFhw9HktYjlF4oMG032SnI0XPdmrN29lL
F+ee1ANdyvtkw4mMu2yQweVxU7Ku4oATPBvWRv+6pCQPTOMe5xPG0ZPjPGNiJ0xw
4Ns+f5Q6Gqm927oHXpylUQEmuHKsCp3dK/kZaxJOXsmq6syY1gbrLj2Anq0iWWP4
Tq8WMktUrTcc+zQ2pFR7ovEihK0Rvhmk6/N4+4JwAGijfhejxwNX8T6PCuYs5Jiv
hQvsI9FdIIlTP4XhFZ4N9ndnEwA4AH7tNBsmB3HEbLqUSmu2Rr8hGiT2Plc4Y9AO
aliW1kOMsZFYrX39krfRk2n2NXvieQJ/lw318gSGR67uckkz2ZekbCEpj/0mnHWD
3R6V7m95R6UYqjcw++Q5CtZ2tzmxomZTf42IGIKBbSVmIS75WY+cBULUx3PcZYHD
ZqAbB0Dl4MbdEH61kOI8EbN/TLl1i077r+9LXR1mOnlC3GLD03+XfY8eEBQf7137
YSMiW5r/5xwQk7xEcKlbZdmUJp3ZDTQBXT06vavvp3jlkqqH9QOE8ViZZ6aKQLqv
pL+4bs52jzuGwTMT7gOR5MzD+vT0fVS7Xm8MjOxvZgbHsAgzyFGlI1ggUQmU7lu3
uPNL0eRx4S1G4Jn5
=OGYX
-----END PGP PUBLIC KEY BLOCK-----
- gpgme-1.3.2-5.el7 - GnuPG Made Easy - high level crypto API
- GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
easier for applications. It provides a high-level crypto API for
encryption, decryption, signing, signature verification and key
management.
- gpm-libs-1.20.7-6.el7 - Dynamic library for for the gpm
- This package contains the libgpm.so dynamic library which contains
the gpm system calls and library functions.
- graphite2-1.3.10-1.el7_3 - Font rendering capabilities for complex non-Roman writing systems
- Graphite2 is a project within SIL’s Non-Roman Script Initiative and Language
Software Development groups to provide rendering capabilities for complex
non-Roman writing systems. Graphite can be used to create “smart fonts” capable
of displaying writing systems with various complex behaviors. With respect to
the Text Encoding Model, Graphite handles the "Rendering" aspect of writing
system implementation.
- grep-2.20-3.el7 - Pattern matching utilities
- The GNU versions of commonly used grep utilities. Grep searches through
textual input for lines which contain a match to a specified pattern and then
prints the matching lines. GNU's grep utilities include grep, egrep and fgrep.
GNU grep is needed by many scripts, so it shall be installed on every system.
- groff-base-1.22.2-8.el7 - Parts of the groff formatting system required to display manual pages
- The groff-base package contains only necessary parts of groff formatting
system which are required to display manual pages, and the groff's default
display device (PostScript).
- gsettings-desktop-schemas-3.28.0-3.el7 - A collection of GSettings schemas
- gsettings-desktop-schemas contains a collection of GSettings schemas for
settings shared by various components of a desktop.
- gtk-update-icon-cache-3.22.30-8.el7_9 - Icon theme caching utility
- GTK+ can use the cache files created by gtk-update-icon-cache to avoid a lot of
system call and disk seek overhead when the application starts. Since the
format of the cache files allows them to be mmap()ed shared between multiple
applications, the overall memory consumption is reduced as well.
- gtk3-3.22.30-8.el7_9 - GTK+ graphical user interface library
- GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable for
projects ranging from small one-off tools to complete application
suites.
This package contains version 3 of GTK+.
- gtksourceview3-3.24.8-2.el7 - A library for viewing source files
- GtkSourceView is a text widget that extends the standard GTK+
GtkTextView widget. It improves GtkTextView by implementing
syntax highlighting and other features typical of a source code editor.
This package contains version 3 of GtkSourceView. The older version
2 is contains in the gtksourceview2 package.
- gzip-1.5-11.el7_9 - The GNU data compression program
- The gzip package contains the popular GNU gzip data compression
program. Gzipped files have a .gz extension.
Gzip should be installed on your system, because it is a
very commonly used data compression program.
- hardlink-1.0-19.el7 - Create a tree of hardlinks
- hardlink is used to create a tree of hard links.
It's used by kernel installation to dramatically reduce the
amount of diskspace used by each kernel package installed.
- harfbuzz-1.7.5-2.el7 - Text shaping library
- HarfBuzz is an implementation of the OpenType Layout engine.
- hesiod-3.2.1-3.el7 - Shared libraries for querying the Hesiod naming service
- Hesiod is a system which uses existing DNS functionality to provide access
to databases of information that changes infrequently. It is often used to
distribute information kept in the /etc/passwd, /etc/group, and /etc/printcap
files, among others.
- hicolor-icon-theme-0.12-7.el7 - Basic requirement for icon themes
- Contains the basic directories and files needed for icon theme support.
- hostname-3.13-3.el7_7.1 - Utility to set/show the host name or domain name
- This package provides commands which can be used to display the system's
DNS name, and to display or set its hostname or NIS domain name.
- htop-2.2.0-3.el7 - Interactive process viewer
- htop is an interactive text-mode process viewer for Linux, similar to
top(1).
- httpd-2.4.6-99.el7.centos.1 - Apache HTTP Server
- The Apache HTTP Server is a powerful, efficient, and extensible
web server.
- httpd-tools-2.4.6-99.el7.centos.1 - Tools for use with the Apache HTTP Server
- The httpd-tools package contains tools which can be used with
the Apache HTTP Server.
- hunspell-1.3.2-16.el7 - A spell checker and morphological analyzer library
- Hunspell is a spell checker and morphological analyzer library and program
designed for languages with rich morphology and complex word compounding or
character encoding. Hunspell interfaces: Ispell-like terminal interface using
Curses library, Ispell pipe interface, OpenOffice.org UNO module.
- hunspell-en-0.20121024-6.el7 - English hunspell dictionaries
- English (US, UK, etc.) hunspell dictionaries
- hunspell-en-GB-0.20121024-6.el7 - UK English hunspell dictionaries
- UK English hunspell dictionaries
- hunspell-en-US-0.20121024-6.el7 - US English hunspell dictionaries
- US English hunspell dictionaries
- hwdata-0.252-9.7.el7 - Hardware identification and configuration data
- hwdata contains various hardware identification and configuration data,
such as the pci.ids and usb.ids databases.
- ilmbase-1.0.3-7.el7 - Abstraction/convenience libraries
- Half is a class that encapsulates the ilm 16-bit floating-point format.
IlmThread is a thread abstraction library for use with OpenEXR
and other software packages.
Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions
and other useful 2D and 3D math functions.
Iex is an exception-handling library.
- indent-2.2.11-13.el7 - A GNU program for formatting C code
- Indent is a GNU program for beautifying C code, so that it is easier to
read. Indent can also convert from one C writing style to a different
one. Indent understands correct C syntax and tries to handle incorrect
C syntax.
Install the indent package if you are developing applications in C and
you want a program to format your code.
- info-5.1-5.el7 - A stand-alone TTY-based reader for GNU texinfo documentation
- The GNU project uses the texinfo file format for much of its
documentation. The info package provides a standalone TTY-based
browser program for viewing texinfo files.
- initscripts-9.49.53-1.el7_9.1 - The inittab file and the /etc/init.d scripts
- The initscripts package contains basic system scripts used
during a boot of the system. It also contains scripts which
activate and deactivate most network interfaces.
- iproute-4.11.0-30.el7 - Advanced IP routing and network device configuration tools
- The iproute package contains networking utilities (ip and rtmon, for example)
which are designed to use the advanced networking capabilities of the Linux
kernel.
- ipset-7.1-1.el7 - Manage Linux IP sets
- IP sets are a framework inside the Linux kernel since version 2.4.x, which can
be administered by the ipset utility. Depending on the type, currently an IP
set may store IP addresses, (TCP/UDP) port numbers or IP addresses with MAC
addresses in a way, which ensures lightning speed when matching an entry
against a set.
If you want to:
- store multiple IP addresses or port numbers and match against the collection
by iptables at one swoop;
- dynamically update iptables rules against IP addresses or ports without
performance penalty;
- express complex IP address and ports based rulesets with one single iptables
rule and benefit from the speed of IP sets
then ipset may be the proper tool for you.
- ipset-libs-7.1-1.el7 - Shared library providing the IP sets functionality
- This package contains the libraries which provide the IP sets funcionality.
- iptables-1.4.21-35.el7 - Tools for managing Linux kernel packet filtering capabilities
- The iptables utility controls the network packet filtering code in the
Linux kernel. If you need to set up firewalls and/or IP masquerading,
you should install this package.
- iptables-services-1.4.21-35.el7 - iptables and ip6tables services for iptables
- iptables services for IPv4 and IPv6
This package provides the services iptables and ip6tables that have been split
out of the base package since they are not active by default anymore.
- iputils-20160308-10.el7 - Network monitoring tools including ping
- The iputils package contains basic utilities for monitoring a network,
including ping. The ping command sends a series of ICMP protocol
ECHO_REQUEST packets to a specified network host to discover whether
the target machine is alive and receiving network traffic.
- ius-release-2-1.el7.ius - IUS repository configuration
- This package contains the IUS repository GPG key as well as configuration for
yum.
- jansson-2.10-1.el7 - C library for encoding, decoding and manipulating JSON data
- Small library for parsing and writing JSON documents.
- jasper-libs-1.900.1-33.el7 - Runtime libraries for jasper
- Runtime libraries for jasper.
- jbigkit-libs-2.0-11.el7 - JBIG1 lossless image compression library
- JBIG-KIT provides a portable library of compression and decompression
functions with a documented interface that you can include very easily
into your image or document processing software. In addition, JBIG-KIT
provides ready-to-use compression and decompression programs with a
simple command line interface (similar to the converters found in netpbm).
JBIG-KIT implements the specification:
ISO/IEC 11544:1993 and ITU-T Recommendation T.82(1993):
Information technology — Coded representation of picture and audio
information — Progressive bi-level image compression
which is commonly referred to as the “JBIG1 standard”
- json-c-0.11-4.el7_0 - A JSON implementation in C
- JSON-C implements a reference counting object model that allows you to easily
construct JSON objects in C, output them as JSON formatted strings and parse
JSON formatted strings back into the C representation of JSON objects.
- json-glib-1.4.2-2.el7 - Library for JavaScript Object Notation format
- json-glib is a library providing serialization and deserialization support
for the JavaScript Object Notation (JSON) format.
- kernel-debug-devel-3.10.0-1160.102.1.el7 - Development package for building kernel modules to match the debug kernel
- This package provides kernel headers and makefiles sufficient to build modules
against the debug kernel package.
- kernel-headers-3.10.0-1160.102.1.el7 - Header files for the Linux kernel for use by glibc
- Kernel-headers includes the C header files that specify the interface
between the Linux kernel and userspace libraries and programs. The
header files define structures and constants that are needed for
building most standard programs and are also needed for rebuilding the
glibc package.
- keyutils-libs-1.5.8-3.el7 - Key utilities library
- This package provides a wrapper library for the key management facility system
calls.
- keyutils-libs-devel-1.5.8-3.el7 - Development package for building Linux key management utilities
- This package provides headers and libraries for building key utilities.
- kmod-20-28.el7 - Linux kernel module management utilities
- The kmod package provides various programs needed for automatic
loading and unloading of modules under 2.6, 3.x, and later kernels, as well
as other module management programs. Device drivers and filesystems are two
examples of loaded and unloaded modules.
- kmod-libs-20-28.el7 - Libraries to handle kernel module loading and unloading
- The kmod-libs package provides runtime libraries for any application that
wishes to load or unload Linux kernel modules from the running system.
- kpartx-0.4.9-136.el7_9 - Partition device manager for device-mapper devices
- kpartx manages partition creation and removal for device-mapper devices.
- krb5-devel-1.15.1-55.el7_9 - Development files needed to compile Kerberos 5 programs
- Kerberos is a network authentication system. The krb5-devel package
contains the header files and libraries needed for compiling Kerberos
5 programs. If you want to develop Kerberos-aware programs, you need
to install this package.
- krb5-libs-1.15.1-55.el7_9 - The non-admin shared libraries used by Kerberos 5
- Kerberos is a network authentication system. The krb5-libs package
contains the shared libraries needed by Kerberos 5. If you are using
Kerberos, you need to install this package.
- lcms2-2.6-3.el7 - Color Management Engine
- LittleCMS intends to be a small-footprint, speed optimized color management
engine in open source form. LCMS2 is the current version of LCMS, and can be
parallel installed with the original (deprecated) lcms.
- less-458-9.el7 - A text file browser similar to more, but better
- The less utility is a text file browser that resembles more, but has
more capabilities. Less allows you to move backwards in the file as
well as forwards. Since less doesn't have to read the entire input file
before it starts, less starts up more quickly than text editors (for
example, vi).
You should install less because it is a basic utility for viewing text
files, and you'll use it frequently.
- lft-3.73-1.gf.el7 - Alternative traceroute tool for network (reverse) engineers
- LFT, short for Layer Four Traceroute, is a sort of 'traceroute' that
often works much faster (than the commonly-used Van Jacobson method) and
goes through many configurations of packet-filter based firewalls. More
importantly, LFT implements numerous other features including AS number
lookups, loose source routing, netblock name lookups, et al.
- libICE-1.0.9-9.el7 - X.Org X11 ICE runtime library
- The X.Org X11 ICE (Inter-Client Exchange) runtime library.
- libSM-1.2.2-2.el7 - X.Org X11 SM runtime library
- The X.Org X11 SM (Session Management) runtime library.
- libX11-1.6.7-4.el7_9 - Core X11 protocol client library
- Core X11 protocol client library.
- libX11-common-1.6.7-4.el7_9 - Common data for libX11
- libX11 common data
- libX11-devel-1.6.7-4.el7_9 - Development files for libX11
- X.Org X11 libX11 development package
- libXau-1.0.8-2.1.el7 - Sample Authorization Protocol for X
- This is a very simple mechanism for providing individual access to an X Window
System display.It uses existing core protocol and library hooks for specifying
authorization data in the connection setup block to restrict use of the display
to only those clients that show that they know a server-specific key
called a "magic cookie".
- libXau-devel-1.0.8-2.1.el7 - Development files for libXau
- X.Org X11 libXau development package
- libXaw-1.0.13-4.el7 - X Athena Widget Set
- Xaw is a widget set based on the X Toolkit Intrinsics (Xt) Library.
- libXcomposite-0.4.4-4.1.el7 - X Composite Extension library
- X Composite Extension library
- libXcursor-1.1.15-1.el7 - Cursor management library
- This is a simple library designed to help locate and load cursors.
Cursors can be loaded from files or memory. A library of common cursors
exists which map to the standard X cursor names.Cursors can exist in
several sizes and the library automatically picks the best size.
- libXdamage-1.1.4-4.1.el7 - X Damage extension library
- X.Org X11 libXdamage runtime library.
- libXdmcp-1.1.2-6.el7 - X Display Manager Control Protocol library
- X Display Manager Control Protocol library.
- libXext-1.3.3-3.el7 - X.Org X11 libXext runtime library
- X.Org X11 libXext runtime library
- libXfixes-5.0.3-1.el7 - X Fixes library
- X Fixes library.
- libXfont2-2.0.3-1.el7 - X.Org X11 libXfont2 runtime library
- X.Org X11 libXfont2 runtime library
- libXft-2.3.2-2.el7 - X.Org X11 libXft runtime library
- X.Org X11 libXft runtime library
- libXft-devel-2.3.2-2.el7 - X.Org X11 libXft development package
- X.Org X11 libXft development package
- libXi-1.7.9-1.el7 - X.Org X11 libXi runtime library
- X.Org X11 libXi runtime library
- libXinerama-1.1.3-2.1.el7 - X.Org X11 libXinerama runtime library
- X.Org X11 libXinerama runtime library
- libXmu-1.1.2-2.el7 - X.Org X11 libXmu/libXmuu runtime libraries
- X.Org X11 libXmu/libXmuu runtime libraries
- libXp-1.0.2-2.1.el7 - X.Org X11 libXp runtime library
- X.Org X11 libXp runtime library
- libXpm-3.5.12-2.el7_9 - X.Org X11 libXpm runtime library
- X.Org X11 libXpm runtime library
- libXrandr-1.5.1-2.el7 - X.Org X11 libXrandr runtime library
- X.Org X11 libXrandr runtime library
- libXrender-0.9.10-1.el7 - X.Org X11 libXrender runtime library
- X.Org X11 libXrender runtime library
- libXrender-devel-0.9.10-1.el7 - X.Org X11 libXrender development package
- X.Org X11 libXrender development package
- libXt-1.1.5-3.el7 - X.Org X11 libXt runtime library
- X.Org X11 libXt runtime library
- libXtst-1.2.3-1.el7 - X.Org X11 libXtst runtime library
- X.Org X11 libXtst runtime library
- libXxf86misc-1.0.3-7.1.el7 - X.Org X11 libXxf86misc runtime library
- X.Org X11 libXxf86misc runtime library
- libXxf86vm-1.1.4-1.el7 - X.Org X11 libXxf86vm runtime library
- X.Org X11 libXxf86vm runtime library
- libacl-2.2.51-15.el7 - Dynamic library for access control list support
- This package contains the libacl.so dynamic library which contains
the POSIX 1003.1e draft standard 17 functions for manipulating access
control lists.
- libaio-0.3.109-13.el7 - Linux-native asynchronous I/O access library
- The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a
richer API and capability set than the simple POSIX async I/O facility.
This library, libaio, provides the Linux-native API for async I/O.
The POSIX async I/O facility requires this library in order to provide
kernel-accelerated async I/O capabilities, as do applications which
require the Linux-native async I/O API.
- libarchive-3.1.2-14.el7_7 - A library for handling streaming archive formats
- Libarchive is a programming library that can create and read several different
streaming archive formats, including most popular tar variants, several cpio
formats, and both BSD and GNU ar variants. It can also write shar archives and
read ISO9660 CDROM images and ZIP archives.
- libassuan-2.1.0-3.el7 - GnuPG IPC library
- This is the IPC library used by GnuPG 2, GPGME and a few other
packages.
- libattr-2.4.46-13.el7 - Dynamic library for extended attribute support
- This package contains the libattr.so dynamic library which contains
the extended attribute system calls and library functions.
- libblkid-2.23.2-65.el7_9.1 - Block device ID library
- This is block device identification library, part of util-linux.
- libc-client-2007f-16.el7 - UW C-client mail library
- Provides a common API for accessing mailboxes.
- libcap-2.22-11.el7 - Library for getting and setting POSIX.1e capabilities
- libcap is a library for getting and setting POSIX.1e (formerly POSIX 6)
draft 15 capabilities.
- libcap-ng-0.7.5-4.el7 - An alternate posix capabilities library
- Libcap-ng is a library that makes using posix capabilities easier
- libcgroup-0.41-21.el7 - Library to control and monitor control groups
- Control groups infrastructure. The library helps manipulate, control,
administrate and monitor control groups and the associated controllers.
- libcgroup-pam-0.41-21.el7 - A Pluggable Authentication Module for libcgroup
- Linux-PAM module, which allows administrators to classify the user's login
processes to pre-configured control group.
- libcgroup-tools-0.41-21.el7 - Command-line utility programs, services and daemons for libcgroup
- This package contains command-line programs, services and a daemon for
manipulating control groups using the libcgroup library.
- libcom_err-1.42.9-19.el7 - Common error description library
- This is the common error description library, part of e2fsprogs.
libcom_err is an attempt to present a common error-handling mechanism.
- libcom_err-devel-1.42.9-19.el7 - Common error description library
- This is the common error description development library and headers,
part of e2fsprogs. It contains the compile_et commmand, used
to convert a table listing error-code names and associated messages
messages into a C source file suitable for use with the library.
libcom_err is an attempt to present a common error-handling mechanism.
- libconfuse-2.7-7.el7 - A configuration file parser library
- libConfuse is a configuration file parser library, licensed under
the terms of the ISC license, and written in C. It supports
sections and (lists of) values (strings, integers, floats,
booleans or other sections), as well as some other features (such
as single/double-quoted strings, environment variable expansion,
functions and nested include statements). It makes it very
easy to add configuration file capability to a program using
a simple API.
The goal of libConfuse is not to be the configuration file parser
library with a gazillion of features. Instead, it aims to be
easy to use and quick to integrate with your code.
- libcroco-0.6.12-6.el7_9 - A CSS2 parsing library
- CSS2 parsing and manipulation library for GNOME
- libcurl-7.29.0-59.el7_9.1 - A library for getting files from web servers
- libcurl is a free and easy-to-use client-side URL transfer library, supporting
FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP,
SMTP, POP3 and RTSP. libcurl supports SSL certificates, HTTP POST, HTTP PUT,
FTP uploading, HTTP form based upload, proxies, cookies, user+password
authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer
resume, http proxy tunneling and more.
- libdaemon-0.14-7.el7 - Library for writing UNIX daemons
- libdaemon is a lightweight C library which eases the writing of UNIX daemons.
It consists of the following parts:
* A wrapper around fork() which does the correct daemonization
procedure of a process
* A wrapper around syslog() for simpler and compatible log output to
Syslog or STDERR
* An API for writing PID files
* An API for serializing UNIX signals into a pipe for usage with
select() or poll()
* An API for running subprocesses with STDOUT and STDERR redirected
to syslog.
- libdb-5.3.21-25.el7 - The Berkeley DB database library for C
- The Berkeley Database (Berkeley DB) is a programmatic toolkit that
provides embedded database support for both traditional and
client/server applications. The Berkeley DB includes B+tree, Extended
Linear Hashing, Fixed and Variable-length record access methods,
transactions, locking, logging, shared memory caching, and database
recovery. The Berkeley DB supports C, C++, Java, and Perl APIs. It is
used by many applications, including Python and Perl, so this should
be installed on all systems.
- libdb-devel-5.3.21-25.el7 - C development files for the Berkeley DB library
- The Berkeley Database (Berkeley DB) is a programmatic toolkit that
provides embedded database support for both traditional and
client/server applications. This package contains the header files,
libraries, and documentation for building programs which use the
Berkeley DB.
- libdb-utils-5.3.21-25.el7 - Command line tools for managing Berkeley DB databases
- The Berkeley Database (Berkeley DB) is a programmatic toolkit that
provides embedded database support for both traditional and
client/server applications. Berkeley DB includes B+tree, Extended
Linear Hashing, Fixed and Variable-length record access methods,
transactions, locking, logging, shared memory caching, and database
recovery. DB supports C, C++, Java and Perl APIs.
- libdrm-2.4.97-2.el7 - Direct Rendering Manager runtime library
- Direct Rendering Manager runtime library
- libdwarf-20130207-4.el7 - Library to access the DWARF Debugging file format
- Library to access the DWARF debugging file format which supports
source level debugging of a number of procedural languages, such as C, C++,
and Fortran. Please see http://www.dwarfstd.org for DWARF specification.
- libedit-3.0-12.20121213cvs.el7 - The NetBSD Editline library
- Libedit is an autotool- and libtoolized port of the NetBSD Editline library.
It provides generic line editing, history, and tokenization functions, similar
to those found in GNU Readline.
- libepoxy-1.5.2-1.el7 - epoxy runtime library
- A library for handling OpenGL function pointer management.
- libestr-0.1.9-2.el7 - String handling essentials library
- This package compiles the string handling essentials library
used by the Rsyslog daemon.
- libevent-2.0.21-4.el7 - Abstract asynchronous event notification library
- The libevent API provides a mechanism to execute a callback function
when a specific event occurs on a file descriptor or after a timeout
has been reached. libevent is meant to replace the asynchronous event
loop found in event driven network servers. An application just needs
to call event_dispatch() and can then add or remove events dynamically
without having to change the event loop.
- libfastjson-0.99.4-3.el7 - A JSON implementation in C
- LIBFASTJSON implements a reference counting object
model that allows you to easily construct JSON
objects in C, output them as JSON formatted strings
and parse JSON formatted strings back into the
C representation of JSON objects.
- libffi-3.0.13-19.el7 - A portable foreign function interface library
- Compilers for high level languages generate code that follow certain
conventions. These conventions are necessary, in part, for separate
compilation to work. One such convention is the "calling convention".
The calling convention is a set of assumptions made by the compiler
about where function arguments will be found on entry to a function. A
calling convention also specifies where the return value for a function
is found.
Some programs may not know at the time of compilation what arguments
are to be passed to a function. For instance, an interpreter may be
told at run-time about the number and types of arguments used to call a
given function. `Libffi' can be used in such programs to provide a
bridge from the interpreter program to compiled code.
The `libffi' library provides a portable, high level programming
interface to various calling conventions. This allows a programmer to
call any function specified by a call interface description at run time.
FFI stands for Foreign Function Interface. A foreign function
interface is the popular name for the interface that allows code
written in one language to call code written in another language. The
`libffi' library really only provides the lowest, machine dependent
layer of a fully featured foreign function interface. A layer must
exist above `libffi' that handles type conversions for values passed
between the two languages.
- libffi-devel-3.0.13-19.el7 - Development files for libffi
- The libffi-devel package contains libraries and header files for
developing applications that use libffi.
- libfontenc-1.1.3-3.el7 - X.Org X11 libfontenc runtime library
- X.Org X11 libfontenc runtime library
- libgcc-4.8.5-44.el7 - GCC version 4.8 shared support library
- This package contains GCC shared support library which is needed
e.g. for exception handling support.
- libgcrypt-1.5.3-14.el7 - A general-purpose cryptography library
- Libgcrypt is a general purpose crypto library based on the code used
in GNU Privacy Guard. This is a development version.
- libgfortran-4.8.5-44.el7 - Fortran runtime
- This package contains Fortran shared library which is needed to run
Fortran dynamically linked programs.
- libglvnd-1.0.1-0.8.git5baa1e5.el7 - The GL Vendor-Neutral Dispatch library
- libglvnd is an implementation of the vendor-neutral dispatch layer for
arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
- libglvnd-egl-1.0.1-0.8.git5baa1e5.el7 - EGL support for libglvnd
- libEGL are the common dispatch interface for the EGL API.
- libglvnd-glx-1.0.1-0.8.git5baa1e5.el7 - GLX support for libglvnd
- libGL and libGLX are the common dispatch interface for the GLX API.
- libgomp-4.8.5-44.el7 - GCC OpenMP v3.0 shared support library
- This package contains GCC shared support library which is needed
for OpenMP v3.0 support.
- libgpg-error-1.12-3.el7 - Library for error values used by GnuPG components
- This is a library that defines common error values for all GnuPG
components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
pinentry, SmartCard Daemon and possibly more in the future.
- libgs-9.25-5.el7 - Library providing Ghostcript's core functionality
- This library provides Ghostscript's core functionality, based on Ghostscript's
API, which is useful for many packages that are build on top of Ghostscript.
- libgudev1-219-78.el7_9.7 - Libraries for adding libudev support to applications that use glib
- This package contains the libraries that make it easier to use libudev
functionality from applications that use glib.
- libgusb-0.2.9-1.el7 - GLib wrapper around libusb1
- GUsb is a GObject wrapper for libusb1 that makes it easy to do
asynchronous control, bulk and interrupt transfers with proper
cancellation and integration into a mainloop.
- libibverbs-22.4-6.el7_9 - A library and drivers for direct userspace use of RDMA (InfiniBand/iWARP/RoCE) hardware
- libibverbs is a library that allows userspace processes to use RDMA
"verbs" as described in the InfiniBand Architecture Specification and
the RDMA Protocol Verbs Specification. This includes direct hardware
access from userspace to InfiniBand/iWARP adapters (kernel bypass) for
fast path operations.
Device-specific plug-in ibverbs userspace drivers are included:
- libbxnt_re: Broadcom NetXtreme-E RoCE HCA
- libcxgb3: Chelsio T3 iWARP HCA
- libcxgb4: Chelsio T4 iWARP HCA
- libhfi1: Intel Omni-Path HFI
- libhns: HiSilicon Hip06 SoC
- libi40iw: Intel Ethernet Connection X722 RDMA
- libipathverbs: QLogic InfiniPath HCA
- libmlx4: Mellanox ConnectX-3 InfiniBand HCA
- libmlx5: Mellanox Connect-IB/X-4+ InfiniBand HCA
- libmthca: Mellanox InfiniBand HCA
- libnes: NetEffect RNIC
- libocrdma: Emulex OneConnect RDMA/RoCE Device
- libqedr: QLogic QL4xxx RoCE HCA
- librxe: A software implementation of the RoCE protocol
- libvmw_pvrdma: VMware paravirtual RDMA device
- libicu-50.2-4.el7_7 - International Components for Unicode - libraries
- The International Components for Unicode (ICU) libraries provide
robust and full-featured Unicode services on a wide variety of
platforms. ICU supports the most current version of the Unicode
standard, and they provide support for supplementary Unicode
characters (needed for GB 18030 repertoire support).
As computing environments become more heterogeneous, software
portability becomes more important. ICU lets you produce the same
results across all the various platforms you support, without
sacrificing performance. It offers great flexibility to extend and
customize the supplied services.
- libidn-1.28-4.el7 - Internationalized Domain Name support library
- GNU Libidn is an implementation of the Stringprep, Punycode and
IDNA specifications defined by the IETF Internationalized Domain
Names (IDN) working group, used for internationalized domain
names.
- libimobiledevice-1.2.0-1.el7 - Library for connecting to mobile devices
- libimobiledevice is a library for connecting to mobile devices including phones
and music players
- libjpeg-turbo-1.2.90-8.el7 - A MMX/SSE2 accelerated library for manipulating JPEG image files
- The libjpeg-turbo package contains a library of functions for manipulating
JPEG images.
- libkadm5-1.15.1-55.el7_9 - Kerberos 5 Administrative libraries
- Kerberos is a network authentication system. The libkadm5 package
contains the libkadm5clnt and libkadm5serv shared objects, for use
ONLY by kerberos itself. Do not depend on this package.
- libldb-1.5.4-2.el7 - A schema-less, ldap like, API and database
- An extensible library that implements an LDAP like API to access remote LDAP
servers, or use local tdb databases.
- libmcrypt-2.5.8-13.el7 - Encryption algorithms library
- Libmcrypt is a thread-safe library providing a uniform interface
to access several block and stream encryption algorithms.
- libmnl-1.0.3-7.el7 - A minimalistic Netlink library
- libmnl is a minimalistic user-space library oriented to Netlink developers.
There are a lot of common tasks in parsing, validating, constructing of both
the Netlink header and TLVs that are repetitive and easy to get wrong.
This library aims to provide simple helpers that allows you to re-use code and
to avoid re-inventing the wheel.
- libmodman-2.0.1-8.el7 - A simple library for managing C++ modules (plug-ins)
- libmodman is a simple library for managing C++ modules (plug-ins).
- libmount-2.23.2-65.el7_9.1 - Device mounting library
- This is the device mounting library, part of util-linux.
- libmpc-1.0.1-3.el7 - C library for multiple precision complex arithmetic
-
MPC is a C library for the arithmetic of complex numbers with
arbitrarily high precision and correct rounding of the result. It is
built upon and follows the same principles as Mpfr.
- libnetfilter_conntrack-1.0.6-1.el7_3 - Netfilter conntrack userspace library
- libnetfilter_conntrack is a userspace library providing a programming
interface (API) to the in-kernel connection tracking state table.
- libnfnetlink-1.0.1-4.el7 - Netfilter netlink userspace library
- libnfnetlink is a userspace library that provides some low-level
nfnetlink handling functions. It is used as a foundation for other, netfilter
subsystem specific libraries such as libnfnetlink_conntrack, libnfnetlink_log
and libnfnetlink_queue.
- libnftnl-1.0.8-3.el7 - Library for low-level interaction with nftables Netlink's API over libmnl
- A library for low-level interaction with nftables Netlink's API over libmnl.
- libnl-1.1.4-3.el7 - Convenience library for kernel netlink sockets
- This package contains a convenience library to simplify
using the Linux kernel's netlink sockets interface for
network manipulation
- libnl3-3.2.28-4.el7 - Convenience library for kernel netlink sockets
- This package contains a convenience library to simplify
using the Linux kernel's netlink sockets interface for
network manipulation
- libpaper-1.1.24-9.el7 - Library and tools for handling papersize
- The paper library and accompanying files are intended to provide a
simple way for applications to take actions based on a system- or
user-specified paper size. This release is quite minimal, its purpose
being to provide really basic functions (obtaining the system paper name
and getting the height and width of a given kind of paper) that
applications can immediately integrate.
- libpcap-1.5.3-13.el7_9 - A system-independent interface for user-level packet capture
- Libpcap provides a portable framework for low-level network
monitoring. Libpcap can provide network statistics collection,
security monitoring and network debugging. Since almost every system
vendor provides a different interface for packet capture, the libpcap
authors created this system-independent API to ease in porting and to
alleviate the need for several system-dependent packet capture modules
in each application.
Install libpcap if you need to do low-level network traffic monitoring
on your network.
- libpciaccess-0.14-1.el7 - PCI access library
- libpciaccess is a library for portable PCI access routines across multiple
operating systems.
- libpipeline-1.2.3-3.el7 - A pipeline manipulation library
- libpipeline is a C library for setting up and running pipelines of
processes, without needing to involve shell command-line parsing which is
often error-prone and insecure. This alleviates programmers of the need to
laboriously construct pipelines using lower-level primitives such as fork(2)
and execve(2).
- libplist-1.12-3.el7 - Library for manipulating Apple Binary and XML Property Lists
- libplist is a library for manipulating Apple Binary and XML Property Lists
- libpmem-1.5.1-2.1.el7 - Low-level persistent memory support library
- The libpmem provides low level persistent memory support. In particular,
support for the persistent memory instructions for flushing changes
to pmem is provided.
- libpmemblk-1.5.1-2.1.el7 - Persistent Memory Resident Array of Blocks library
- The libpmemblk implements a pmem-resident array of blocks, all the same
size, where a block is updated atomically with respect to power
failure or program interruption (no torn blocks).
- libpng-1.5.13-8.el7 - A library of functions for manipulating PNG image format files
- The libpng package contains a library of functions for creating and
manipulating PNG (Portable Network Graphics) image format files. PNG
is a bit-mapped graphics format similar to the GIF format. PNG was
created to replace the GIF format, since GIF uses a patented data
compression algorithm.
Libpng should be installed if you need to manipulate PNG format image
files.
- libpng-devel-1.5.13-8.el7 - Development tools for programs to manipulate PNG image format files
- The libpng-devel package contains header files and documentation necessary
for developing programs using the PNG (Portable Network Graphics) library.
If you want to develop programs which will manipulate PNG image format
files, you should install libpng-devel. You'll also need to install
the libpng package.
- libproxy-0.4.11-11.el7 - A library handling all the details of proxy configuration
- libproxy offers the following features:
* extremely small core footprint (< 35K)
* no external dependencies within libproxy core
(libproxy plugins may have dependencies)
* only 3 functions in the stable external API
* dynamic adjustment to changing network topology
* a standard way of dealing with proxy settings across all scenarios
* a sublime sense of joy and accomplishment
- libpwquality-1.2.3-5.el7 - A library for password generation and password quality checking
- This is a library for password quality checks and generation
of random passwords that pass the checks.
This library uses the cracklib and cracklib dictionaries
to perform some of the checks.
- libquadmath-4.8.5-44.el7 - GCC __float128 shared support library
- This package contains GCC shared support library which is needed
for __float128 math support and for Fortran REAL*16 support.
- libquadmath-devel-4.8.5-44.el7 - GCC __float128 support
- This package contains headers for building Fortran programs using
REAL*16 and programs using __float128 math.
- librados2-10.2.5-4.el7 - RADOS distributed object store client library
- RADOS is a reliable, autonomic distributed object storage cluster
developed as part of the Ceph distributed storage system. This is a
shared library allowing applications to access the distributed object
store using a simple file-like interface.
- librbd1-10.2.5-4.el7 - RADOS block device client library
- RBD is a block device striped across multiple distributed objects in
RADOS, a reliable, autonomic distributed object storage cluster
developed as part of the Ceph distributed storage system. This is a
shared library allowing applications to manage these block devices.
- librdmacm-22.4-6.el7_9 - Userspace RDMA Connection Manager
- librdmacm provides a userspace RDMA Communication Managment API.
- librsvg2-2.40.20-1.el7 - An SVG library based on cairo
- An SVG library based on cairo.
- libseccomp-2.3.1-4.el7 - Enhanced seccomp library
- The libseccomp library provides an easy to use interface to the Linux Kernel's
syscall filtering mechanism, seccomp. The libseccomp API allows an application
to specify which syscalls, and optionally which syscall arguments, the
application is allowed to execute, all of which are enforced by the Linux
Kernel.
- libsecret-0.18.6-1.el7 - Library for storing and retrieving passwords and other secrets
- libsecret is a library for storing and retrieving passwords and other secrets.
It communicates with the "Secret Service" using DBus. gnome-keyring and
KSecretService are both implementations of a Secret Service.
- libselinux-2.5-15.el7 - SELinux library and simple utilities
- Security-enhanced Linux is a feature of the Linux® kernel and a number
of utilities with enhanced security functionality designed to add
mandatory access controls to Linux. The Security-enhanced Linux
kernel contains new architectural components originally developed to
improve the security of the Flask operating system. These
architectural components provide general support for the enforcement
of many kinds of mandatory access control policies, including those
based on the concepts of Type Enforcement®, Role-based Access
Control, and Multi-level Security.
libselinux provides an API for SELinux applications to get and set
process and file security contexts and to obtain security policy
decisions. Required for any applications that use the SELinux API.
- libselinux-devel-2.5-15.el7 - Header files and libraries used to build SELinux
- The libselinux-devel package contains the libraries and header files
needed for developing SELinux applications.
- libselinux-python-2.5-15.el7 - SELinux python bindings for libselinux
- The libselinux-python package contains the python bindings for developing
SELinux applications.
- libselinux-utils-2.5-15.el7 - SELinux libselinux utilies
- The libselinux-utils package contains the utilities
- libsemanage-2.5-14.el7 - SELinux binary policy manipulation library
- Security-enhanced Linux is a feature of the Linux® kernel and a number
of utilities with enhanced security functionality designed to add
mandatory access controls to Linux. The Security-enhanced Linux
kernel contains new architectural components originally developed to
improve the security of the Flask operating system. These
architectural components provide general support for the enforcement
of many kinds of mandatory access control policies, including those
based on the concepts of Type Enforcement®, Role-based Access
Control, and Multi-level Security.
libsemanage provides an API for the manipulation of SELinux binary policies.
It is used by checkpolicy (the policy compiler) and similar tools, as well
as by programs like load_policy that need to perform specific transformations
on binary policies such as customizing policy boolean settings.
- libsemanage-python-2.5-14.el7 - semanage python bindings for libsemanage
- The libsemanage-python package contains the python bindings for developing
SELinux management applications.
- libsepol-2.5-10.el7 - SELinux binary policy manipulation library
- Security-enhanced Linux is a feature of the Linux® kernel and a number
of utilities with enhanced security functionality designed to add
mandatory access controls to Linux. The Security-enhanced Linux
kernel contains new architectural components originally developed to
improve the security of the Flask operating system. These
architectural components provide general support for the enforcement
of many kinds of mandatory access control policies, including those
based on the concepts of Type Enforcement®, Role-based Access
Control, and Multi-level Security.
libsepol provides an API for the manipulation of SELinux binary policies.
It is used by checkpolicy (the policy compiler) and similar tools, as well
as by programs like load_policy that need to perform specific transformations
on binary policies such as customizing policy boolean settings.
- libsepol-devel-2.5-10.el7 - Header files and libraries used to build policy manipulation tools
- The libsepol-devel package contains the libraries and header files
needed for developing applications that manipulate binary policies.
- libsmartcols-2.23.2-65.el7_9.1 - Formatting library for ls-like programs.
- This is library for ls-like terminal programs, part of util-linux.
- libsmbclient-4.10.16-25.el7_9 - The SMB client library
- The libsmbclient contains the SMB client library from the Samba suite.
- libsoup-2.62.2-2.el7 - Soup, an HTTP library implementation
- Libsoup is an HTTP library implementation in C. It was originally part
of a SOAP (Simple Object Access Protocol) implementation called Soup, but
the SOAP and non-SOAP parts have now been split into separate packages.
libsoup uses the Glib main loop and is designed to work well with GTK
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the Gtk+ programming model (a synchronous operation mode is also
supported for those who want it).
- libss-1.42.9-19.el7 - Command line interface parsing library
- This is libss, a command line interface parsing library, part of e2fsprogs.
This package includes a tool that parses a command table to generate
a simple command-line interface parser, the include files needed to
compile and use it.
It was originally inspired by the Multics SubSystem library.
- libssh-0.7.1-7.el7 - A library implementing the SSH protocol
- The ssh library was designed to be used by programmers needing a working SSH
implementation by the mean of a library. The complete control of the client is
made by the programmer. With libssh, you can remotely execute programs, transfer
files, use a secure and transparent tunnel for your remote programs. With its
Secure FTP implementation, you can play with remote files easily, without
third-party programs others than libcrypto (from openssl).
- libssh2-1.8.0-4.el7_9.1 - A library implementing the SSH2 protocol
- libssh2 is a library implementing the SSH2 protocol as defined by
Internet Drafts: SECSH-TRANS(22), SECSH-USERAUTH(25),
SECSH-CONNECTION(23), SECSH-ARCH(20), SECSH-FILEXFER(06)*,
SECSH-DHGEX(04), and SECSH-NUMBERS(10).
- libstdc++-4.8.5-44.el7 - GNU Standard C++ Library
- The libstdc++ package contains a rewritten standard compliant GCC Standard
C++ Library.
- libstdc++-devel-4.8.5-44.el7 - Header files and libraries for C++ development
- This is the GNU implementation of the standard C++ libraries. This
package includes the header files and libraries needed for C++
development. This includes rewritten implementation of STL.
- libtalloc-2.1.16-1.el7 - The talloc library
- A library that implements a hierarchical allocator with destructors.
- libtasn1-4.10-1.el7 - The ASN.1 library used in GNUTLS
- A library that provides Abstract Syntax Notation One (ASN.1, as specified
by the X.680 ITU-T recommendation) parsing and structures management, and
Distinguished Encoding Rules (DER, as per X.690) encoding and decoding functions.
- libtdb-1.3.18-1.el7 - The tdb library
- A library that implements a trivial database.
- libtevent-0.9.39-1.el7 - The tevent library
- Tevent is an event system based on the talloc memory management library.
Tevent has support for many event types, including timers, signals, and
the classic file descriptor events.
Tevent also provide helpers to deal with asynchronous code providing the
tevent_req (Tevent Request) functions.
- libthai-0.1.14-9.el7 - Thai language support routines
- LibThai is a set of Thai language support routines aimed to ease
developers' tasks to incorporate Thai language support in their applications.
It includes important Thai-specific functions e.g. word breaking, input and
output methods as well as basic character and string supports.
- libtidy-5.4.0-1.el7 - Runtime library for tidy
- Runtime library for tidy.
- libtiff-4.0.3-35.el7 - Library of functions for manipulating TIFF format image files
- The libtiff package contains a library of functions for manipulating
TIFF (Tagged Image File Format) image format files. TIFF is a widely
used file format for bitmapped images. TIFF files usually end in the
.tif extension and they are often quite large.
The libtiff package should be installed if you need to manipulate TIFF
format image files.
- libtirpc-0.2.4-0.16.el7 - Transport Independent RPC Library
- This package contains SunLib's implementation of transport-independent
RPC (TI-RPC) documentation. This library forms a piece of the base of
Open Network Computing (ONC), and is derived directly from the
Solaris 2.3 source.
TI-RPC is an enhanced version of TS-RPC that requires the UNIX System V
Transport Layer Interface (TLI) or an equivalent X/Open Transport Interface
(XTI). TI-RPC is on-the-wire compatible with the TS-RPC, which is supported
by almost 70 vendors on all major operating systems. TS-RPC source code
(RPCSRC 4.0) remains available from several internet sites.
- libtool-2.4.2-22.el7_3 - The GNU Portable Library Tool
- GNU Libtool is a set of shell scripts which automatically configure UNIX and
UNIX-like systems to generically build shared libraries. Libtool provides a
consistent, portable interface which simplifies the process of using shared
libraries.
If you are developing programs which will use shared libraries, but do not use
the rest of the GNU Autotools (such as GNU Autoconf and GNU Automake), you
should install the libtool package.
The libtool package also includes all files needed to integrate the GNU
Portable Library Tool (libtool) and the GNU Libtool Dynamic Module Loader
(ltdl) into a package built using the GNU Autotools (including GNU Autoconf
and GNU Automake).
- libtool-ltdl-2.4.2-22.el7_3 - Runtime libraries for GNU Libtool Dynamic Module Loader
- The libtool-ltdl package contains the GNU Libtool Dynamic Module Loader, a
library that provides a consistent, portable interface which simplifies the
process of using dynamic modules.
These runtime libraries are needed by programs that link directly to the
system-installed ltdl libraries; they are not needed by software built using
the rest of the GNU Autotools (including GNU Autoconf and GNU Automake).
- libunistring-0.9.3-9.el7 - GNU Unicode string library
- This portable C library implements Unicode string types in three flavours:
(UTF-8, UTF-16, UTF-32), together with functions for character processing
(names, classifications, properties) and functions for string processing
(iteration, formatted output, width, word breaks, line breaks, normalization,
case folding and regular expressions).
- libusbmuxd-1.0.10-5.el7 - Client library USB multiplex daemon for Apple's iOS devices
- libusbmuxd is the client library used for communicating with Apple's iPod Touch,
iPhone, iPad and Apple TV devices. It allows multiple services on the device
to be accessed simultaneously.
- libusbx-1.0.21-1.el7 - Library for accessing USB devices
- This package provides a way for applications to access USB devices.
Libusbx is a fork of the original libusb, which is a fully API and ABI
compatible drop in for the libusb-1.0.9 release. The libusbx fork was
started by most of the libusb-1.0 developers, after the original libusb
project did not produce a new release for over 18 months.
Note that this library is not compatible with the original libusb-0.1 series,
if you need libusb-0.1 compatibility install the libusb package.
- libuser-0.60-9.el7 - A user and group account administration library
- The libuser library implements a standardized interface for manipulating
and administering user and group accounts. The library uses pluggable
back-ends to interface to its data sources.
Sample applications modeled after those included with the shadow password
suite are included.
- libutempter-1.1.6-4.el7 - A privileged helper for utmp/wtmp updates
- This library provides interface for terminal emulators such as
screen and xterm to record user sessions to utmp and wtmp files.
- libuuid-2.23.2-65.el7_9.1 - Universally unique ID library
- This is the universally unique ID library, part of util-linux.
The libuuid library generates and parses 128-bit universally unique
id's (UUID's). A UUID is an identifier that is unique across both
space and time, with respect to the space of all UUIDs. A UUID can
be used for multiple purposes, from tagging objects with an extremely
short lifetime, to reliably identifying very persistent objects
across a network.
See also the "uuid" package, which is a separate implementation.
- libuuid-devel-2.23.2-65.el7_9.1 - Universally unique ID library
- This is the universally unique ID development library and headers,
part of util-linux.
The libuuid library generates and parses 128-bit universally unique
id's (UUID's). A UUID is an identifier that is unique across both
space and time, with respect to the space of all UUIDs. A UUID can
be used for multiple purposes, from tagging objects with an extremely
short lifetime, to reliably identifying very persistent objects
across a network.
See also the "uuid-devel" package, which is a separate implementation.
- libverto-0.2.5-4.el7 - Main loop abstraction library
- libverto provides a way for libraries to expose asynchronous interfaces
without having to choose a particular event loop, offloading this
decision to the end application which consumes the library.
If you are packaging an application, not library, based on libverto,
you should depend either on a specific implementation module or you
can depend on the virtual provides 'libverto-module-base'. This will
ensure that you have at least one module installed that provides io,
timeout and signal functionality. Currently glib is the only module
that does not provide these three because it lacks signal. However,
glib will support signal in the future.
- libverto-devel-0.2.5-4.el7 - Development files for libverto
- The libverto-devel package contains libraries and header files for
developing applications that use libverto.
- libwayland-client-1.15.0-1.el7 - Wayland client library
- Wayland client library
- libwayland-cursor-1.15.0-1.el7 - Wayland cursor library
- Wayland cursor library
- libwayland-egl-1.15.0-1.el7 - Wayland egl library
- Wayland egl library
- libwayland-server-1.15.0-1.el7 - Wayland server library
- Wayland server library
- libwbclient-4.10.16-25.el7_9 - The winbind client library
- The libwbclient package contains the winbind client library from the Samba
suite.
- libwmf-lite-0.2.8.4-44.el7 - Windows Metafile parser library
- A library for parsing Windows MetaFile vector graphics (WMF).
- libxcb-1.13-1.el7 - A C binding to the X11 protocol
- The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a
small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.
- libxcb-devel-1.13-1.el7 - Development files for libxcb
- The libxcb-devel package contains libraries and header files for developing
applications that use libxcb.
- libxkbcommon-0.7.1-3.el7 - X.Org X11 XKB parsing library
- libxkbcommon is the X.Org library for compiling XKB maps into formats usable by
the X Server or other display servers.
- libxkbfile-1.0.9-3.el7 - X.Org X11 libxkbfile runtime library
- X.Org X11 libxkbfile runtime library
- libxml2-2.9.1-6.el7_9.6 - Library providing XML and HTML support
- This library allows to manipulate XML files. It includes support
to read, modify and write XML and HTML files. There is DTDs support
this includes parsing and validation even with complex DtDs, either
at parse time or later once the document has been modified. The output
can be a simple SAX stream or and in-memory DOM like representations.
In this case one can use the built-in XPath and XPointer implementation
to select sub nodes or ranges. A flexible Input/Output mechanism is
available, with existing HTTP and FTP modules and combined to an
URI library.
- libxml2-python-2.9.1-6.el7_9.6 - Python bindings for the libxml2 library
- The libxml2-python package contains a module that permits applications
written in the Python programming language to use the interface
supplied by the libxml2 library to manipulate XML files.
This library allows to manipulate XML files. It includes support
to read, modify and write XML and HTML files. There is DTDs support
this includes parsing and validation even with complex DTDs, either
at parse time or later once the document has been modified.
- libxshmfence-1.2-1.el7 - X11 shared memory fences
- Shared memory fences for X11, as used in DRI3.
- libxslt-1.1.28-6.el7 - Library providing the Gnome XSLT engine
- This C library allows to transform XML files into other XML files
(or HTML, text, ...) using the standard XSLT stylesheet transformation
mechanism. To use it you need to have a version of libxml2 >= 2.6.27
installed. The xsltproc command is a command line interface to the XSLT engine
- libyaml-0.1.4-11.el7_0 - YAML 1.1 parser and emitter written in C
- YAML is a data serialization format designed for human readability and
interaction with scripting languages. LibYAML is a YAML parser and
emitter written in C.
- libzip-0.10.1-8.el7 - C library for reading, creating, and modifying zip archives
- libzip is a C library for reading, creating, and modifying zip archives. Files
can be added from data buffers, files, or compressed data copied directly from
other zip archives. Changes made without closing the archive can be reverted.
The API is documented by man pages.
- lighttpd-1.4.54-1.el7 - Lightning fast webserver with light system requirements
- Secure, fast, compliant and very flexible web-server which has been optimized
for high-performance environments. It has a very low memory footprint compared
to other webservers and takes care of cpu-load. Its advanced feature-set
(FastCGI, CGI, Auth, Output-Compression, URL-Rewriting and many more) make
it the perfect webserver-software for every server that is suffering load
problems.
- links-2.20.2-1.el7 - Web browser running in both graphics and text mode
- Links is a web browser capable of running in either graphics or text mode.
It provides a pull-down menu system, renders complex pages, has partial HTML
4.0 support (including tables, frames and support for multiple character sets
and UTF-8), supports color and monochrome terminals and allows horizontal
scrolling.
- lm_sensors-libs-3.4.0-8.20160601gitf9185e5.el7 - Lm_sensors core libraries
- Core libraries for lm_sensors applications
- logrotate-3.8.6-19.el7 - Rotates, compresses, removes and mails system log files
- The logrotate utility is designed to simplify the administration of
log files on a system which generates a lot of log files. Logrotate
allows for the automatic rotation compression, removal and mailing of
log files. Logrotate can be set to handle a log file daily, weekly,
monthly or when the log file gets to a certain size. Normally,
logrotate runs as a daily cron job.
Install the logrotate package if you need a utility to deal with the
log files on your system.
- lshw-B.02.18-17.el7 - HardWare LiSter
- lshw (Hardware Lister) is a small tool to provide detailed informaton on
the hardware configuration of the machine. It can report exact memory
configuration, firmware version, mainboard configuration, CPU version
and speed, cache configuration, bus speed, etc. on DMI-capable x86s
systems and on some PowerPC machines (PowerMac G4 is known to work).
Information can be output in plain text, XML or HTML.
For detailed information on lshw features and usage, please see the
included documentation or go to the lshw Web page,
http://lshw.ezix.org/
- lsof-4.87-6.el7 - A utility which lists open files on a Linux/UNIX system
- Lsof stands for LiSt Open Files, and it does just that: it lists
information about files that are open by the processes running on a
UNIX system.
- lua-5.1.4-15.el7 - Powerful light-weight programming language
- Lua is a powerful light-weight programming language designed for
extending applications. Lua is also frequently used as a
general-purpose, stand-alone language. Lua is free software.
Lua combines simple procedural syntax with powerful data description
constructs based on associative arrays and extensible semantics. Lua
is dynamically typed, interpreted from bytecodes, and has automatic
memory management with garbage collection, making it ideal for
configuration, scripting, and rapid prototyping.
- lua-alt-getopt-0.7.0-4.el7 - Argument processing module for Lua
- alt-getopt is a module for Lua programming language for processing
application's arguments the same way BSD/GNU getopt_long(3) functions
do. The main goal is compatibility with SUS "Utility Syntax
Guidelines" guidelines 3-13.
- lua-filesystem-1.6.2-2.el7 - File System Library for the Lua Programming Language
- LuaFileSystem is a Lua library developed to complement the set of functions
related to file systems offered by the standard Lua distribution.
LuaFileSystem offers a portable way to access the underlying directory
structure and file attributes.
- lua-lxc-1.0.11-2.el7 - Lua binding for lxc
- Linux Resource Containers provide process and resource isolation without the
overhead of full virtualization.
The lua-lxc package contains the Lua binding for lxc.
- luajit-2.0.5-1.20220913.46e62cd.el7 - Just-In-Time Compiler for Lua
- LuaJIT implements the full set of language features defined by Lua 5.1.
The virtual machine (VM) is API- and ABI-compatible to the standard
Lua interpreter and can be deployed as a drop-in replacement.
- lvm2-2.02.187-6.el7_9.5 - Userland logical volume management tools
- LVM2 includes all of the support for handling read/write operations on
physical volumes (hard disks, RAID-Systems, magneto optical, etc.,
multiple devices (MD), see mdadm(8) or even loop devices, see
losetup(8)), creating volume groups (kind of virtual disks) from one
or more physical volumes and creating one or more logical volumes
(kind of logical partitions) in volume groups.
- lvm2-libs-2.02.187-6.el7_9.5 - Shared libraries for lvm2
- This package contains shared lvm2 libraries for applications.
- lxc-1.0.11-2.el7 - Linux Resource Containers
- Linux Resource Containers provide process and resource isolation without the
overhead of full virtualization.
- lxc-doc-1.0.11-2.el7 - Documentation for lxc
- This package contains documentation for lxc.
- lxc-libs-1.0.11-2.el7 - Runtime library files for lxc
- Linux Resource Containers provide process and resource isolation without the
overhead of full virtualization.
The lxc-libs package contains libraries for running lxc applications.
- lxc-templates-1.0.11-2.el7 - Templates for lxc
- Linux Resource Containers provide process and resource isolation without the
overhead of full virtualization.
The lxc-templates package contains templates for creating containers.
- lynx-2.8.8-0.3.dev15.el7 - A text-based Web browser
- Lynx is a text-based Web browser. Lynx does not display any images,
but it does support frames, tables, and most other HTML tags. One
advantage Lynx has over graphical browsers is speed; Lynx starts and
exits quickly and swiftly displays web pages.
- lz4-1.8.3-1.el7 - Extremely fast compression algorithm
- LZ4 is an extremely fast loss-less compression algorithm, providing compression
speed at 400 MB/s per core, scalable with multi-core CPU. It also features
an extremely fast decoder, with speed in multiple GB/s per core, typically
reaching RAM speed limits on multi-core systems.
- lzo-2.06-8.el7 - Data compression library with very fast (de)compression
- LZO is a portable lossless data compression library written in ANSI C.
It offers pretty fast compression and very fast decompression.
Decompression requires no memory. In addition there are slower
compression levels achieving a quite competitive compression ratio
while still decompressing at this very high speed.
- m4-1.4.16-10.el7 - The GNU macro processor
- A GNU implementation of the traditional UNIX macro processor. M4 is
useful for writing text files which can be logically parsed, and is used
by many programs as part of their build process. M4 has built-in
functions for including files, running shell commands, doing arithmetic,
etc. The autoconf program needs m4 for generating configure scripts, but
not for running configure scripts.
Install m4 if you need a macro processor.
- mailcap-2.1.41-2.el7 - Helper application and MIME type associations for file types
- The mailcap file is used by the metamail program. Metamail reads the
mailcap file to determine how it should display non-text or multimedia
material. Basically, mailcap associates a particular type of file
with a particular program that a mail agent or other program can call
in order to handle the file. Mailcap should be installed to allow
certain programs to be able to handle non-text files.
Also included in this package is the mime.types file which contains a
list of MIME types and their filename "extension" associations, used
by several applications e.g. to determine MIME types for filenames.
- mailman-2.1.15-30.el7_9.2 - Mailing list manager with built in Web access
- Mailman is software to help manage email discussion lists, much like
Majordomo and Smartmail. Unlike most similar products, Mailman gives
each mailing list a webpage, and allows users to subscribe,
unsubscribe, etc. over the Web. Even the list manager can administer
his or her list entirely from the Web. Mailman also integrates most
things people want to do with mailing lists, including archiving, mail
<-> news gateways, and so on.
Documentation can be found in: /usr/share/doc/mailman-2.1.15
When the package has finished installing, you will need to perform some
additional installation steps, these are described in:
/usr/share/doc/mailman-2.1.15/INSTALL.REDHAT
- mailx-12.5-19.el7 - Enhanced implementation of the mailx command
- Mailx is an enhanced mail command, which provides the functionality
of the POSIX mailx command, as well as SysV mail and Berkeley Mail
(from which it is derived).
Additionally to the POSIX features, mailx can work with Maildir/ e-mail
storage format (as well as mailboxes), supports IMAP, POP3 and SMTP
protocols (including over SSL) to operate with remote hosts, handles mime
types and different charsets. There are a lot of other useful features,
see mailx(1).
And as its ancient analogues, mailx can be used as a mail script language,
both for sending and receiving mail.
Besides the "mailx" command, this package provides "mail" and "Mail"
(which should be compatible with its predecessors from the mailx-8.x source),
as well as "nail" (the initial name of this project).
- make-3.82-24.el7 - A GNU tool which simplifies the build process for users
- A GNU tool for controlling the generation of executables and other
non-source files of a program from the program's source files. Make
allows users to build and install packages without any significant
knowledge about the details of the build process. The details about
how the program should be built are provided for make in the program's
makefile.
- man-db-2.6.3-11.el7 - Tools for searching and reading man pages
- The man-db package includes five tools for browsing man-pages:
man, whatis, apropos, manpath and lexgrog. man formats and displays
manual pages. whatis searches the manual page names. apropos searches the
manual page names and descriptions. manpath determines search path
for manual pages. lexgrog directly reads header information in
manual pages.
- man-pages-3.53-5.el7 - Man (manual) pages from the Linux Documentation Project
- A large collection of man pages (documentation) from the Linux
Documentation Project (LDP).
- mariadb-5.5.68-1.el7 - A community developed branch of MySQL
- MariaDB is a community developed branch of MySQL.
MariaDB is a multi-user, multi-threaded SQL database server.
It is a client/server implementation consisting of a server daemon (mysqld)
and many different client programs and libraries. The base package
contains the standard MariaDB/MySQL client programs and generic MySQL files.
- mariadb-devel-5.5.68-1.el7 - Files for development of MariaDB/MySQL applications
- MariaDB is a multi-user, multi-threaded SQL database server. This
package contains the libraries and header files that are needed for
developing MariaDB/MySQL client applications.
MariaDB is a community developed branch of MySQL.
- mariadb-libs-5.5.68-1.el7 - The shared libraries required for MariaDB/MySQL clients
- The mariadb-libs package provides the essential shared libraries for any
MariaDB/MySQL client program or interface. You will need to install this
package to use any other MariaDB package or any clients that need to connect
to a MariaDB/MySQL server. MariaDB is a community developed branch of MySQL.
- mariadb-server-5.5.68-1.el7 - The MariaDB server and related files
- MariaDB is a multi-user, multi-threaded SQL database server. It is a
client/server implementation consisting of a server daemon (mysqld)
and many different client programs and libraries. This package contains
the MariaDB server and some accompanying files and directories.
MariaDB is a community developed branch of MySQL.
- mc-4.8.7-11.el7 - User-friendly text console file manager and visual shell
- Midnight Commander is a visual shell much like a file manager, only
with many more features. It is a text mode application, but it also
includes mouse support. Midnight Commander's best features are its
ability to FTP, view tar and zip files, and to poke into RPMs for
specific files.
- meld-3.16.4-2.el7 - Visual diff and merge tool
- Meld is a visual diff and merge tool targeted at developers. It helps you
compare files, directories, and version controlled projects. It provides two-
and three-way comparison of both files and directories, and the tabbed
interface allows you to open many diffs at once.
Meld has has support for many popular version control systems including Git,
Mercurial, Bazaar, SVN and CVS. The diff viewer lets you edit files in place
(diffs update dynamically), and a middle column shows detailed changes and
allows merges. The margins show location of changes for easy navigation.
- mercurial-2.6.2-11.el7 - Mercurial -- a distributed SCM
- Mercurial is a fast, lightweight source control management system designed
for efficient handling of very large distributed projects.
Quick start: http://www.selenic.com/mercurial/wiki/index.cgi/QuickStart
Tutorial: http://www.selenic.com/mercurial/wiki/index.cgi/Tutorial
Extensions: http://www.selenic.com/mercurial/wiki/index.cgi/CategoryExtension
- mesa-libEGL-18.3.4-12.el7_9 - Mesa libEGL runtime libraries
- Mesa libEGL runtime libraries
- mesa-libGL-18.3.4-12.el7_9 - Mesa libGL runtime libraries and DRI drivers
- Mesa libGL runtime library.
- mesa-libgbm-18.3.4-12.el7_9 - Mesa gbm library
- Mesa gbm runtime library.
- mesa-libglapi-18.3.4-12.el7_9 - Mesa shared glapi
- Mesa shared glapi
- mlocate-0.26-8.el7 - An utility for finding files by name
- mlocate is a locate/updatedb implementation. It keeps a database of
all existing files and allows you to lookup files by name.
The 'm' stands for "merging": updatedb reuses the existing database to avoid
rereading most of the file system, which makes updatedb faster and does not
trash the system caches as much as traditional locate implementations.
- mod_ssl-2.4.6-99.el7.centos.1 - SSL/TLS module for the Apache HTTP Server
- The mod_ssl module provides strong cryptography for the Apache Web
server via the Secure Sockets Layer (SSL) and Transport Layer
Security (TLS) protocols.
- mod_wsgi-3.4-18.el7 - A WSGI interface for Python web applications in Apache
- The mod_wsgi adapter is an Apache module that provides a WSGI compliant
interface for hosting Python based web applications within Apache. The
adapter is written completely in C code against the Apache C runtime and
for hosting WSGI applications within Apache has a lower overhead than using
existing WSGI adapters for mod_python or CGI.
- mokutil-15-8.el7 - Utilities for managing Secure Boot/MoK keys.
- Utilities for managing the "Machine's Own Keys" list.
- motif-2.3.4-14.el7_5 - Run-time libraries and programs
- This is the Motif 2.3.4 run-time environment. It includes the
Motif shared libraries, needed to run applications which are dynamically
linked against Motif and the Motif Window Manager mwm.
- mpfr-3.1.1-4.el7 - A C library for multiple-precision floating-point computations
- The MPFR library is a C library for multiple-precision floating-point
computations with "correct rounding". The MPFR is efficient and
also has a well-defined semantics. It copies the good ideas from the
ANSI/IEEE-754 standard for double-precision floating-point arithmetic
(53-bit mantissa). MPFR is based on the GMP multiple-precision library.
- mrtg-2.17.4-11.el7 - Multi Router Traffic Grapher
- The Multi Router Traffic Grapher (MRTG) is a tool to monitor the traffic
load on network-links. MRTG generates HTML pages containing PNG
images which provide a LIVE visual representation of this traffic.
- msgpack-3.1.0-4.el7 - Binary-based efficient object serialization library
- MessagePack is a binary-based efficient object serialization
library. It enables to exchange structured objects between many
languages like JSON. But unlike JSON, it is very fast and small.
- nano-2.3.1-10.el7 - A small text editor
- GNU nano is a small and friendly text editor.
- ncdu-1.19-1.el7 - Text-based disk usage viewer
- ncdu (NCurses Disk Usage) is a curses-based version of the well-known 'du',
and provides a fast way to see what directories are using your disk space.
- ncompress-4.2.4.4-3.1.el7_8 - Fast compression and decompression utilities
- The ncompress package contains the compress and uncompress file
compression and decompression utilities, which are compatible with the
original UNIX compress utility (.Z file extensions). These utilities
can't handle gzipped (.gz file extensions) files, but gzip can handle
compressed files.
Install ncompress if you need compression/decompression utilities
which are compatible with the original UNIX compress utility.
- ncurses-5.9-14.20130511.el7_4 - Ncurses support utilities
- The curses library routines are a terminal-independent method of
updating character screens with reasonable optimization. The ncurses
(new curses) library is a freely distributable replacement for the
discontinued 4.4 BSD classic curses library.
This package contains support utilities, including a terminfo compiler
tic, a decompiler infocmp, clear, tput, tset, and a termcap conversion
tool captoinfo.
- ncurses-base-5.9-14.20130511.el7_4 - Descriptions of common terminals
- This package contains descriptions of common terminals. Other terminal
descriptions are included in the ncurses-term package.
- ncurses-devel-5.9-14.20130511.el7_4 - Development files for the ncurses library
- The header files and libraries for developing applications that use
the ncurses terminal handling library.
Install the ncurses-devel package if you want to develop applications
which will use ncurses.
- ncurses-libs-5.9-14.20130511.el7_4 - Ncurses libraries
- The curses library routines are a terminal-independent method of
updating character screens with reasonable optimization. The ncurses
(new curses) library is a freely distributable replacement for the
discontinued 4.4 BSD classic curses library.
This package contains the ncurses libraries.
- ncurses-term-5.9-14.20130511.el7_4 - Terminal descriptions
- This package contains additional terminal descriptions not found in
the ncurses-base package.
- ndctl-libs-65-6.el7_9 - Management library for "libnvdimm" subsystem devices (Non-volatile Memory)
- Libraries for ndctl.
- neofetch-6.1.0-1.el7 - CLI system information tool written in Bash
- Neofetch displays information about your system next to an image,
your OS logo, or any ASCII file of your choice. The main purpose of Neofetch
is to be used in screenshots to show other users what OS/distribution you're
running, what theme/icons you're using and more.
- neon-0.30.0-4.el7 - An HTTP and WebDAV client library
- neon is an HTTP and WebDAV client library, with a C interface;
providing a high-level interface to HTTP and WebDAV methods along
with a low-level interface for HTTP request handling. neon
supports persistent connections, proxy servers, basic, digest and
Kerberos authentication, and has complete SSL support.
- net-snmp-5.7.2-49.el7_9.3 - A collection of SNMP protocol tools and libraries
- SNMP (Simple Network Management Protocol) is a protocol used for
network management. The NET-SNMP project includes various SNMP tools:
an extensible agent, an SNMP library, tools for requesting or setting
information from SNMP agents, tools for generating and handling SNMP
traps, a version of the netstat command which uses SNMP, and a Tk/Perl
mib browser. This package contains the snmpd and snmptrapd daemons,
documentation, etc.
You will probably also want to install the net-snmp-utils package,
which contains NET-SNMP utilities.
- net-snmp-agent-libs-5.7.2-49.el7_9.3 - The NET-SNMP runtime agent libraries
- The net-snmp-agent-libs package contains the runtime agent libraries for shared
binaries and applications.
- net-snmp-libs-5.7.2-49.el7_9.3 - The NET-SNMP runtime client libraries
- The net-snmp-libs package contains the runtime client libraries for shared
binaries and applications.
- net-snmp-utils-5.7.2-49.el7_9.3 - Network management utilities using SNMP, from the NET-SNMP project
- The net-snmp-utils package contains various utilities for use with the
NET-SNMP network management project.
Install this package if you need utilities for managing your network
using the SNMP protocol. You will also need to install the net-snmp
package.
- net-tools-2.0-0.25.20131004git.el7 - Basic networking tools
- The net-tools package contains basic networking tools,
including ifconfig, netstat, route, and others.
Most of them are obsolete. For replacement check iproute package.
- nettle-2.7.1-9.el7_9 - A low-level cryptographic library
- Nettle is a cryptographic library that is designed to fit easily in more
or less any context: In crypto toolkits for object-oriented languages
(C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in
kernel space.
- newt-0.52.15-4.el7 - A library for text mode user interfaces
- Newt is a programming library for color text mode, widget based user
interfaces. Newt can be used to add stacked windows, entry widgets,
checkboxes, radio buttons, labels, plain text fields, scrollbars,
etc., to text mode user interfaces. This package also contains the
shared library needed by programs built with newt, as well as a
/usr/bin/dialog replacement called whiptail. Newt is based on the
slang library.
- newt-python-0.52.15-4.el7 - Python bindings for newt
- The newt-python package contains the Python bindings for the newt library
providing a python API for creating text mode ionterfaces.
- nftables-0.8-14.el7 - Netfilter Tables userspace utillites
- Netfilter Tables userspace utilities.
- nload-0.7.4-4.el7 - A tool can monitor network traffic and bandwidth usage in real time
- nload is a console application which monitors network traffic and bandwidth
usage in real time. It visualizes the in and outgoing traffic using two graphs
and provides additional info like total amount of transfered data and min/max
network usage.
- nmap-6.40-19.el7 - Network exploration tool and security scanner
- Nmap is a utility for network exploration or security auditing. It supports
ping scanning (determine which hosts are up), many port scanning techniques
(determine what services the hosts are offering), and TCP/IP fingerprinting
(remote host operating system identification). Nmap also offers flexible target
and port specification, decoy scanning, determination of TCP sequence
predictability characteristics, reverse-identd scanning, and more. In addition
to the classic command-line nmap executable, the Nmap suite includes a flexible
data transfer, redirection, and debugging tool (netcat utility ncat), a utility
for comparing scan results (ndiff), and a packet generation and response analysis
tool (nping).
- nmap-ncat-6.40-19.el7 - Nmap's Netcat replacement
- Ncat is a feature packed networking utility which will read and
write data across a network from the command line. It uses both
TCP and UDP for communication and is designed to be a reliable
back-end tool to instantly provide network connectivity to other
applications and users. Ncat will not only work with IPv4 and IPv6
but provides the user with a virtually limitless number of potential
uses.
Requires(post): /usr/sbin/update-alternatives
Requires(postun): /usr/sbin/update-alternatives
- nscd-2.17-326.el7_9 - A Name Service Caching Daemon (nscd).
- Nscd caches name service lookups and can dramatically improve
performance with NIS+, and may help with DNS as well.
- nspr-4.35.0-1.el7_9 - Netscape Portable Runtime
- NSPR provides platform independence for non-GUI operating system
facilities. These facilities include threads, thread synchronization,
normal file and network I/O, interval timing and calendar time, basic
memory management (malloc and free) and shared library linking.
- nss-3.90.0-2.el7_9 - Network Security Services
- Network Security Services (NSS) is a set of libraries designed to
support cross-platform development of security-enabled client and
server applications. Applications built with NSS can support SSL v2
and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509
v3 certificates, and other security standards.
- nss-pem-1.0.3-7.el7_9.1 - PEM file reader for Network Security Services (NSS)
- PEM file reader for Network Security Services (NSS), implemented as a PKCS#11
module.
- nss-softokn-3.90.0-6.el7_9 - Network Security Services Softoken Module
- Network Security Services Softoken Cryptographic Module
- nss-softokn-freebl-3.90.0-6.el7_9 - Freebl library for the Network Security Services
- NSS Softoken Cryptographic Module Freebl Library
Install the nss-softokn-freebl package if you need the freebl
library.
- nss-sysinit-3.90.0-2.el7_9 - System NSS Initialization
- Default Operating System module that manages applications loading
NSS globally on the system. This module loads the system defined
PKCS #11 modules for NSS and chains with other NSS modules to load
any system or user configured modules.
- nss-tools-3.90.0-2.el7_9 - Tools for the Network Security Services
- Network Security Services (NSS) is a set of libraries designed to
support cross-platform development of security-enabled client and
server applications. Applications built with NSS can support SSL v2
and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509
v3 certificates, and other security standards.
Install the nss-tools package if you need command-line tools to
manipulate the NSS certificate and key database.
- nss-util-3.90.0-1.el7_9 - Network Security Services Utilities Library
- Utilities for Network Security Services and the Softoken module
- ntsysv-1.7.6-1.el7 - A tool to set the stop/start of system services in a runlevel
- Ntsysv provides a simple interface for setting which system services
are started or stopped in various runlevels (instead of directly
manipulating the numerous symbolic links in /etc/rc.d). Unless you
specify a runlevel or runlevels on the command line (see the man
page), ntsysv configures the current runlevel (5 if you're using X).
- numactl-libs-2.0.12-5.el7 - libnuma libraries
- numactl-libs provides libnuma, a library to do allocations with
NUMA policy in applications.
- oci-register-machine-0-6.git2b44233.el7 - Golang binary to register OCI containers with systemd-machined
- Golang binary to register OCI containers with systemd-machined
- oci-systemd-hook-0.2.0-1.git05e6923.el7_6 - OCI systemd hook for docker
- OCI systemd hooks enable running systemd in a OCI runc/docker container.
- oci-umount-2.5-3.el7 - OCI umount hook for docker
- OCI umount hooks umount potential leaked mount points in a containers
mount name-spaces
- openjpeg-libs-1.5.1-18.el7 - JPEG 2000 codec runtime library
- The openjpeg-libs package contains runtime libraries for applications that use
OpenJPEG.
- openjpeg2-2.3.1-3.el7_7 - C-Library for JPEG 2000
- The OpenJPEG library is an open-source JPEG 2000 library developed in order to
promote the use of JPEG 2000.
This package contains
* JPEG 2000 codec compliant with the Part 1 of the standard (Class-1 Profile-1
compliance).
* JP2 (JPEG 2000 standard Part 2 - Handling of JP2 boxes and extended multiple
component transforms for multispectral and hyperspectral imagery)
- openldap-2.4.44-25.el7_9 - LDAP support libraries
- OpenLDAP is an open source suite of LDAP (Lightweight Directory Access
Protocol) applications and development tools. LDAP is a set of
protocols for accessing directory services (usually phone book style
information, but other information is possible) over the Internet,
similar to the way DNS (Domain Name System) information is propagated
over the Internet. The openldap package contains configuration files,
libraries, and documentation for OpenLDAP.
- openssh-7.4p1-23.el7_9 - An open source implementation of SSH protocol versions 1 and 2
- SSH (Secure SHell) is a program for logging into and executing
commands on a remote machine. SSH is intended to replace rlogin and
rsh, and to provide secure encrypted communications between two
untrusted hosts over an insecure network. X11 connections and
arbitrary TCP/IP ports can also be forwarded over the secure channel.
OpenSSH is OpenBSD's version of the last free version of SSH, bringing
it up to date in terms of security and features.
This package includes the core files necessary for both the OpenSSH
client and server. To make this package useful, you should also
install openssh-clients, openssh-server, or both.
- openssh-clients-7.4p1-23.el7_9 - An open source SSH client applications
- OpenSSH is a free version of SSH (Secure SHell), a program for logging
into and executing commands on a remote machine. This package includes
the clients necessary to make encrypted connections to SSH servers.
- openssh-server-7.4p1-23.el7_9 - An open source SSH server daemon
- OpenSSH is a free version of SSH (Secure SHell), a program for logging
into and executing commands on a remote machine. This package contains
the secure shell daemon (sshd). The sshd daemon allows SSH clients to
securely connect to your SSH server.
- openssl-1.0.2k-26.el7_9 - Utilities from the general purpose cryptography library with TLS implementation
- The OpenSSL toolkit provides support for secure communications between
machines. OpenSSL includes a certificate management tool and shared
libraries which provide various cryptographic algorithms and
protocols.
- openssl-devel-1.0.2k-26.el7_9 - Files for development of applications which will use OpenSSL
- OpenSSL is a toolkit for supporting cryptography. The openssl-devel
package contains include files needed to develop applications which
support various cryptographic algorithms and protocols.
- openssl-libs-1.0.2k-26.el7_9 - A general purpose cryptography library with TLS implementation
- OpenSSL is a toolkit for supporting cryptography. The openssl-libs
package contains the libraries that are used by various applications which
support cryptographic algorithms and protocols.
- openssl11-libs-1.1.1k-5.el7 - A general purpose cryptography library with TLS implementation
- OpenSSL is a toolkit for supporting cryptography. The openssl11-libs
package contains the libraries that are used by various applications which
support cryptographic algorithms and protocols.
- p11-kit-0.23.5-3.el7 - Library for loading and sharing PKCS#11 modules
- p11-kit provides a way to load and enumerate PKCS#11 modules, as well
as a standard configuration setup for installing PKCS#11 modules in
such a way that they're discoverable.
- p11-kit-trust-0.23.5-3.el7 - System trust module from p11-kit
- The p11-kit-trust package contains a system trust PKCS#11 module which
contains certificate anchors and black lists.
- pakchois-0.4-10.el7 - A wrapper library for PKCS#11
- pakchois is just another PKCS#11 wrapper library. pakchois aims to
provide a thin wrapper over the PKCS#11 interface; offering a
modern object-oriented C interface which does not hide any of the
underlying interface, and avoids dependencies on any cryptography
toolkit.
- pam-1.1.8-23.el7 - An extensible library which provides authentication for applications
- PAM (Pluggable Authentication Modules) is a system security tool that
allows system administrators to set authentication policy without
having to recompile programs that handle authentication.
- pandoc-1.12.3.1-2.el7 - Conversion between markup formats
- Pandoc is a Haskell library for converting from one markup format to another,
and a command-line tool that uses this library. It can read markdown and
(subsets of) HTML, reStructuredText, LaTeX, DocBook, MediaWiki markup, Haddock
markup, OPML, and Textile, and it can write markdown, reStructuredText, HTML,
LaTeX, ConTeXt, Docbook, OPML, OpenDocument, ODT, Word docx, RTF, MediaWiki,
Textile, groff man pages, plain text, Emacs Org-Mode, AsciiDoc, EPUB (v2 and
v3), FictionBook2, and several kinds of HTML/javascript slide shows (S5, Slidy,
Slideous, DZSlides, reveal.js).
Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
definition lists, tables, and other features. A compatibility mode is provided
for those who need a drop-in replacement for Markdown.pl.
For pdf output please also install pandoc-pdf.
- pandoc-citeproc-0.3.0.1-4.el7 - Citeproc support for pandoc
- The pandoc-citeproc library exports functions for using the citeproc system
with pandoc. It relies on citeproc-hs, a library for rendering bibliographic
reference citations into a variety of styles using a macro language called
Citation Style Language (CSL). More details on CSL can be found here:
.
Currently this package includes a copy of the citeproc-hs code. When
citeproc-hs is updated to be compatible, this package will simply depend on
citeproc-hs.
This package also contains an executable: pandoc-citeproc, which works as a
pandoc filter (pandoc >= 1.12), and also has a mode for converting
bibliographic databases a YAML format suitable for inclusion in pandoc YAML
metadata.
- pango-1.42.4-4.el7_7 - System for layout and rendering of internationalized text
- Pango is a library for laying out and rendering of text, with an emphasis
on internationalization. Pango can be used anywhere that text layout is needed,
though most of the work on Pango so far has been done in the context of the
GTK+ widget toolkit. Pango forms the core of text and font handling for GTK+.
Pango is designed to be modular; the core Pango layout engine can be used
with different font backends.
The integration of Pango with Cairo provides a complete solution with high
quality text handling and graphics rendering.
- parted-3.1-32.el7 - The GNU disk partition manipulation program
- The GNU Parted program allows you to create, destroy, resize, move,
and copy hard disk partitions. Parted can be used for creating space
for new operating systems, reorganizing disk usage, and copying data
to new hard disks.
- passwd-0.79-6.el7 - An utility for setting or changing passwords using PAM
- This package contains a system utility (passwd) which sets
or changes passwords, using PAM (Pluggable Authentication
Modules) library.
- patch-2.7.1-12.el7_7 - Utility for modifying/upgrading files
- The patch program applies diff files to originals. The diff command
is used to compare an original to a changed file. Diff lists the
changes made to the file. A person who has the original file can then
use the patch command with the diff file to add the changes to their
original file (patching the file).
Patch should be installed because it is a common way of upgrading
applications.
- patchutils-0.3.3-5.el7_9 - A collection of programs for manipulating patch files
- This is a collection of programs that can manipulate patch files in
a variety of ways, such as interpolating between two pre-patches,
combining two incremental patches, fixing line numbers in hand-edited
patches, and simply listing the files modified by a patch.
- pax-3.4-19.el7 - POSIX File System Archiver
- The 'pax' utility is the POSIX standard archive tool. It supports the two most
common forms of standard Unix archive (backup) files - CPIO and TAR.
- pciutils-3.5.1-3.el7 - PCI bus related utilities
- The pciutils package contains various utilities for inspecting and
setting devices connected to the PCI bus. The utilities provided
require kernel version 2.1.82 or newer (which support the
/proc/bus/pci interface).
- pciutils-libs-3.5.1-3.el7 - Linux PCI library
- This package contains a library for inspecting and setting
devices connected to the PCI bus.
- pcre-8.32-17.el7 - Perl-compatible regular expression library
- Perl-compatible regular expression library.
PCRE has its own native API, but a set of "wrapper" functions that are based on
the POSIX API are also supplied in the library libpcreposix. Note that this
just provides a POSIX calling interface to PCRE: the regular expressions
themselves still follow Perl syntax and semantics. The header file
for the POSIX-style functions is called pcreposix.h.
- pcre-devel-8.32-17.el7 - Development files for pcre
- Development files (Headers, libraries for dynamic linking, etc) for pcre.
- pcre2-10.23-2.el7 - Perl-compatible regular expression library
- PCRE2 is a re-working of the original PCRE (Perl-compatible regular
expression) library to provide an entirely new API.
PCRE2 is written in C, and it has its own API. There are three sets of
functions, one for the 8-bit library, which processes strings of bytes, one
for the 16-bit library, which processes strings of 16-bit values, and one for
the 32-bit library, which processes strings of 32-bit values. There are no C++
wrappers. This package provides support for strings in 8-bit and UTF-8
encodings. Install pcre2-utf16 or pcre2-utf32 packages for the other ones.
The distribution does contain a set of C wrapper functions for the 8-bit
library that are based on the POSIX regular expression API (see the pcre2posix
man page). These can be found in a library called libpcre2posix. Note that
this just provides a POSIX calling interface to PCRE2; the regular expressions
themselves still follow Perl syntax and semantics. The POSIX API is
restricted, and does not give full access to all of PCRE2's facilities.
- pdfgrep-2.1.2-1.el7 - Tool to search text in PDF files
- Pdfgrep is a tool, that works similar to grep, to search text in PDF files.
It tries to be compatible with GNU grep, thus many of the favorite GNU grep
options are supported. Pdfgrep can search many PDFs at once, even recursively
in directories. It supports regular expressions (POSIX and PCRE), provides
colored output and finally also support for password protected PDF files.
- perl-5.16.3-299.el7_9 - Practical Extraction and Report Language
- Perl is a high-level programming language with roots in C, sed, awk and shell
scripting. Perl is good at handling processes and files, and is especially
good at handling text. Perl's hallmarks are practicality and efficiency.
While it is used to do a lot of different things, Perl's most common
applications are system administration utilities and web programming. A large
proportion of the CGI scripts on the web are written in Perl. You need the
perl package installed on your system so that your system can handle Perl
scripts.
Install this package if you want to program in Perl or enable your system to
handle Perl scripts.
- perl-Archive-Tar-1.92-3.el7 - A module for Perl manipulation of .tar files
- Archive::Tar provides an object oriented mechanism for handling tar
files. It provides class methods for quick and easy files handling
while also allowing for the creation of tar file objects for custom
manipulation. If you have the IO::Zlib module installed, Archive::Tar
will also support compressed or gzipped tar files.
- perl-Authen-SASL-2.15-10.el7 - SASL Authentication framework for Perl
- SASL is a generic mechanism for authentication used by several network
protocols. Authen::SASL provides an implementation framework that all
protocols should be able to share.
- perl-Business-ISBN-2.06-2.el7 - Perl module to work with International Standard Book Numbers
- This modules handles International Standard Book Numbers, including
ISBN-10 and ISBN-13.
- perl-Business-ISBN-Data-20120719.001-2.el7 - The data pack for Business::ISBN
- This is a data pack for Business::ISBN. You can update
the ISBN data without changing the version of Business::ISBN.
Most of the interesting stuff is in Business::ISBN.
- perl-CGI-3.63-4.el7 - Handle Common Gateway Interface requests and responses
- CGI.pm is a stable, complete and mature solution for processing and preparing
HTTP requests and responses. Major features including processing form
submissions, file uploads, reading and writing cookies, query string
generation and manipulation, and processing and preparing HTTP headers. Some
HTML generation utilities are included as well.
CGI.pm performs very well in in a vanilla CGI.pm environment and also comes
with built-in support for mod_perl and mod_perl2 as well as FastCGI.
- perl-Carp-1.26-244.el7 - Alternative warn and die for modules
- The Carp routines are useful in your own modules because they act like
die() or warn(), but with a message which is more likely to be useful to a
user of your module. In the case of cluck, confess, and longmess that
context is a summary of every call in the call-stack. For a shorter message
you can use carp or croak which report the error as being from where your
module was called. There is no guarantee that that is where the error was,
but it is a good educated guess.
- perl-Compress-Raw-Bzip2-2.061-3.el7 - Low-level interface to bzip2 compression library
- This module provides a Perl interface to the bzip2 compression library.
It is used by IO::Compress::Bzip2.
- perl-Compress-Raw-Zlib-2.061-4.el7 - Low-level interface to the zlib compression library
- The Compress::Raw::Zlib module provides a Perl interface to the zlib
compression library, which is used by IO::Compress::Zlib.
- perl-Crypt-OpenSSL-Bignum-0.04-18.el7 - Perl interface to OpenSSL for Bignum
- Crypt::OpenSSL::Bignum - OpenSSL's multiprecision integer arithmetic
- perl-Crypt-OpenSSL-RSA-0.28-7.el7 - Perl interface to OpenSSL for RSA
- Crypt::OpenSSL::RSA - RSA encoding and decoding, using the openSSL libraries
- perl-Crypt-OpenSSL-Random-0.04-21.el7 - Perl interface to OpenSSL for Random
- Crypt::OpenSSL::Random - Routines for accessing the OpenSSL
pseudo-random number generator
- perl-DBD-MySQL-4.023-6.el7 - A MySQL interface for Perl
- DBD::mysql is the Perl5 Database Interface driver for the MySQL database. In
other words: DBD::mysql is an interface between the Perl programming language
and the MySQL programming API that comes with the MySQL relational database
management system.
- perl-DBD-SQLite-1.39-3.el7 - SQLite DBI Driver
- SQLite is a public domain RDBMS database engine that you can find at
http://www.hwaci.com/sw/sqlite/.
This module provides a SQLite RDBMS module that uses the system SQLite
libraries.
- perl-DBI-1.627-4.el7 - A database access API for perl
- DBI is a database access Application Programming Interface (API) for
the Perl Language. The DBI API Specification defines a set of
functions, variables and conventions that provide a consistent
database interface independent of the actual database being used.
- perl-DB_File-1.830-6.el7 - Perl5 access to Berkeley DB version 1.x
- DB_File is a module which allows Perl programs to make use of the facilities
provided by Berkeley DB version 1.x (if you have a newer version of DB, you
will be limited to functionality provided by interface of version 1.x). The
interface defined here mirrors the Berkeley DB interface closely.
- perl-Data-Dumper-2.145-3.el7 - Stringify perl data structures, suitable for printing and eval
- Given a list of scalars or reference variables, writes out their contents
in perl syntax. The references can also be objects. The content of each
variable is output in a single Perl statement. Handles self-referential
structures correctly.
- perl-Digest-1.17-245.el7 - Modules that calculate message digests
- The Digest:: modules calculate digests, also called "fingerprints" or
"hashes", of some data, called a message. The digest is (usually)
some small/fixed size string. The actual size of the digest depend of
the algorithm used. The message is simply a sequence of arbitrary
bytes or bits.
- perl-Digest-HMAC-1.03-5.el7 - Keyed-Hashing for Message Authentication
- HMAC is used for message integrity checks between two parties that
share a secret key, and works in combination with some other Digest
algorithm, usually MD5 or SHA-1. The HMAC mechanism is described in
RFC 2104.
HMAC follow the common Digest:: interface, but the constructor takes
the secret key and the name of some other simple Digest:: as argument.
- perl-Digest-MD5-2.52-3.el7 - Perl interface to the MD5 algorithm
- The Digest::MD5 module allows you to use the RSA Data Security Inc. MD5
Message Digest algorithm from within Perl programs. The algorithm takes as
input a message of arbitrary length and produces as output a 128-bit
"fingerprint" or "message digest" of the input.
- perl-Digest-SHA-5.85-4.el7 - Perl extension for SHA-1/224/256/384/512
- Digest::SHA is a complete implementation of the NIST Secure Hash Standard. It
gives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256,
SHA-384, SHA-512, SHA-512/224, and SHA-512/256 message digests. The module can
handle all types of input, including partial-byte data.
- perl-Encode-2.51-7.el7 - Character encodings in Perl
- The Encode module provides the interface between Perl strings and the rest
of the system. Perl strings are sequences of characters.
- perl-Encode-Detect-1.01-13.el7 - Encode::Encoding subclass that detects the encoding of data
- This Perl module is an Encode::Encoding subclass that uses
Encode::Detect::Detector to determine the charset of the input data and then
decodes it using the encoder of the detected charset.
- perl-Encode-Locale-1.03-5.el7 - Determine the locale encoding
- In many applications it's wise to let Perl use Unicode for the strings
it processes. Most of the interfaces Perl has to the outside world is
still byte based. Programs therefore needs to decode byte strings
that enter the program from the outside and encode them again on the
way out.
- perl-Error-0.17020-2.el7 - Error/exception handling in an OO-ish way
- The Error package provides two interfaces. Firstly Error provides a
procedural interface to exception handling. Secondly Error is a base class
for errors/exceptions that can either be thrown, for subsequent catch, or
can simply be recorded.
- perl-Exporter-5.68-3.el7 - Implements default import method for modules
- The Exporter module implements an import method which allows a module to
export functions and variables to its users' name spaces. Many modules use
Exporter rather than implementing their own import method because Exporter
provides a highly flexible interface, with an implementation optimized for
the common case.
- perl-ExtUtils-Install-1.58-299.el7_9 - Install files from here to there
- Handles the installing and uninstalling of perl modules, scripts, man
pages, etc.
- perl-ExtUtils-MakeMaker-6.68-3.el7 - Create a module Makefile
- This utility is designed to write a Makefile for an extension module from a
Makefile.PL. It is based on the Makefile.SH model provided by Andy
Dougherty and the perl5-porters.
- perl-ExtUtils-Manifest-1.61-244.el7 - Utilities to write and check a MANIFEST file
- Utilities to write and check a MANIFEST file.
- perl-ExtUtils-ParseXS-3.18-3.el7 - Module and a script for converting Perl XS code into C code
- ExtUtils::ParseXS will compile XS code into C code by embedding the
constructs necessary to let C functions manipulate Perl values and creates
the glue necessary to let Perl access those functions.
- perl-FCGI-0.74-8.el7 - FastCGI Perl bindings
- FastCGI Perl bindings.
- perl-File-Listing-6.04-7.el7 - Parse directory listing
- This module exports a single function called parse_dir(), which can be used
to parse directory listings.
- perl-File-Path-2.09-2.el7 - Create or remove directory trees
- This module provides a convenient way to create directories of arbitrary
depth and to delete an entire directory subtree from the file system.
- perl-File-Slurp-9999.19-6.el7 - Efficient Reading/Writing of Complete Files
- This module provides subs that allow you to read or write entire files with
one simple call. They are designed to be simple to use, have flexible ways
to pass in or get the file contents and to be very efficient. There is also
a sub to read in all the files in a directory other than . and ..
These slurp/spew subs work for files, pipes and sockets, and stdio,
pseudo-files, and DATA.
- perl-File-Temp-0.23.01-3.el7 - Return name and handle of a temporary file safely
- File::Temp can be used to create and open temporary files in a safe way.
There is both a function interface and an object-oriented interface. The
File::Temp constructor or the tempfile() function can be used to return the
name and the open file handle of a temporary file. The tempdir() function
can be used to create a temporary directory.
- perl-Filter-1.49-3.el7 - Perl source filters
- Source filters alter the program text of a module before Perl sees it, much as
a C preprocessor alters the source text of a C program before the compiler
sees it.
- perl-GSSAPI-0.28-9.el7 - Perl extension providing access to the GSSAPIv2 library
- This module gives access to the routines of the GSSAPI library, as
described in RFC 2743 and RFC 2744 and implemented by the Kerberos-1.2
distribution from MIT.
- perl-Getopt-Long-2.40-3.el7 - Extended processing of command line options
- The Getopt::Long module implements an extended getopt function called
GetOptions(). It parses the command line from @ARGV, recognizing and removing
specified options and their possible values. It adheres to the POSIX syntax
for command line options, with GNU extensions. In general, this means that
options have long names instead of single letters, and are introduced with
a double dash "--". Support for bundling of command line options, as was the
case with the more traditional single-letter approach, is provided but not
enabled by default.
- perl-HTML-Parser-3.71-4.el7 - Perl module for parsing HTML
- The HTML-Parser module for perl to parse and extract information from
HTML documents, including the HTML::Entities, HTML::HeadParser,
HTML::LinkExtor, HTML::PullParser, and HTML::TokeParser modules.
- perl-HTML-Tagset-3.20-15.el7 - HTML::Tagset - data tables useful in parsing HTML
- This module contains several data tables useful in various kinds of
HTML parsing operations, such as tag and entity names.
- perl-HTTP-Cookies-6.01-5.el7 - HTTP cookie jars
- This class is for objects that represent a "cookie jar" -- that is, a
database of all the HTTP cookies that a given LWP::UserAgent object
knows about.
- perl-HTTP-Daemon-6.01-8.el7 - Simple HTTP server class
- Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a
socket for incoming requests. The HTTP::Daemon is a subclass of
IO::Socket::INET, so you can perform socket operations directly on it too.
- perl-HTTP-Date-6.02-8.el7 - Date conversion routines
- This module provides functions that deal the date formats used by the HTTP
protocol (and then some more). Only the first two functions, time2str() and
str2time(), are exported by default.
- perl-HTTP-Message-6.06-6.el7 - HTTP style message
- The HTTP-Message distribution contains classes useful for representing the
messages passed in HTTP style communication. These are classes representing
requests, responses and the headers contained within them.
- perl-HTTP-Negotiate-6.01-5.el7 - Choose a variant to serve
- This module provides a complete implementation of the HTTP content
negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps chapter
12. Content negotiation allows for the selection of a preferred content
representation based upon attributes of the negotiable variants and the
value of the various Accept* header fields in the request.
- perl-HTTP-Tiny-0.033-3.el7 - Small, simple, correct HTTP/1.1 client
- This is a very simple HTTP/1.1 client, designed for doing simple GET requests
without the overhead of a large framework like LWP::UserAgent.
It is more correct and more complete than HTTP::Lite. It supports proxies
(currently only non-authenticating ones) and redirection. It also correctly
resumes after EINTR.
- perl-IO-Compress-2.061-2.el7 - Read and write compressed data
- This distribution provides a Perl interface to allow reading and writing of
compressed data created with the zlib and bzip2 libraries.
IO-Compress supports reading and writing of bzip2, RFC 1950, RFC 1951,
RFC 1952 (i.e. gzip) and zip files/buffers.
The following modules used to be distributed separately, but are now
included with the IO-Compress distribution:
* Compress-Zlib
* IO-Compress-Zlib
* IO-Compress-Bzip2
* IO-Compress-Base
- perl-IO-HTML-1.00-2.el7 - Open an HTML file with automatic character set detection
- IO::HTML provides an easy way to open a file containing HTML while
automatically determining its encoding. It uses the HTML5 encoding sniffing
algorithm specified in section 8.2.2.1 of the draft standard.
- perl-IO-Socket-INET6-2.69-5.el7 - Perl Object interface for AF_INET|AF_INET6 domain sockets
- IO::Socket::INET6 provides an object interface to creating and using
sockets in either AF_INET or AF_INET6 domains. It is built upon the
IO::Socket interface and inherits all the methods defined by IO::Socket.
- perl-IO-Socket-IP-0.21-5.el7 - Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6
- This module provides a protocol-independent way to use IPv4 and IPv6
sockets, as a drop-in replacement for IO::Socket::INET. Most constructor
arguments and methods are provided in a backward-compatible way.
- perl-IO-Socket-SSL-1.94-7.el7 - Perl library for transparent SSL
- This module is a true drop-in replacement for IO::Socket::INET that
uses SSL to encrypt data before it is transferred to a remote server
or client. IO::Socket::SSL supports all the extra features that one
needs to write a full-featured SSL client or server application:
multiple SSL contexts, cipher selection, certificate verification, and
SSL version selection. As an extra bonus, it works perfectly with
mod_perl.
- perl-IO-Zlib-1.10-299.el7_9 - Perl IO:: style interface to Compress::Zlib
- This modules provides an IO:: style interface to the Compress::Zlib package.
The main advantage is that you can use an IO::Zlib object in much the same way
as an IO::File object so you can have common code that doesn't know which sort
of file it is using.
- perl-LWP-MediaTypes-6.02-2.el7 - Guess media type for a file or a URL
- This module provides functions for handling media (also known as MIME)
types and encodings. The mapping from file extensions to media types is
defined by the media.types file. If the ~/.media.types file exists it is
used instead. For backwards compatibility we will also look for
~/.mime.types.
- perl-Mail-DKIM-0.39-8.el7 - Sign and verify Internet mail with DKIM/DomainKey signatures
- This module implements the various components of the DKIM and DomainKeys
message-signing and verifying standards for Internet mail. It currently
tries to implement RFC 4871 (for DKIM) and RFC 4870 (DomainKeys).
It is required if you wish to enable DKIM checking in SpamAssassin via the
Mail::SpamAssassin::Plugin::DKIM plugin.
- perl-Mail-SPF-2.8.0-4.el7 - Object-oriented implementation of Sender Policy Framework
- Mail::SPF is an object-oriented implementation of Sender Policy Framework
(SPF). See http://www.openspf.org for more information about SPF.
- perl-MailTools-2.12-2.el7 - Various mail-related perl modules
- MailTools is a set of Perl modules related to mail applications.
- perl-Mozilla-CA-20130114-5.el7 - Mozilla's CA cert bundle in PEM format
- Mozilla::CA provides a path to ca-certificates copy of Mozilla's bundle of
certificate authority certificates in a form that can be consumed by modules
and libraries based on OpenSSL.
- perl-NKF-2.1.3-5.el7 - Perl extension for Network Kanji Filter
- This is a Perl Extension version of nkf (Network Kanji Filter).
It converts the last argument and return converted result.
Conversion details are specified by flags before the last argument.
- perl-Net-DNS-0.72-6.el7 - DNS resolver modules for Perl
- Net::DNS is a collection of Perl modules that act as a Domain Name System
(DNS) resolver. It allows the programmer to perform DNS queries that are
beyond the capabilities of gethostbyname and gethostbyaddr.
The programmer should be somewhat familiar with the format of a DNS packet and
its various sections. See RFC 1035 or DNS and BIND (Albitz & Liu) for details.
- perl-Net-Daemon-0.48-5.el7 - Perl extension for portable daemons
- Net::Daemon is an abstract base class for implementing portable server
applications in a very simple way. The module is designed for Perl 5.006 and
ithreads (and higher), but can work with fork() and Perl 5.004.
The Net::Daemon class offers methods for the most common tasks a daemon
needs: Starting up, logging, accepting clients, authorization, restricting
its own environment for security and doing the true work. You only have to
override those methods that aren't appropriate for you, but typically
inheriting will safe you a lot of work anyways.
- perl-Net-HTTP-6.06-2.el7 - Low-level HTTP connection (client)
- The Net::HTTP class is a low-level HTTP client. An instance of the
Net::HTTP class represents a connection to an HTTP server. The HTTP
protocol is described in RFC 2616. The Net::HTTP class supports HTTP/1.0
and HTTP/1.1.
- perl-Net-LibIDN-0.12-15.el7 - Perl bindings for GNU LibIDN
- Provides perl bindings for GNU Libidn, a C library for handling
Internationalized Domain Names according to IDNA (RFC 3490), in
a way very much inspired by Turbo Fredriksson's PHP-IDN.
- perl-Net-SMTP-SSL-1.01-13.el7 - SSL support for Net::SMTP
- Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its
network operations.
- perl-Net-SSLeay-1.55-6.el7 - Perl extension for using OpenSSL
- This module offers some high level convenience functions for accessing
web pages on SSL servers (for symmetry, same API is offered for
accessing http servers, too), a sslcat() function for writing your own
clients, and finally access to the SSL API of SSLeay/OpenSSL package
so you can write servers or clients for more complicated applications.
- perl-NetAddr-IP-4.069-3.el7 - Manages IPv4 and IPv6 addresses and subnets
- This module provides an object-oriented abstraction on top of IP addresses
or IP subnets, that allows for easy manipulations.
- perl-Package-Constants-0.02-299.el7_9 - List all constants declared in a package
- Package::Constants lists all the constants defined in a certain package. This
can be useful for, among others, setting up an autogenerated @EXPORT/@EXPORT_OK
for a Constants.pm file.
- perl-PathTools-3.40-5.el7 - PathTools Perl module (Cwd, File::Spec)
- This is the combined distribution for the File::Spec and Cwd modules.
- perl-PlRPC-0.2020-14.el7 - Interface for writing PlRPC clients and servers
- PlRPC (Perl RPC) is a package that simplifies the writing of Perl based
client/server applications. RPC::PlServer is the package used on the
server side, and you guess what RPC::PlClient is for. PlRPC works by
defining a set of methods that may be executed by the client.
- perl-Pod-Escapes-1.04-299.el7_9 - Perl module for resolving POD escape sequences
- This module provides things that are useful in decoding Pod E<...> sequences.
Presumably, it should be used only by Pod parsers and/or formatters.
- perl-Pod-Perldoc-3.20-4.el7 - Look up Perl documentation in Pod format
- perldoc looks up a piece of documentation in .pod format that is embedded
in the perl installation tree or in a perl script, and displays it via
"groff -man | $PAGER". This is primarily used for the documentation for
the perl library modules.
- perl-Pod-Simple-3.28-4.el7 - Framework for parsing POD documentation
- Pod::Simple is a Perl library for parsing text in the Pod ("plain old
documentation") markup language that is typically used for writing
documentation for Perl and for Perl modules.
- perl-Pod-Usage-1.63-3.el7 - Print a usage message from embedded POD documentation
- pod2usage will print a usage message for the invoking script (using its
embedded POD documentation) and then exit the script with the desired exit
status. The usage message printed may have any one of three levels of
"verboseness": If the verbose level is 0, then only a synopsis is printed.
If the verbose level is 1, then the synopsis is printed along with a
description (if present) of the command line options and arguments. If the
verbose level is 2, then the entire manual page is printed.
- perl-SNMP_Session-1.13-5.el7 - SNMP support for Perl 5
- Pure Perl SNMP v1 and SNMP v2 support for Perl 5.
The SNMP operations currently supported are "get", "get-next", "get-bulk"
and "set", as well as trap generation and reception.
- perl-Scalar-List-Utils-1.27-248.el7 - A selection of general-utility scalar and list subroutines
- This package contains a selection of subroutines that people have expressed
would be nice to have in the perl core, but the usage would not really be
high enough to warrant the use of a keyword, and the size so small such
that being individual extensions would be wasteful.
- perl-Socket-2.010-5.el7 - Networking constants and support functions
- This module provides a variety of constants, structure manipulators and other
functions related to socket-based networking. The values and functions
provided are useful when used in conjunction with Perl core functions such as
socket(), setsockopt() and bind(). It also provides several other support
functions, mostly for dealing with conversions of network addresses between
human-readable and native binary forms, and for hostname resolver operations.
- perl-Socket6-0.23-15.el7 - IPv6 related part of the C socket.h defines and structure manipulators
- This module supports getaddrinfo() and getnameinfo() to intend to
enable protocol independent programming.
If your environment supports IPv6, IPv6 related defines such as
AF_INET6 are included.
- perl-Storable-2.45-3.el7 - Persistence for Perl data structures
- The Storable package brings persistence to your Perl data structures
containing scalar, array, hash or reference objects, i.e. anything that
can be conveniently stored to disk and retrieved at a later time.
- perl-Sys-Syslog-0.33-3.el7 - Perl interface to the UNIX syslog(3) calls
- Sys::Syslog is an interface to the UNIX syslog(3) function. Call syslog() with
a string priority and a list of printf() arguments just like at syslog(3).
- perl-TermReadKey-2.30-20.el7 - A perl module for simple terminal control
- Term::ReadKey is a compiled perl module dedicated to providing simple
control over terminal driver modes (cbreak, raw, cooked, etc.)
support for non-blocking reads, if the architecture allows, and some
generalized handy functions for working with terminals. One of the
main goals is to have the functions as portable as possible, so you
can just plug in "use Term::ReadKey" on any architecture and have a
good likelyhood of it working.
- perl-Test-Harness-3.28-3.el7 - Run Perl standard test scripts with statistics
- This package allows tests to be run and results automatically aggregated and
output to STDOUT.
Although, for historical reasons, the Test-Harness distribution takes its name
from this module it now exists only to provide TAP::Harness with an interface
that is somewhat backwards compatible with Test::Harness 2.xx. If you're
writing new code consider using TAP::Harness directly instead.
- perl-Text-ParseWords-3.29-4.el7 - Parse text into an array of tokens or array of arrays
- The nested_quotewords() and quotewords() functions accept a delimiter (which
can be a regular expression) and a list of lines and then breaks those lines
up into a list of words ignoring delimiters that appear inside quotes.
quotewords() returns all of the tokens in a single long list, while
nested_quotewords() returns a list of token lists corresponding to the
elements of @lines. parse_line() does tokenizing on a single string. The
quotewords() functions simply call &parse_line(), so if you're only splitting
one line you can call parse_line() directly and save a function call.
- perl-Thread-Queue-3.02-2.el7 - Thread-safe queues
- This module provides thread-safe FIFO queues that can be accessed safely by
any number of threads.
- perl-Time-HiRes-1.9725-3.el7 - High resolution alarm, sleep, gettimeofday, interval timers
- The Time::HiRes module implements a Perl interface to the usleep, nanosleep,
ualarm, gettimeofday, and setitimer/getitimer system calls, in other words,
high resolution time and timers.
- perl-Time-Local-1.2300-2.el7 - Efficiently compute time from local and GMT time
- This module provides functions that are the inverse of built-in perl functions
localtime() and gmtime(). They accept a date as a six-element array, and
return the corresponding time(2) value in seconds since the system epoch
(Midnight, January 1, 1970 GMT on Unix, for example). This value can be
positive or negative, though POSIX only requires support for positive values,
so dates before the system's epoch may not work on all operating systems.
- perl-TimeDate-2.30-2.el7 - A Perl module for time and date manipulation
- This module includes a number of smaller modules suited for
manipulation of time and date strings with Perl. In particular, the
Date::Format and Date::Parse modules can display and read times and
dates in various formats, providing a more reliable interface to
textual representations of points in time.
- perl-URI-1.60-9.el7 - A Perl module implementing URI parsing and manipulation
- This module implements the URI class. Objects of this class represent
"Uniform Resource Identifier references" as specified in RFC 2396 (and
updated by RFC 2732).
- perl-WWW-RobotRules-6.02-5.el7 - Database of robots.txt-derived permissions
- This module parses /robots.txt files as specified in "A Standard for Robot
Exclusion", at . Webmasters can
use the /robots.txt file to forbid conforming robots from accessing parts
of their web site.
- perl-XML-Parser-2.41-10.el7 - Perl module for parsing XML documents
- This module provides ways to parse XML documents. It is built on top
of XML::Parser::Expat, which is a lower level interface to James
Clark's expat library. Each call to one of the parsing methods creates
a new instance of XML::Parser::Expat which is then used to parse the
document. Expat options may be provided when the XML::Parser object is
created. These options are then passed on to the Expat object on each
parse call. They can also be given as extra arguments to the parse
methods, in which case they override options given at XML::Parser
creation time.
- perl-YAML-0.84-5.el7 - YAML Ain't Markup Language (tm)
- The YAML.pm module implements a YAML Loader and Dumper based on the
YAML 1.0 specification. http://www.yaml.org/spec/
YAML is a generic data serialization language that is optimized for
human readability. It can be used to express the data structures of
most modern programming languages, including Perl.
For information on the YAML syntax, please refer to the YAML
specification.
- perl-constant-1.27-2.el7 - Perl pragma to declare constants
- This pragma allows you to declare constants at compile-time:
use constant PI => 4 * atan2(1, 1);
When you declare a constant such as "PI" using the method shown above,
each machine your script runs upon can have as many digits of accuracy
as it can use. Also, your program will be easier to read, more likely
to be maintained (and maintained correctly), and far less likely to
send a space probe to the wrong planet because nobody noticed the one
equation in which you wrote 3.14195.
When a constant is used in an expression, Perl replaces it with its
value at compile time, and may then optimize the expression further.
In particular, any code in an "if (CONSTANT)" block will be optimized
away if the constant is false.
- perl-devel-5.16.3-299.el7_9 - Header #files for use in perl development
- This package contains header files and development modules.
Most perl packages will need to install perl-devel to build.
- perl-libs-5.16.3-299.el7_9 - The libraries for the perl runtime
- The libraries for the perl runtime
- perl-libwww-perl-6.05-2.el7 - A Perl interface to the World-Wide Web
- The libwww-perl collection is a set of Perl modules which provides a simple and
consistent application programming interface to the World-Wide Web. The main
focus of the library is to provide classes and functions that allow you to
write WWW clients. The library also contain modules that are of more general
use and even classes that help you implement simple HTTP servers.
- perl-macros-5.16.3-299.el7_9 - Macros for rpmbuild
- Macros for rpmbuild are needed during build of srpm in koji. This
sub-package must be installed into buildroot, so it will be needed
by perl. Perl is needed because of git.
- perl-parent-0.225-244.el7 - Establish an ISA relationship with base classes at compile time
- Allows you to both load one or more modules, while setting up inheritance
from those modules at the same time. Mostly similar in effect to:
package Baz;
BEGIN {
require Foo;
require Bar;
push @ISA, qw(Foo Bar);
}
- perl-podlators-2.5.1-3.el7 - Format POD source into various output formats
- This package contains Pod::Man and Pod::Text modules which convert POD input
to *roff source output, suitable for man pages, or plain text. It also
includes several sub-classes of Pod::Text for formatted output to terminals
with various capabilities.
- perl-srpm-macros-1-8.el7 - RPM macros for building Perl source package from source repository
- These RPM macros are used for building Perl source packages from source
repositories. They influence build-requires set into the source package.
- perl-threads-1.87-4.el7 - Perl interpreter-based threads
- Since Perl 5.8, thread programming has been available using a model called
interpreter threads which provides a new Perl interpreter for each thread,
and, by default, results in no data or state information being shared
between threads.
(Prior to Perl 5.8, 5005threads was available through the "Thread.pm" API.
This threading model has been deprecated, and was removed as of Perl 5.10.0.)
- perl-threads-shared-1.43-6.el7 - Perl extension for sharing data structures between threads
- By default, variables are private to each thread, and each newly created
thread gets a private copy of each existing variable. This module allows
you to share variables across different threads (and pseudo-forks on
Win32). It is used together with the threads module.
- perl-version-0.99.07-6.el7 - Perl extension for Version Objects
- Version objects were added to Perl in 5.10. This module implements version
objects for older version of Perl and provides the version object API for
all versions of Perl. All previous releases before 0.74 are deprecated and
should not be used due to incompatible API changes. Version 0.77 introduces
the new 'parse' and 'declare' methods to standardize usage. You are
strongly urged to set 0.77 as a minimum in your code.
- php-5.4.16-48.el7 - PHP scripting language for creating dynamic web sites
- PHP is an HTML-embedded scripting language. PHP attempts to make it
easy for developers to write dynamically generated web pages. PHP also
offers built-in database integration for several commercial and
non-commercial database management systems, so writing a
database-enabled webpage with PHP is fairly simple. The most common
use of PHP coding is probably as a replacement for CGI scripts.
The php package contains the module (often referred to as mod_php)
which adds support for the PHP language to Apache HTTP Server.
- php-cli-5.4.16-48.el7 - Command-line interface for PHP
- The php-cli package contains the command-line interface
executing PHP scripts, /usr/bin/php, and the CGI interface.
- php-common-5.4.16-48.el7 - Common files for PHP
- The php-common package contains files used by both the php
package and the php-cli package.
- php-fpm-5.4.16-48.el7 - PHP FastCGI Process Manager
- PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI
implementation with some additional features useful for sites of
any size, especially busier sites.
- php-gd-5.4.16-48.el7 - A module for PHP applications for using the gd graphics library
- The php-gd package contains a dynamic shared object that will add
support for using the gd graphics library to PHP.
- php-intl-5.4.16-48.el7 - Internationalization extension for PHP applications
- The php-intl package contains a dynamic shared object that will add
support for using the ICU library to PHP.
- php-kolab-net-ldap3-1.0.7-2.el7 - Advanced functionality for accessing LDAP directories
- A successor of the PEAR:Net_LDAP2 module providing advanced functionality
for accessing LDAP directories.
- php-ldap-5.4.16-48.el7 - A module for PHP applications that use LDAP
- The php-ldap adds Lightweight Directory Access Protocol (LDAP)
support to PHP. LDAP is a set of protocols for accessing directory
services over the Internet. PHP is an HTML-embedded scripting
language.
- php-mbstring-5.4.16-48.el7 - A module for PHP applications which need multi-byte string handling
- The php-mbstring package contains a dynamic shared object that will add
support for multi-byte string handling to PHP.
- php-mcrypt-5.4.16-9.el7 - Standard PHP module provides mcrypt library support
- The php-mcrypt package contains a dynamic shared object that will
add support for using the mcrypt library to PHP.
- php-mysql-5.4.16-48.el7 - A module for PHP applications that use MySQL databases
- The php-mysql package contains a dynamic shared object that will add
MySQL database support to PHP. MySQL is an object-relational database
management system. PHP is an HTML-embeddable scripting language. If
you need MySQL support for PHP applications, you will need to install
this package and the php package.
- php-pdo-5.4.16-48.el7 - A database access abstraction module for PHP applications
- The php-pdo package contains a dynamic shared object that will add
a database access abstraction layer to PHP. This module provides
a common interface for accessing MySQL, PostgreSQL or other
databases.
- php-pear-1.9.4-23.el7_9 - PHP Extension and Application Repository framework
- PEAR is a framework and distribution system for reusable PHP
components. This package contains the basic PEAR components.
- php-pear-Auth-SASL-1.0.6-5.el7 - Abstraction of various SASL mechanism responses
- Provides code to generate responses to common SASL mechanisms, including:
o Digest-MD5
o CramMD5
o Plain
o Anonymous
o Login (Pseudo mechanism)
- php-pear-Mail-Mime-1.10.2-1.el7 - Classes to create MIME messages
- Mail_Mime provides classes to deal with the creation and manipulation
of MIME messages. It allows people to create e-mail messages consisting of:
* Text Parts
* HTML Parts
* Inline HTML Images
* Attachments
* Attached messages
It supports big messages, base64 and quoted-printable encoding and
non-ASCII characters in file names, subjects, recipients, etc. encoded
using RFC2047 and/or RFC2231.
- php-pear-Net-IDNA2-0.1.1-10.el7 - PHP library for punycode encoding and decoding
- This package helps you to encode and decode punycode strings easily in
PHP.
- php-pear-Net-LDAP2-2.1.0-1.el7 - Object oriented interface for searching and manipulating LDAP-entries
- Net_LDAP2 is the successor of Net_LDAP (which is a clone of Perls Net::LDAP)
object interface to directory servers. It does contain most of Net::LDAPs
features but has some own too.
With Net_LDAP2 you have:
* A simple object-oriented interface to connections,
searches entries and filters.
* Support for TLS and LDAP v3.
* Simple modification, deletion and creation of LDAP entries.
* Support for schema handling.
Net_LDAP2 layers itself on top of PHP's existing ldap extensions.
- php-pear-Net-SMTP-1.7.3-1.el7 - Provides an implementation of the SMTP protocol
- Provides an implementation of the SMTP protocol using PEAR's Net_Socket class.
php-pear-Net-SMTP can optionally use package "php-pear-Auth-SASL".
- php-pear-Net-Sieve-1.3.4-4.el7 - Handles talking to a sieve server
- This package provides an API to talk to servers implementing the
managesieve protocol. It can be used to install and remove sieve
scripts, mark them active etc.
- php-pear-Net-Socket-1.0.14-1.el7 - Network Socket Interface
- Net_Socket is a class interface to TCP sockets. It provides blocking
and non-blocking operation, with different reading and writing modes
(byte-wise, block-wise, line-wise and special formats like network
byte-order ip addresses).
- php-process-5.4.16-48.el7 - Modules for PHP script using system process interfaces
- The php-process package contains dynamic shared objects which add
support to PHP using system interfaces for inter-process
communication.
- php-pspell-5.4.16-48.el7 - A module for PHP applications for using pspell interfaces
- The php-pspell package contains a dynamic shared object that will add
support for using the pspell library to PHP.
- php-xml-5.4.16-48.el7 - A module for PHP applications which use XML
- The php-xml package contains dynamic shared objects which add support
to PHP for manipulating XML documents using the DOM tree,
and performing XSL transformations on XML documents.
- pinentry-0.8.1-17.el7 - Collection of simple PIN or passphrase entry dialogs
- Pinentry is a collection of simple PIN or passphrase entry dialogs which
utilize the Assuan protocol as described by the aegypten project; see
http://www.gnupg.org/aegypten/ for details.
This package contains the curses (text) based version of the PIN entry dialog.
- pixman-0.34.0-1.el7 - Pixel manipulation library
- Pixman is a pixel manipulation library for X and cairo.
- pkgconfig-0.27.1-4.el7 - A tool for determining compilation options
- The pkgconfig tool determines compilation options. For each required
library, it reads the configuration file and outputs the necessary
compiler and linker flags.
- policycoreutils-2.5-34.el7 - SELinux policy core utilities
- Security-enhanced Linux is a feature of the Linux® kernel and a number
of utilities with enhanced security functionality designed to add
mandatory access controls to Linux. The Security-enhanced Linux
kernel contains new architectural components originally developed to
improve the security of the Flask operating system. These
architectural components provide general support for the enforcement
of many kinds of mandatory access control policies, including those
based on the concepts of Type Enforcement®, Role-based Access
Control, and Multi-level Security.
policycoreutils contains the policy core utilities that are required
for basic operation of a SELinux system. These utilities include
load_policy to load policies, setfiles to label filesystems, newrole
to switch roles.
- policycoreutils-python-2.5-34.el7 - SELinux policy core python utilities
- The policycoreutils-python package contains the management tools use to manage
an SELinux environment.
- pop-0.2.0-1 - Send emails from your terminal. 📬
- Send emails from your terminal. 📬
- poppler-0.26.5-43.el7.1 - PDF rendering library
- Poppler, a PDF rendering library, is a fork of the xpdf PDF
viewer developed by Derek Noonburg of Glyph and Cog, LLC.
- poppler-cpp-0.26.5-43.el7.1 - Pure C++ wrapper for poppler
- Pure C++ wrapper for poppler.
- poppler-data-0.4.6-3.el7 - Encoding files
- This package consists of encoding files for poppler. When installed,
the encoding files enables poppler to correctly render CJK and Cyrillic
properly.
- popt-1.13-16.el7 - C library for parsing command line parameters
- Popt is a C library for parsing command line parameters. Popt was
heavily influenced by the getopt() and getopt_long() functions, but
it improves on them by allowing more powerful argument expansion.
Popt can parse arbitrary argv[] style arrays and automatically set
variables based on command line arguments. Popt allows command line
arguments to be aliased via configuration files and includes utility
functions for parsing arbitrary strings into argv[] arrays using
shell-like rules.
- portreserve-0.0.5-11.el7 - TCP port reservation utility
- The portreserve program aims to help services with well-known ports that
lie in the portmap range. It prevents portmap from a real service's port
by occupying it itself, until the real service tells it to release the
port (generally in the init script).
- postgresql-libs-9.2.24-8.el7_9 - The shared libraries required for any PostgreSQL clients
- The postgresql-libs package provides the essential shared libraries for any
PostgreSQL client program or interface. You will need to install this package
to use any other PostgreSQL package or any clients that need to connect to a
PostgreSQL server.
- procmail-3.22-36.el7_4.1 - Mail processing program
- Procmail can be used to create mail-servers, mailing lists, sort your
incoming mail into separate folders/files (real convenient when subscribing
to one or more mailing lists or for prioritising your mail), preprocess
your mail, start any programs upon mail arrival (e.g. to generate different
chimes on your workstation for different types of mail) or selectively
forward certain incoming mail automatically to someone.
- procps-ng-3.3.10-28.el7 - System and process monitoring utilities
- The procps package contains a set of system utilities that provide
system information. Procps includes ps, free, skill, pkill, pgrep,
snice, tload, top, uptime, vmstat, w, watch and pwdx. The ps command
displays a snapshot of running processes. The top command provides
a repetitive update of the statuses of running processes. The free
command displays the amounts of free and used memory on your
system. The skill command sends a terminate command (or another
specified signal) to a specified set of processes. The snice
command is used to change the scheduling priority of specified
processes. The tload command prints a graph of the current system
load average to a specified tty. The uptime command displays the
current time, how long the system has been running, how many users
are logged on, and system load averages for the past one, five,
and fifteen minutes. The w command displays a list of the users
who are currently logged on and what they are running. The watch
program watches a running program. The vmstat command displays
virtual memory statistics about processes, memory, paging, block
I/O, traps, and CPU activity. The pwdx command reports the current
working directory of a process or processes.
- psmisc-22.20-17.el7 - Utilities for managing processes on your system
- The psmisc package contains utilities for managing processes on your
system: pstree, killall and fuser. The pstree command displays a tree
structure of all of the running processes on your system. The killall
command sends a specified signal (SIGTERM if nothing is specified) to
processes identified by name. The fuser command identifies the PIDs
of processes that are using specified files or filesystems.
- pth-2.0.7-23.el7 - The GNU Portable Threads library
- Pth is a very portable POSIX/ANSI-C based library for Unix platforms
which provides non-preemptive priority-based scheduling for multiple
threads of execution ("multithreading") inside server applications.
All threads run in the same address space of the server application,
but each thread has it's own individual program-counter, run-time
stack, signal mask and errno variable.
- pv-1.4.6-1.el7 - A tool for monitoring the progress of data through a pipeline
- PV ("Pipe Viewer") is a tool for monitoring the progress of data through a
pipeline. It can be inserted into any normal pipeline between two processes
to give a visual indication of how quickly data is passing through, how long
it has taken, how near to completion it is, and an estimate of how long it
will be until completion.
- pyOpenSSL-0.13.1-4.el7 - Python wrapper module around the OpenSSL library
- High-level wrapper around a subset of the OpenSSL library, includes among others
* SSL.Connection objects, wrapping the methods of Python's portable
sockets
* Callbacks written in Python
* Extensive error-handling mechanism, mirroring OpenSSL's error codes
- pycairo-1.8.10-8.el7 - Python bindings for the cairo library
- Python bindings for the cairo library.
- pygpgme-0.3-9.el7 - Python module for working with OpenPGP messages
- PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt
files using the OpenPGP format. It is built on top of GNU Privacy Guard and
the GPGME library.
- pyldb-1.5.4-2.el7 - Python bindings for the LDB library
- Python bindings for the LDB library
- pyliblzma-0.5.3-11.el7 - Python bindings for lzma
- PylibLZMA provides a python interface for the liblzma library
to read and write data that has been compressed or can be decompressed
by Lasse Collin's lzma utils.
- pyparsing-1.5.6-9.el7 - An object-oriented approach to text processing
- pyparsing is a module that can be used to easily and directly configure syntax
definitions for any number of text parsing applications.
- pytalloc-2.1.16-1.el7 - Developer tools for the Talloc library
- Pytalloc libraries for creating python bindings using talloc
- pytest-2.7.0-2.el7 - Simple powerful testing with Python
- py.test provides simple, yet powerful testing for Python.
- python-2.7.5-94.el7_9 - An interpreted, interactive, object-oriented programming language
- Python is an interpreted, interactive, object-oriented programming
language often compared to Tcl, Perl, Scheme or Java. Python includes
modules, classes, exceptions, very high level dynamic data types and
dynamic typing. Python supports interfaces to many system calls and
libraries, as well as to various windowing systems (X11, Motif, Tk,
Mac and MFC).
Programmers can write new built-in modules for Python in C or C++.
Python can be used as an extension language for applications that need
a programmable interface.
Note that documentation for Python is provided in the python-docs
package.
This package provides the "python" executable; most of the actual
implementation is within the "python-libs" package.
- python-IPy-0.75-6.el7 - Python module for handling IPv4 and IPv6 Addresses and Networks
- IPy is a Python module for handling IPv4 and IPv6 Addresses and Networks
in a fashion similar to perl's Net::IP and friends. The IP class allows
a comfortable parsing and handling for most notations in use for IPv4
and IPv6 Addresses and Networks.
- python-augeas-0.5.0-2.el7 - Python bindings to augeas
- python-augeas is a set of Python bindings around augeas.
- python-backports-1.0-8.el7 - Namespace for backported Python features
- The backports namespace is a namespace reserved for features backported from
the Python standard library to older versions of Python 2.
Packages that exist in the backports namespace in Fedora should not provide
their own backports/__init__.py, but instead require this package.
Backports to earlier versions of Python 3, if they exist, do not need this
package because of changes made in Python 3.3 in PEP 420
(http://www.python.org/dev/peps/pep-0420/).
- python-backports-ssl_match_hostname-3.5.0.1-1.el7 - The ssl.match_hostname() function from Python 3
- The Secure Sockets layer is only actually secure if you check the hostname in
the certificate returned by the server to which you are connecting, and verify
that it matches to hostname that you are trying to reach.
But the matching logic, defined in RFC2818, can be a bit tricky to implement on
your own. So the ssl package in the Standard Library of Python 3.2 now includes
a match_hostname() function for performing this check instead of requiring
every application to implement the check separately.
This backport brings match_hostname() to users of earlier versions of Python.
The actual code is only slightly modified from Python 3.5.
- python-cffi-1.6.0-5.el7 - Foreign Function Interface for Python to call C code
- Foreign Function Interface for Python, providing a convenient and
reliable way of calling existing C code from Python. The interface is
based on LuaJIT’s FFI.
- python-chardet-2.2.1-3.el7 - Character encoding auto-detection in Python
- Character encoding auto-detection in Python. As
smart as your browser. Open source.
- python-configobj-4.7.2-7.el7 - Config file reading, writing, and validation
- ConfigObj is a simple but powerful config file reader and writer: an ini file
round tripper. Its main feature is that it is very easy to use, with a
straightforward programmer's interface and a simple syntax for config files.
It has lots of other features though:
* Nested sections (subsections), to any level
* List values
* Multiple line values
* String interpolation (substitution)
* Integrated with a powerful validation system
o including automatic type checking/conversion
o repeated sections
o and allowing default values
* All comments in the file are preserved
* The order of keys/sections is preserved
* No external dependencies
* Full Unicode support
* A powerful unrepr mode for storing basic datatypes
- python-dateutil-1.5-7.el7 - Powerful extensions to the standard datetime module
- The dateutil module provides powerful extensions to the standard datetime
module available in Python 2.3+.
- python-decorator-3.4.0-3.el7 - Module to simplify usage of decorators
- The aim of the decorator module is to simplify the usage of decorators for
the average programmer, and to popularize decorators usage giving examples
of useful decorators, such as memoize, tracing, redirecting_stdout, locked,
etc. The core of this module is a decorator factory called decorator.
- python-dmidecode-3.12.2-4.el7 - Python module to access DMI data
- python-dmidecode is a python extension module that uses the
code-base of the 'dmidecode' utility, and presents the data
as python data structures or as XML data using libxml2.
- python-dns-1.12.0-4.20150617git465785f.el7 - DNS toolkit for Python
- dnspython is a DNS toolkit for Python. It supports almost all record
types. It can be used for queries, zone transfers, and dynamic
updates. It supports TSIG authenticated messages and EDNS0.
dnspython provides both high and low level access to DNS. The high
level classes perform queries for data of a given name, type, and
class, and return an answer set. The low level classes allow direct
manipulation of DNS zones, messages, names, and records.
- python-enum34-1.0.4-1.el7 - Backport of Python 3.4 Enum
- Python 3.4 introduced official support for enumerations. This is a
backport of that feature to Python 3.3, 3.2, 3.1, 2.7, 2.5, 2.5, and 2.4.
An enumeration is a set of symbolic names (members) bound to unique,
constant values. Within an enumeration, the members can be compared by
identity, and the enumeration itself can be iterated over.
This module defines two enumeration classes that can be used to define
unique sets of names and values: Enum and IntEnum. It also defines one
decorator, unique, that ensures only unique member names are present
in an enumeration.
- python-ethtool-0.8-8.el7 - Ethernet settings python bindings
- Python bindings for the ethtool kernel interface, that allows querying and
changing of Ethernet card settings, such as speed, port, auto-negotiation, and
PCI locations.
- python-firewall-0.6.3-13.el7_9 - Python2 bindings for firewalld
- Python2 bindings for firewalld.
- python-gobject-3.22.0-1.el7_4.1 - Python 2 bindings for GObject Introspection
- The python-gobject package provides a convenient wrapper for the GObject
library and and other libraries that are compatible with GObject Introspection,
for use in Python 2 programs.
- python-gobject-base-3.22.0-1.el7_4.1 - Python 2 bindings for GObject Introspection base package
- This package provides the non-cairo specific bits of the GObject Introspection
library.
- python-idna-2.4-1.el7 - Internationalized Domain Names in Applications (IDNA)
- A library to support the Internationalised Domain Names in Applications (IDNA)
protocol as specified in RFC 5891 . This
version of the protocol is often referred to as "IDNA2008" and can produce
different results from the earlier standard from 2003.
The library is also intended to act as a suitable drop-in replacement for the
"encodings.idna" module that comes with the Python standard library but
currently only supports the older 2003 specification.
- python-iniparse-0.4-9.el7 - Python Module for Accessing and Modifying Configuration Data in INI files
- iniparse is an INI parser for Python which is API compatible
with the standard library's ConfigParser, preserves structure of INI
files (order of sections & options, indentation, comments, and blank
lines are preserved when data is updated), and is more convenient to
use.
- python-inotify-0.9.4-4.el7 - Monitor filesystem events with Python under Linux
- This is a Python module for watching filesystems changes. pyinotify
can be used for various kind of fs monitoring. pyinotify relies on a
recent Linux Kernel feature (merged in kernel 2.6.13) called
inotify. inotify is an event-driven notifier, its notifications are
exported from kernel space to user space.
- python-ipaddress-1.0.16-2.el7 - Port of the python 3.3+ ipaddress module to 2.6+
- ipaddress provides the capabilities to create, manipulate and operate
on IPv4 and IPv6 addresses and networks.
The functions and classes in this module make it straightforward to
handle various tasks related to IP addresses, including checking
whether or not two hosts are on the same subnet, iterating over all
hosts in a particular subnet, checking whether or not a string
represents a valid IP address or network definition, and so on.
- python-kitchen-1.1.1-5.el7 - Small, useful pieces of code to make python coding easier
- kitchen includes functions to make gettext easier to use, handling unicode
text easier (conversion with bytes, outputting xml, and calculating how many
columns a string takes), and compatibility modules for writing code that uses
python-2.7 modules but needs to run on python-2.3
- python-libs-2.7.5-94.el7_9 - Runtime libraries for Python
- This package contains runtime libraries for use by Python:
- the libpython dynamic library, for use by applications that embed Python as
a scripting language, and by the main "python" executable
- the Python standard library
- python-ndg_httpsclient-0.3.2-1.el7 - Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL
- This is a HTTPS client implementation for httplib and urllib2 based on
PyOpenSSL. PyOpenSSL provides a more fully featured SSL implementation
over the default provided with Python and importantly enables full
verification of the SSL peer.
- python-ply-3.4-11.el7 - Python Lex-Yacc
- PLY is a straightforward lex/yacc implementation. Here is a list of its
essential features:
* It is implemented entirely in Python.
* It uses LR-parsing which is reasonably efficient and well suited for larger
grammars.
* PLY provides most of the standard lex/yacc features including support
for empty productions, precedence rules, error recovery, and support
for ambiguous grammars.
* PLY is straightforward to use and provides very extensive error checking.
* PLY doesn't try to do anything more or less than provide the basic lex/yacc
functionality. In other words, it's not a large parsing framework or a
component of some larger system.
- python-py-1.4.32-1.el7 - Library with cross-python path, ini-parsing, io, code, log facilities
- The py lib is a Python development support library featuring the
following tools and modules:
* py.path: uniform local and svn path objects
* py.apipkg: explicit API control and lazy-importing
* py.iniconfig: easy parsing of .ini files
* py.code: dynamic code generation and introspection
* py.path: uniform local and svn path objects
- python-pycparser-2.14-1.el7 - C parser and AST generator written in Python
- pycparser is a complete parser for the C language, written in pure Python.
It is a module designed to be easily integrated into applications that
need to parse C source code.
- python-pycurl-7.19.0-19.el7 - A Python interface to libcurl
- PycURL is a Python interface to libcurl. PycURL can be used to fetch
objects identified by a URL from a Python program, similar to the
urllib Python module. PycURL is mature, very fast, and supports a lot
of features.
- python-pytoml-0.1.14-1.git7dea353.el7 - Parser for TOML
- A parser for TOML-0.4.0
- python-requests-2.6.0-10.el7 - HTTP library, written in Python, for human beings
- Most existing Python modules for sending HTTP requests are extremely verbose and
cumbersome. Python’s built-in urllib2 module provides most of the HTTP
capabilities you should need, but the API is thoroughly broken. This library is
designed to make HTTP requests easy for developers.
- python-requests-toolbelt-0.8.0-3.el7 - Utility belt for advanced users of python-requests
- This is just a collection of utilities for python-requests, but don’t really
belong in requests proper.
- python-setuptools-0.9.8-7.el7 - Easily build and distribute Python packages
- Setuptools is a collection of enhancements to the Python distutils that allow
you to more easily build and distribute Python packages, especially ones that
have dependencies on other packages.
This package contains the runtime components of setuptools, necessary to
execute the software that requires pkg_resources.py.
This package contains the distribute fork of setuptools.
- python-six-1.9.0-2.el7 - Python 2 and 3 compatibility utilities
- python-six provides simple utilities for wrapping over differences between
Python 2 and Python 3.
This is the Python 2 build of the module.
- python-slip-0.4.0-4.el7 - Miscellaneous convenience, extension and workaround code for Python
- The Simple Library for Python packages contain miscellaneous code for
convenience, extension and workaround purposes.
This package provides the "slip" and the "slip.util" modules.
- python-slip-dbus-0.4.0-4.el7 - Convenience functions for dbus services
- The Simple Library for Python packages contain miscellaneous code for
convenience, extension and workaround purposes.
This package provides slip.dbus.service.Object, which is a dbus.service.Object
derivative that ends itself after a certain time without being used and/or if
there are no clients anymore on the message bus, as well as convenience
functions and decorators for integrating a dbus service with PolicyKit.
- python-srpm-macros-3-34.el7 - RPM macros for building Python source packages
- RPM macros for building Python source packages.
- python-syspurpose-1.24.53-1.el7.centos - A commandline utility for declaring system syspurpose
- Provides the syspurpose commandline utility. This utility manages the
system syspurpose.
- python-tdb-1.3.18-1.el7 - Python bindings for the Tdb library
- Python bindings for libtdb
- python-urlgrabber-3.10-10.el7 - A high-level cross-protocol url-grabber
- A high-level cross-protocol url-grabber for python supporting HTTP, FTP
and file locations. Features include keepalive, byte ranges, throttling,
authentication, proxies and more.
- python-urllib3-1.10.2-7.el7 - Python HTTP library with thread-safe connection pooling and file post
- Python HTTP module with connection pooling and file POST abilities.
- python-zope-component-4.1.0-5.el7 - Zope Component Architecture
- This package represents the core of the Zope Component Architecture.
Together with the 'zope.interface' package, it provides facilities for
defining, registering and looking up components.
- python-zope-event-4.0.3-2.el7 - Zope Event Publication
- The zope.event package provides a simple event system. It provides
an event publishing system and a very simple event-dispatching system
on which more sophisticated event dispatching systems can be built.
(For example, a type-based event dispatching system that builds on
zope.event can be found in zope.component.)
This package contains the version for Python 2.
- python-zope-interface-4.0.5-4.el7 - Zope 3 Interface Infrastructure
- Interfaces are a mechanism for labeling objects as conforming to a given API
or contract.
This is a separate distribution of the zope.interface package used in Zope 3.
- python2-acme-1.11.0-1.el7 - Python library for the ACME protocol
- Python 2 library for use of the Automatic Certificate Management Environment
protocol as defined by the IETF. It's used by the Let's Encrypt project.
- python2-certbot-1.11.0-2.el7 - Python 2 libraries used by certbot
- The python2 libraries to interface with certbot
- python2-certbot-apache-1.11.0-1.el7 - The apache plugin for certbot
- Plugin for certbot that allows for automatic configuration of apache
- python2-configargparse-0.11.0-2.el7 - A Python module with support for argparse, config files, and env variables
- Applications with more than a handful of user-settable options are best
configured through a combination of command line args, config files, hard
coded defaults, and in some cases, environment variables.
Python’s command line parsing modules such as argparse have very limited
support for config files and environment variables, so this module extends
argparse to add these features.
- python2-cryptography-1.7.2-2.el7 - PyCA's cryptography library
- cryptography is a package designed to expose cryptographic primitives and
recipes to Python developers.
- python2-distro-1.5.0-1.el7 - Linux Distribution - a Linux OS platform information API
- The distro (for: Linux Distribution) package provides information about the
Linux distribution it runs on, such as a reliable machine-readable ID, or
version information.
It is a renewed alternative implementation for Python's original
platform.linux_distribution function, but it also provides much more
functionality. An alternative implementation became necessary because
Python 3.5 deprecated this function, and Python 3.7 is expected to remove it
altogether. Its predecessor function platform.dist was already deprecated since
Python 2.6 and is also expected to be removed in Python 3.7. Still, there are
many cases in which access to that information is needed. See Python issue 1322
for more information.
Python 2 version.
- python2-future-0.18.2-2.el7 - Easy, clean, reliable Python 2/3 compatibility
-
future is the missing compatibility layer between Python 2 and
Python 3. It allows you to use a single, clean Python 3.x-compatible
codebase to support both Python 2 and Python 3 with minimal overhead.
It provides ``future`` and ``past`` packages with backports and forward
ports of features from Python 3 and 2. It also comes with ``futurize`` and
``pasteurize``, customized 2to3-based scripts that helps you to convert
either Py2 or Py3 code easily to support both Python 2 and 3 in a single
clean Py3-style codebase, module by module.
- python2-josepy-1.3.0-2.el7 - JOSE protocol implementation in Python
- JOSE protocol implementation in Python using cryptography.
This is the Python 2 version of the package.
- python2-mock-1.0.1-10.el7 - A Python Mocking and Patching Library for Testing
- Mock is a Python module that provides a core mock class. It removes the need
to create a host of stubs throughout your test suite. After performing an
action, you can make assertions about which methods / attributes were used and
arguments they were called with. You can also specify return values and set
- python2-parsedatetime-2.4-6.el7 - Parse human-readable date/time strings in Python
- parsedatetime is a python module that can parse human-readable date/time
strings.
- python2-pyasn1-0.1.9-7.el7 - ASN.1 tools for Python 2
- This is an implementation of ASN.1 types and codecs in the Python 2 programming
language.
- python2-pyrfc3339-1.1-3.el7 - Generate and parse RFC 3339 timestamps
- This package contains a Python 2 library to parse and generate
RFC 3339-compliant timestamps using Python datetime.datetime objects.
- python2-six-1.9.0-0.el7 - Dummy package depending on python-six
- This package exists only to allow packagers to uniformly depend on
python2-six instead of conditionalizing those dependencies based on the
version of EPEL or Fedora. It contains no files.
- python2-speedtest-cli-1.0.2-1.el7 - Command line interface for testing internet bandwidth using speedtest.net
- Command line interface for testing internet bandwidth using speedtest.net.
- python3-3.6.8-21.el7_9 - Interpreter of the Python programming language
- Python is an accessible, high-level, dynamically typed, interpreted programming
language, designed with an emphasis on code readability.
It includes an extensive standard library, and has a vast ecosystem of
third-party libraries.
The python3 package provides the "python3" executable: the reference
interpreter for the Python language, version 3.
The majority of its standard library is provided in the python3-libs package,
which should be installed automatically along with python3.
The remaining parts of the Python standard library are broken out into the
python3-tkinter and python3-test packages, which may need to be installed
separately.
Documentation for Python is provided in the python3-docs package.
Packages containing additional libraries for Python are generally named with
the "python3-" prefix.
- python3-libs-3.6.8-21.el7_9 - Python runtime libraries
- This package contains runtime libraries for use by Python:
- the majority of the Python standard library
- a dynamically linked library for use by applications that embed Python as
a scripting language, and by the main "python3" executable
- python3-pip-9.0.3-8.el7 - A tool for installing and managing Python3 packages
- pip is a package management system used to install and manage software packages
written in Python. Many packages can be found in the Python Package Index
(PyPI). pip is a recursive acronym that can stand for either "Pip Installs
Packages" or "Pip Installs Python".
- python3-setuptools-39.2.0-10.el7 - Easily build and distribute Python 3 packages
- Setuptools is a collection of enhancements to the Python 3 distutils that allow
you to more easily build and distribute Python 3 packages, especially ones that
have dependencies on other packages.
This package also contains the runtime components of setuptools, necessary to
execute the software that requires pkg_resources.py.
- python36-asn1crypto-0.24.0-7.el7 - Fast Python ASN.1 parser and serializer
- Fast ASN.1 parser and serializer with definitions for private keys,
public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8,
PKCS#12, PKCS#5, X.509 and TSP.
- python36-cffi-1.9.1-3.el7 - Foreign Function Interface for Python 3 to call C code
- Foreign Function Interface for Python, providing a convenient and
reliable way of calling existing C code from Python. The interface is
based on LuaJIT’s FFI.
- python36-cryptography-2.3-2.el7 - PyCA's cryptography library
- cryptography is a package designed to expose cryptographic primitives
and recipes to Python developers.
- python36-idna-2.10-1.el7 - Internationalized Domain Names in Applications (IDNA)
-
A library to support the Internationalised Domain Names in Applications (IDNA)
protocol as specified in RFC 5891 . This
version of the protocol is often referred to as "IDNA2008" and can produce
different results from the earlier standard from 2003.
The library is also intended to act as a suitable drop-in replacement for the
"encodings.idna" module that comes with the Python standard library but
currently only supports the older 2003 specification.
This package is for Python3 version 3.6 .
- python36-ply-3.9-2.el7 - Python Lex-Yacc
- PLY is a straightforward lex/yacc implementation. Here is a list of its
essential features:
* It is implemented entirely in Python.
* It uses LR-parsing which is reasonably efficient and well suited for larger
grammars.
* PLY provides most of the standard lex/yacc features including support
for empty productions, precedence rules, error recovery, and support
for ambiguous grammars.
* PLY is straightforward to use and provides very extensive error checking.
* PLY doesn't try to do anything more or less than provide the basic lex/yacc
functionality. In other words, it's not a large parsing framework or a
component of some larger system.
Python 3.6 version.
- python36-psutil-5.6.7-1.el7 - A process and system utilities module for Python
-
psutil is a module providing an interface for retrieving information on all
running processes and system utilization (CPU, memory, disks, network, users) in
a portable way by using Python, implementing many functionalities offered by
command line tools such as: ps, top, df, kill, free, lsof, free, netstat,
ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, pmap.
- python36-pyOpenSSL-17.3.0-1.el7 - Python 3 wrapper module around the OpenSSL library
- High-level wrapper around a subset of the OpenSSL library, includes among others
* SSL.Connection objects, wrapping the methods of Python's portable
sockets
* Callbacks written in Python
* Extensive error-handling mechanism, mirroring OpenSSL's error codes
This is the Python 36 build of the module
- python36-pycparser-2.14-2.el7 - C parser and AST generator written in Python
- pycparser is a complete parser for the C language, written in pure Python.
It is a module designed to be easily integrated into applications that
need to parse C source code.
- python36-pypandoc-1.3.3-3.el7 - Thin wrapper for pandoc
- pypandoc provides a thin Python wrapper for pandoc, a universal
document converter, allowing parsing and conversion of
pandoc-formatted text.
- python36-six-1.14.0-3.el7 - Python 2 and 3 compatibility utilities
- python-six provides simple utilities for wrapping over differences between
Python 2 and Python 3.
This is the Python 36 build of the module.
- pytz-2016.10-2.el7 - World Timezone Definitions for Python
- pytz brings the Olson tz database into Python. This library allows accurate
and cross platform timezone calculations using Python 2.3 or higher. It
also solves the issue of ambiguous times at the end of daylight savings,
which you can read more about in the Python Library Reference
(datetime.tzinfo).
Amost all (over 540) of the Olson timezones are supported.
- pyxattr-0.5.1-5.el7 - Extended attributes library wrapper for Python
- Python extension module wrapper for libattr. It allows to query, list,
add and remove extended attributes from files and directories.
- qrencode-libs-3.4.1-3.el7 - QR Code encoding library - Shared libraries
- The qrencode-libs package contains the shared libraries and header files for
applications that use qrencode.
- quota-4.01-19.el7 - System administration tools for monitoring users' disk usage
- The quota package contains system administration tools for monitoring
and limiting user and or group disk usage per file system.
- quota-nls-4.01-19.el7 - Gettext catalogs for disk quota tools
- Disk quota tools messages translated into different natural languages.
- rcs-5.9.0-7.el7 - Revision Control System (RCS) file version management tools
- The Revision Control System (RCS) is a system for managing multiple
versions of files. RCS automates the storage, retrieval, logging,
identification and merging of file revisions. RCS is useful for text
files that are revised frequently (for example, programs,
documentation, graphics, papers and form letters).
The rcs package should be installed if you need a system for managing
different versions of files.
- rdma-core-22.4-6.el7_9 - RDMA core userspace libraries and daemons
- RDMA core userspace infrastructure and documentation, including initscripts,
kernel driver-specific modprobe override configs, IPoIB network scripts,
dracut rules, and the rdma-ndd utility.
- readline-6.2-11.el7 - A library for editing typed command lines
- The Readline library provides a set of functions that allow users to
edit command lines. Both Emacs and vi editing modes are available. The
Readline library includes additional functions for maintaining a list
of previously-entered command lines for recalling or editing those
lines, and for performing csh-like history expansion on previous
commands.
- readline-devel-6.2-11.el7 - Files needed to develop programs which use the readline library
- The Readline library provides a set of functions that allow users to
edit typed command lines. If you want to develop programs that will
use the readline library, you need to have the readline-devel package
installed. You also need to have the readline package installed.
- redhat-rpm-config-9.1.0-88.el7.centos - CentOS specific rpm configuration files
- CentOS specific rpm configuration files.
- remi-release-7.9-5.el7.remi - YUM configuration for remi repository
- This package contains yum configuration for the Remi's RPM Repository,
as well as the public GPG keys used to sign them.
Only the "remi-safe" repository is enabled after installation.
For proper PHP installation, see https://rpms.remirepo.net/wizard/
FAQ: https://blog.remirepo.net/pages/English-FAQ
Forum: https://forum.remirepo.net/
Twitter: https://twitter.com/RemiRepository
- rest-0.8.1-2.el7 - A library for access to RESTful web services
- This library was designed to make it easier to access web services that
claim to be "RESTful". A RESTful service should have urls that represent
remote objects, which methods can then be called on. The majority of services
don't actually adhere to this strict definition. Instead, their RESTful end
point usually has an API that is just simpler to use compared to other types
of APIs they may support (XML-RPC, for instance). It is this kind of API that
this library is attempting to support.
- rkhunter-1.4.6-3.el7 - A host-based tool to scan for rootkits, backdoors and local exploits
- Rootkit Hunter (RKH) is an easy-to-use tool which checks
computers running UNIX (clones) for the presence of rootkits
and other unwanted tools.
- rlwrap-0.45.2-2.el7 - Wrapper for GNU readline
- rlwrap is a 'readline wrapper' that uses the GNU readline library to
allow the editing of keyboard input for any other command. Input
history is remembered across invocations, separately for each command;
history completion and search work as in bash and completion word
lists can be specified on the command line.
- rootfiles-8.1-11.el7 - The basic required files for the root user's directory
- The rootfiles package contains basic required files that are placed
in the root user's account. These files are basically the same
as those in /etc/skel, which are placed in regular
users' home directories.
- roundcubemail-1.1.12-2.el7 - Round Cube Webmail is a browser-based multilingual IMAP client
- RoundCube Webmail is a browser-based multilingual IMAP client
with an application-like user interface. It provides full
functionality you expect from an e-mail client, including MIME
support, address book, folder manipulation, message searching
and spell checking. RoundCube Webmail is written in PHP and
requires a database: MySQL, PostgreSQL and SQLite are known to
work. The user interface is fully skinnable using XHTML and
CSS 2.
- rpcbind-0.2.0-49.el7 - Universal Addresses to RPC Program Number Mapper
- The rpcbind utility is a server that converts RPC program numbers into
universal addresses. It must be running on the host to be able to make
RPC calls on a server on that machine.
- rpm-4.11.3-48.el7_9 - The RPM package management system
- The RPM Package Manager (RPM) is a powerful command line driven
package management system capable of installing, uninstalling,
verifying, querying, and updating software packages. Each software
package consists of an archive of files along with information about
the package like its version, a description, etc.
- rpm-build-4.11.3-48.el7_9 - Scripts and executable programs used to build packages
- The rpm-build package contains the scripts and executable programs
that are used to build packages using the RPM Package Manager.
- rpm-build-libs-4.11.3-48.el7_9 - Libraries for building and signing RPM packages
- This package contains the RPM shared libraries for building and signing
packages.
- rpm-libs-4.11.3-48.el7_9 - Libraries for manipulating RPM packages
- This package contains the RPM shared libraries.
- rpm-python-4.11.3-48.el7_9 - Python bindings for apps which will manipulate RPM packages
- The rpm-python package contains a module that permits applications
written in the Python programming language to use the interface
supplied by RPM Package Manager libraries.
This package should be installed if you want to develop Python
programs that will manipulate RPM packages and databases.
- rpm-sign-4.11.3-48.el7_9 - Package signing support
- This package contains support for digitally signing RPM packages.
- rsync-3.1.2-12.el7_9 - A program for synchronizing files over a network
- Rsync uses a reliable algorithm to bring remote and host files into
sync very quickly. Rsync is fast because it just sends the differences
in the files over the network instead of sending the complete
files. Rsync is often used as a very powerful mirroring process or
just as a more capable replacement for the rcp command. A technical
report which describes the rsync algorithm is included in this
package.
- rsyslog-8.24.0-57.el7_9.3 - Enhanced system logging and kernel message trapping daemon
- Rsyslog is an enhanced, multi-threaded syslog daemon. It supports MySQL,
syslog/TCP, RFC 3195, permitted sender lists, filtering on any message part,
and fine grain output format control. It is compatible with stock sysklogd
and can be used as a drop-in replacement. Rsyslog is simple to set up, with
advanced features suitable for enterprise-class, encryption-protected syslog
relay chains.
- rsyslog-doc-8.24.0-57.el7_9.3 - HTML Documentation for rsyslog
- This subpackage contains documentation for rsyslog.
- rsyslog-mmsnmptrapd-8.24.0-57.el7_9.3 - Message modification module for snmptrapd generated messages
- This message modification module takes messages generated from snmptrapd and
modifies them so that they look like they originated from the read originator.
- rsyslog-snmp-8.24.0-57.el7_9.3 - SNMP protocol support for rsyslog
- The rsyslog-snmp package contains the rsyslog plugin that provides the
ability to send syslog messages as SNMPv1 and SNMPv2c traps.
- samba-4.10.16-25.el7_9 - Server and Client software to interoperate with Windows machines
- Samba is the standard Windows interoperability suite of programs for Linux and
Unix.
- samba-client-4.10.16-25.el7_9 - Samba client programs
- The samba-client package provides some SMB/CIFS clients to complement
the built-in SMB/CIFS filesystem in Linux. These clients allow access
of SMB/CIFS shares and printing to SMB/CIFS printers.
- samba-client-libs-4.10.16-25.el7_9 - Samba client libraries
- The samba-client-libs package contains internal libraries needed by the
SMB/CIFS clients.
- samba-common-4.10.16-25.el7_9 - Files used by both Samba servers and clients
- samba-common provides files necessary for both the server and client
packages of Samba.
- samba-common-libs-4.10.16-25.el7_9 - Libraries used by both Samba servers and clients
- The samba-common-libs package contains internal libraries needed by the
SMB/CIFS clients.
- samba-common-tools-4.10.16-25.el7_9 - Tools for Samba servers and clients
- The samba-common-tools package contains tools for Samba servers and
SMB/CIFS clients.
- samba-libs-4.10.16-25.el7_9 - Samba libraries
- The samba-libs package contains the libraries needed by programs that link
against the SMB, RPC and other protocols provided by the Samba suite.
- screen-4.1.0-0.27.20120314git3c2946.el7_9 - A screen manager that supports multiple logins on one terminal
- The screen utility allows you to have multiple logins on just one
terminal. Screen is useful for users who telnet into a machine or are
connected via a dumb terminal, but want to use more than just one
login.
Install the screen package if you need a screen manager that can
support multiple logins on one terminal.
- sed-4.2.2-7.el7 - A GNU stream text editor
- The sed (Stream EDitor) editor is a stream or batch (non-interactive)
editor. Sed takes text as input, performs an operation or set of
operations on the text and outputs the modified text. The operations
that sed performs (substitutions, deletions, insertions, etc.) can be
specified in a script file or from the command line.
- selinux-policy-3.13.1-268.el7_9.2 - SELinux policy configuration
- SELinux Reference Policy - modular.
Based off of reference policy: Checked out revision 2.20091117
- selinux-policy-targeted-3.13.1-268.el7_9.2 - SELinux targeted base policy
- SELinux Reference policy targeted base module.
- sendmail-8.14.7-6.el7 - A widely used Mail Transport Agent (MTA)
- The Sendmail program is a very widely used Mail Transport Agent (MTA).
MTAs send mail from one machine to another. Sendmail is not a client
program, which you use to read your email. Sendmail is a
behind-the-scenes program which actually moves your email over
networks or the Internet to where you want it to go.
If you ever need to reconfigure Sendmail, you will also need to have
the sendmail-cf package installed. If you need documentation on
Sendmail, you can install the sendmail-doc package.
- sendmail-cf-8.14.7-6.el7 - The files needed to reconfigure Sendmail
- This package includes the configuration files you need to generate the
sendmail.cf file distributed with the sendmail package. You will need
the sendmail-cf package if you ever need to reconfigure and rebuild
your sendmail.cf file.
- setools-libs-3.3.8-4.el7 - Policy analysis support libraries for SELinux
- SETools is a collection of graphical tools, command-line tools, and
libraries designed to facilitate SELinux policy analysis.
This package includes the following run-time libraries:
libapol policy analysis library
libpoldiff semantic policy difference library
libqpol library that abstracts policy internals
libseaudit parse and filter SELinux audit messages in log files
libsefs SELinux file contexts library
- setup-2.8.71-11.el7 - A set of system configuration and setup files
- The setup package contains a set of important system configuration and
setup files, such as passwd, group, and profile.
- setuptool-1.19.11-8.el7 - A text mode system configuration tool
- Setuptool is a user-friendly text mode menu utility which allows you
to access all of the text mode configuration programs included in the
operating system distribution.
- shadow-utils-4.6-5.el7 - Utilities for managing accounts and shadow password files
- The shadow-utils package includes the necessary programs for
converting UNIX password files to the shadow password format, plus
programs for managing user and group accounts. The pwconv command
converts passwords to the shadow password format. The pwunconv command
unconverts shadow passwords and generates a passwd file (a standard
UNIX password file). The pwck command checks the integrity of password
and shadow files. The lastlog command prints out the last login times
for all users. The useradd, userdel, and usermod commands are used for
managing user accounts. The groupadd, groupdel, and groupmod commands
are used for managing group accounts.
- shared-mime-info-1.8-5.el7 - Shared MIME information database
- This is the freedesktop.org shared MIME info database.
Many programs and desktops use the MIME system to represent the types of
files. Frequently, it is necessary to work out the correct MIME type for
a file. This is generally done by examining the file's name or contents,
and looking up the correct MIME type in a database.
- sharutils-4.13.3-8.el7 - The GNU shar utilities for packaging and unpackaging shell archives
- The sharutils package contains the GNU shar utilities, a set of tools
for encoding and decoding packages of files (in binary or text format)
in a special plain text format called shell archives (shar). This
format can be sent through e-mail (which can be problematic for regular
binary files). The shar utility supports a wide range of capabilities
(compressing, uuencoding, splitting long files for multi-part
mailings, providing check-sums), which make it very flexible at
creating shar files. After the files have been sent, the unshar tool
scans mail messages looking for shar files. Unshar automatically
strips off mail headers and introductory text and then unpacks the
shar files.
- sl-5.02-1.el7 - Joke command for when you type 'sl' instead of 'ls'
- The sl (Steam Locomotive) command is a joke which displays a train on your
terminal when you accidentally type 'sl' instead of 'ls'.
- slang-2.2.4-11.el7 - The shared library for the S-Lang extension language
- S-Lang is an interpreted language and a programming library. The
S-Lang language was designed so that it can be easily embedded into
a program to provide the program with a powerful extension language.
The S-Lang library, provided in this package, provides the S-Lang
extension language. S-Lang's syntax resembles C, which makes it easy
to recode S-Lang procedures in C if you need to.
- slirp4netns-0.4.3-4.el7_8 - slirp for network namespaces
- slirp for network namespaces, without copying buffers across the namespaces.
- soft-serve-0.7.2-1 - A tasty, self-hostable Git server for the command line🍦
- A tasty, self-hostable Git server for the command line🍦
- spamassassin-3.4.0-6.el7 - Spam filter for email which can be invoked from mail delivery agents
- SpamAssassin provides you with a way to reduce if not completely eliminate
Unsolicited Commercial Email (SPAM) from your incoming email. It can
be invoked by a MDA such as sendmail or postfix, or can be called from
a procmail script, .forward file, etc. It uses a genetic-algorithm
evolved scoring system to identify messages which look spammy, then
adds headers to the message so they can be filtered by the user's mail
reading software. This distribution includes the spamd/spamc components
which create a server that considerably speeds processing of mail.
To enable spamassassin, if you are receiving mail locally, simply add
this line to your ~/.procmailrc:
INCLUDERC=/etc/mail/spamassassin/spamassassin-default.rc
To filter spam for all users, add that line to /etc/procmailrc
(creating if necessary).
- sqlite-3.7.17-8.el7_7.1 - Library that implements an embeddable SQL database engine
- SQLite is a C library that implements an SQL database engine. A large
subset of SQL92 is supported. A complete database is stored in a
single disk file. The API is designed for convenience and ease of use.
Applications that link against SQLite can enjoy the power and
flexibility of an SQL database without the administrative hassles of
supporting a separate database server. Version 2 and version 3 binaries
are named to permit each to be installed on a single host
- sqlite-devel-3.7.17-8.el7_7.1 - Development tools for the sqlite3 embeddable SQL database engine
- This package contains the header files and development documentation
for sqlite. If you like to develop programs using sqlite, you will need
to install sqlite-devel.
- stunnel-4.56-6.el7 - An SSL-encrypting socket wrapper
- Stunnel is a socket wrapper which can provide SSL (Secure Sockets
Layer) support to ordinary applications. For example, it can be used
in conjunction with imapd to create an SSL secure IMAP server.
- subscription-manager-1.24.53-1.el7.centos - Tools and libraries for subscription and repository management
- The Subscription Manager package provides programs and libraries to allow users
to manage subscriptions and yum repositories from the Red Hat entitlement
platform.
- subscription-manager-rhsm-1.24.53-1.el7.centos - A Python library to communicate with a Red Hat Unified Entitlement Platform
- A small library for communicating with the REST interface of a Red Hat Unified
Entitlement Platform. This interface is used for the management of system
entitlements, certificates, and access to content.
- subscription-manager-rhsm-certificates-1.24.53-1.el7.centos - Certificates required to communicate with a Red Hat Unified Entitlement Platform
- This package contains certificates required for communicating with the REST interface
of a Red Hat Unified Entitlement Platform, used for the management of system entitlements
and to receive access to content.
- subversion-1.7.14-16.el7 - A Modern Concurrent Version Control System
- Subversion is a concurrent version control system which enables one
or more users to collaborate in developing and maintaining a
hierarchy of files and directories while keeping a history of all
changes. Subversion only stores the differences between versions,
instead of every complete file. Subversion is intended to be a
compelling replacement for CVS.
- subversion-libs-1.7.14-16.el7 - Libraries for Subversion Version Control system
- The subversion-libs package includes the essential shared libraries
used by the Subversion version control tools.
- subversion-perl-1.7.14-16.el7 - Perl bindings to the Subversion libraries
- This package includes the Perl bindings to the Subversion libraries.
- sudo-1.8.23-10.el7_9.3 - Allows restricted root access for specified users
- Sudo (superuser do) allows a system administrator to give certain
users (or groups of users) the ability to run some (or all) commands
as root while logging all commands and arguments. Sudo operates on a
per-command basis. It is not a replacement for the shell. Features
include: the ability to restrict what commands a user may run on a
per-host basis, copious logging of each command (providing a clear
audit trail of who did what), a configurable timeout of the sudo
command, and the ability to use the same configuration file (sudoers)
on many different machines.
- swig-2.0.10-5.el7 - Connects C/C++/Objective C to some high-level programming languages
- Simplified Wrapper and Interface Generator (SWIG) is a software
development tool for connecting C, C++ and Objective C programs with a
variety of high-level programming languages. SWIG is primarily used
with Perl, Python and Tcl/TK, but it has also been extended to Java,
Eiffel and Guile. SWIG is normally used to create high-level
interpreted programming environments, systems integration, and as a
tool for building user interfaces
- symlinks-1.4-10.el7 - A utility which maintains a system's symbolic links
- The symlinks utility performs maintenance on symbolic links. Symlinks
checks for symlink problems, including dangling symlinks which point
to nonexistent files. Symlinks can also automatically convert
absolute symlinks to relative symlinks.
Install the symlinks package if you need a program for maintaining
symlinks on your system.
- sysbench-1.0.17-2.el7 - System performance benchmark
- SysBench is a modular, cross-platform and multi-threaded benchmark
tool for evaluating OS parameters that are important for a system
running a database under intensive load.
The idea of this benchmark suite is to quickly get an impression about
system performance without setting up complex database benchmarks or
even without installing a database at all. Current features allow to
test the following system parameters:
- file I/O performance
- scheduler performance
- memory allocation and transfer speed
- POSIX threads implementation performance
- database server performance (OLTP benchmark)
Primarily written for MySQL server benchmarking, SysBench will be
further extended to support multiple database backends, distributed
benchmarks and third-party plug-in modules.
- system-config-firewall-base-1.2.29-10.el7 - system-config-firewall base components and command line tool
- Base components of system-config-firewall with lokkit, the command line tool
for basic firewall setup.
- system-config-firewall-tui-1.2.29-10.el7 - A text interface for basic firewall setup
- system-config-firewall-tui is a text user interface for basic firewall setup.
- systemd-219-78.el7_9.7 - A System and Service Manager
- systemd is a system and service manager for Linux, compatible with
SysV and LSB init scripts. systemd provides aggressive parallelization
capabilities, uses socket and D-Bus activation for starting services,
offers on-demand starting of daemons, keeps track of processes using
Linux cgroups, supports snapshotting and restoring of the system
state, maintains mount and automount points and implements an
elaborate transactional dependency-based service control logic. It can
work as a drop-in replacement for sysvinit.
- systemd-libs-219-78.el7_9.7 - systemd libraries
- Libraries for systemd and udev, as well as the systemd PAM module.
- systemd-python-219-78.el7_9.7 - Python 2 bindings for systemd
- This package contains bindings which allow Python 2 programs to use
systemd APIs
- systemd-sysv-219-78.el7_9.7 - SysV tools for systemd
- SysV compatibility tools for systemd
- systemtap-4.0-13.el7 - Programmable system-wide instrumentation system
- SystemTap is an instrumentation system for systems running Linux.
Developers can write instrumentation scripts to collect data on
the operation of the system. The base systemtap package contains/requires
the components needed to locally develop and execute systemtap scripts.
- systemtap-client-4.0-13.el7 - Programmable system-wide instrumentation system - client
- This package contains/requires the components needed to develop
systemtap scripts, and compile them using a local systemtap-devel
or a remote systemtap-server installation, then run them using a
local or remote systemtap-runtime. It includes script samples and
documentation, and a copy of the tapset library for reference.
- systemtap-devel-4.0-13.el7 - Programmable system-wide instrumentation system - development headers, tools
- This package contains the components needed to compile a systemtap
script from source form into executable (.ko) forms. It may be
installed on a self-contained developer workstation (along with the
systemtap-client and systemtap-runtime packages), or on a dedicated
remote server (alongside the systemtap-server package). It includes
a copy of the standard tapset library and the runtime library C files.
- systemtap-runtime-4.0-13.el7 - Programmable system-wide instrumentation system - runtime
- SystemTap runtime contains the components needed to execute
a systemtap script that was already compiled into a module
using a local or remote systemtap-devel installation.
- systemtap-sdt-devel-4.0-13.el7 - Static probe support tools
- This package includes the header file used for static
instrumentation compiled into userspace programs and libraries, along
with the optional dtrace-compatibility preprocessor to process related
.d files into tracing-macro-laden .h headers.
- sysvinit-tools-2.88-14.dsf.el7 - Tools used for process and utmp management.
- The sysvinit-tools package contains various tools used for process
management.
- t1lib-5.1.2-14.el7 - PostScript Type 1 font rasterizer
- T1lib is a rasterizer library for Adobe Type 1 Fonts. It supports
rotation and transformation, kerning underlining and antialiasing. It
does not depend on X11, but does provides some special functions for
X11.
AFM-files can be generated from Type 1 font files and font subsetting
is possible.
- talk-0.17-46.el7 - Talk client for one-on-one Internet chatting
- The talk package provides client programs for the Internet talk
protocol, which allows you to chat with other users on different
systems. Talk is a communication program which copies lines from one
terminal to the terminal of another user.
Install talk if you'd like to use talk for chatting with users on
different systems.
- talk-server-0.17-46.el7 - The talk server for one-on-one Internet chatting
- The talk-server package provides daemon programs for the Internet talk
protocol, which allows you to chat with other users on different
machines. Talk is a communication program which copies lines from one
terminal to the terminal of another user.
- tar-1.26-35.el7 - A GNU file archiving program
- The GNU tar program saves many files together in one archive and can
restore individual files (or all of the files) from that archive. Tar
can also be used to add supplemental files to an archive and to update
or list files in the archive. Tar includes multivolume support,
automatic archive compression/decompression, the ability to perform
remote archives, and the ability to perform incremental and full
backups.
If you want to use tar for remote backups, you also need to install
the rmt package on the remote box.
- tcl-8.5.13-8.el7 - Tool Command Language, pronounced tickle
- The Tcl (Tool Command Language) provides a powerful platform for
creating integration applications that tie together diverse
applications, protocols, devices, and frameworks. When paired with the
Tk toolkit, Tcl provides a fastest and powerful way to create
cross-platform GUI applications. Tcl can also be used for a variety
of web-related tasks and for creating powerful command languages for
applications.
- tcl-devel-8.5.13-8.el7 - Tcl scripting language development environment
- The Tcl (Tool Command Language) provides a powerful platform for
creating integration applications that tie together diverse
applications, protocols, devices, and frameworks. When paired with the
Tk toolkit, Tcl provides a fastest and powerful way to create
cross-platform GUI applications. Tcl can also be used for a variety
of web-related tasks and for creating powerful command languages for
applications.
The package contains the development files and man pages for tcl.
- tcp_wrappers-7.6-77.el7 - A security tool which acts as a wrapper for TCP daemons
- The tcp_wrappers package provides small daemon programs which can
monitor and filter incoming requests for systat, finger, FTP, telnet,
rlogin, rsh, exec, tftp, talk and other network services.
Install the tcp_wrappers program if you need a security tool for
filtering incoming network services requests.
This version also supports IPv6.
- tcp_wrappers-libs-7.6-77.el7 - Libraries for tcp_wrappers
- tcp_wrappers-libs contains the libraries of the tcp_wrappers package.
- tcpdump-4.9.2-4.el7_7.1 - A network traffic monitoring tool
- Tcpdump is a command-line tool for monitoring network traffic.
Tcpdump can capture and display the packet headers on a particular
network interface or on all interfaces. Tcpdump can display all of
the packet headers, or just the ones that match particular criteria.
Install tcpdump if you need a program to monitor network traffic.
- tcsh-6.18.01-17.el7_9.1 - An enhanced version of csh, the C shell
- Tcsh is an enhanced but completely compatible version of csh, the C
shell. Tcsh is a command language interpreter which can be used both
as an interactive login shell and as a shell script command processor.
Tcsh includes a command line editor, programmable word completion,
spelling correction, a history mechanism, job control and a C language
like syntax.
- telnet-0.17-66.el7 - The client program for the Telnet remote login protocol
- Telnet is a popular protocol for logging into remote systems over the
Internet. The package provides a command line Telnet client
- tidy-5.4.0-1.el7 - Utility to clean up and pretty print HTML/XHTML/XML
- When editing HTML it's easy to make mistakes. Wouldn't it be nice if
there was a simple way to fix these mistakes automatically and tidy up
sloppy editing into nicely laid out markup? Well now there is! Dave
Raggett's HTML TIDY is a free utility for doing just that. It also
works great on the atrociously hard to read markup generated by
specialized HTML editors and conversion tools, and can help you
identify where you need to pay further attention on making your pages
more accessible to people with disabilities.
- time-1.7-45.el7 - A GNU utility for monitoring a program's use of system resources
- The GNU time utility runs another program, collects information about
the resources used by that program while it is running, and displays
the results.
- tk-8.5.13-6.el7 - The graphical toolkit for the Tcl scripting language
- When paired with the Tcl scripting language, Tk provides a fast and powerful
way to create cross-platform GUI applications.
- tk-devel-8.5.13-6.el7 - Tk graphical toolkit development files
- When paired with the Tcl scripting language, Tk provides a fast and powerful
way to create cross-platform GUI applications.
The package contains the development files and man pages for tk.
- tmate-2.2.1-8.el7 - Instant terminal sharing
- Tmate is a fork of tmux providing an instant pairing solution.
- tmpwatch-2.11-6.el7 - A utility for removing files based on when they were last accessed
- The tmpwatch utility recursively searches through specified
directories and removes files which have not been accessed in a
specified period of time. Tmpwatch is normally used to clean up
directories which are used for temporarily holding files (for example,
/tmp). Tmpwatch ignores symlinks, won't switch filesystems and only
removes empty directories and regular files.
- tmux-1.8-4.el7 - A terminal multiplexer
- tmux is a "terminal multiplexer." It enables a number of terminals (or
windows) to be accessed and controlled from a single terminal. tmux is
intended to be a simple, modern, BSD-licensed alternative to programs such
as GNU Screen.
- traceroute-2.0.22-2.el7 - Traces the route taken by packets over an IPv4/IPv6 network
- The traceroute utility displays the route used by IP packets on their
way to a specified network (or Internet) host. Traceroute displays
the IP number and host name (if possible) of the machines along the
route taken by the packets. Traceroute is used as a network debugging
tool. If you're having network connectivity problems, traceroute will
show you where the trouble is coming from along the route.
Install traceroute if you need a tool for diagnosing network connectivity
problems.
- trousers-0.3.14-2.el7 - TCG's Software Stack v1.2
- TrouSerS is an implementation of the Trusted Computing Group's Software Stack
(TSS) specification. You can use TrouSerS to write applications that make use
of your TPM hardware. TPM hardware can create, store and use RSA keys
securely (without ever being exposed in memory), verify a platform's software
state using cryptographic hashes and more.
- tzdata-2023c-1.el7 - Timezone data
- This package contains data files with rules for various timezones around
the world.
- ufw-0.35-9.el7 - Uncomplicated Firewall
- The Uncomplicated Firewall(ufw) is a front-end for netfilter, which
aims to make it easier for people unfamiliar with firewall concepts.
Ufw provides a framework for managing netfilter as well as
manipulating the firewall.
- unzip-6.0-24.el7_9 - A utility for unpacking zip files
- The unzip utility is used to list, test, or extract files from a zip
archive. Zip archives are commonly found on MS-DOS systems. The zip
utility, included in the zip package, creates zip archives. Zip and
unzip are both compatible with archives created by PKWARE(R)'s PKZIP
for MS-DOS, but the programs' options and default behaviors do differ
in some respects.
Install the unzip package if you need to list, test or extract files from
a zip archive.
- upower-0.99.7-1.el7 - Power Management Service
- UPower (formerly DeviceKit-power) provides a daemon, API and command
line tools for managing power devices attached to the system.
- urw-base35-bookman-fonts-20170801-10.el7 - URW Bookman font family [part of Level 2 Core Font Set]
- This package contains URW Bookman font family,
which is part of Level 2 Core Font Set.
The Level 2 Core Font Set is a PostScript specification of 35 base fonts that
can be used with any PostScript file. In Fedora, these fonts are provided freely
by (URW)++ company, and are mainly utilized by applications using Ghostscript.
- urw-base35-c059-fonts-20170801-10.el7 - C059 font family [part of Level 2 Core Font Set]
- This package contains C059 font family,
which is part of Level 2 Core Font Set.
The Level 2 Core Font Set is a PostScript specification of 35 base fonts that
can be used with any PostScript file. In Fedora, these fonts are provided freely
by (URW)++ company, and are mainly utilized by applications using Ghostscript.
- urw-base35-d050000l-fonts-20170801-10.el7 - D050000L font family [part of Level 2 Core Font Set]
- This package contains D050000L font family,
which is part of Level 2 Core Font Set.
The Level 2 Core Font Set is a PostScript specification of 35 base fonts that
can be used with any PostScript file. In Fedora, these fonts are provided freely
by (URW)++ company, and are mainly utilized by applications using Ghostscript.
- urw-base35-fonts-20170801-10.el7 - Core Font Set containing 35 freely distributable fonts from (URW)++
-
The Level 2 Core Font Set is a PostScript specification of 35 base fonts that
can be used with any PostScript file. In Fedora, these fonts are provided freely
by (URW)++ company, and are mainly utilized by applications using Ghostscript.
This meta-package will install all the 35 fonts from the urw-base35-fonts.
- urw-base35-fonts-common-20170801-10.el7 - Common files of the (URW)++ Level 2 Core Font Set
-
The Level 2 Core Font Set is a PostScript specification of 35 base fonts that
can be used with any PostScript file. In Fedora, these fonts are provided freely
by (URW)++ company, and are mainly utilized by applications using Ghostscript.
This package contains the necessary license files for this font set.
- urw-base35-gothic-fonts-20170801-10.el7 - URW Gothic font family [part of Level 2 Core Font Set]
- This package contains URW Gothic font family,
which is part of Level 2 Core Font Set.
The Level 2 Core Font Set is a PostScript specification of 35 base fonts that
can be used with any PostScript file. In Fedora, these fonts are provided freely
by (URW)++ company, and are mainly utilized by applications using Ghostscript.
- urw-base35-nimbus-mono-ps-fonts-20170801-10.el7 - Nimbus Mono PS font family [part of Level 2 Core Font Set]
- This package contains Nimbus Mono PS font family,
which is part of Level 2 Core Font Set.
The Level 2 Core Font Set is a PostScript specification of 35 base fonts that
can be used with any PostScript file. In Fedora, these fonts are provided freely
by (URW)++ company, and are mainly utilized by applications using Ghostscript.
- urw-base35-nimbus-roman-fonts-20170801-10.el7 - Nimbus Roman font family [part of Level 2 Core Font Set]
- This package contains Nimbus Roman font family,
which is part of Level 2 Core Font Set.
The Level 2 Core Font Set is a PostScript specification of 35 base fonts that
can be used with any PostScript file. In Fedora, these fonts are provided freely
by (URW)++ company, and are mainly utilized by applications using Ghostscript.
- urw-base35-nimbus-sans-fonts-20170801-10.el7 - Nimbus Sans font family [part of Level 2 Core Font Set]
- This package contains Nimbus Sans font family,
which is part of Level 2 Core Font Set.
The Level 2 Core Font Set is a PostScript specification of 35 base fonts that
can be used with any PostScript file. In Fedora, these fonts are provided freely
by (URW)++ company, and are mainly utilized by applications using Ghostscript.
- urw-base35-p052-fonts-20170801-10.el7 - P052 font family [part of Level 2 Core Font Set]
- This package contains P052 font family,
which is part of Level 2 Core Font Set.
The Level 2 Core Font Set is a PostScript specification of 35 base fonts that
can be used with any PostScript file. In Fedora, these fonts are provided freely
by (URW)++ company, and are mainly utilized by applications using Ghostscript.
- urw-base35-standard-symbols-ps-fonts-20170801-10.el7 - Standard Symbols PS font family [part of Level 2 Core Font Set]
- This package contains Standard Symbols PS font family,
which is part of Level 2 Core Font Set.
The Level 2 Core Font Set is a PostScript specification of 35 base fonts that
can be used with any PostScript file. In Fedora, these fonts are provided freely
by (URW)++ company, and are mainly utilized by applications using Ghostscript.
- urw-base35-z003-fonts-20170801-10.el7 - Z003 font family [part of Level 2 Core Font Set]
- This package contains Z003 font family,
which is part of Level 2 Core Font Set.
The Level 2 Core Font Set is a PostScript specification of 35 base fonts that
can be used with any PostScript file. In Fedora, these fonts are provided freely
by (URW)++ company, and are mainly utilized by applications using Ghostscript.
- usermode-1.111-6.el7 - Tools for certain user account management tasks
- The usermode package contains the userhelper program, which can be
used to allow configured programs to be run with superuser privileges
by ordinary users.
- ustr-1.0.4-16.el7 - String library, very low memory overhead, simple to import
- Micro string library, very low overhead from plain strdup() (Ave. 44% for
0-20B strings). Very easy to use in existing C code. At it's simplest you can
just include a single header file into your .c and start using it.
This package also distributes pre-built shared libraries.
- util-linux-2.23.2-65.el7_9.1 - A collection of basic system utilities
- The util-linux package contains a large variety of low-level system
utilities that are necessary for a Linux system to function. Among
others, Util-linux contains the fdisk configuration tool and the login
program.
- vim-common-7.4.629-8.el7_9 - The common files needed by any version of the VIM editor
- VIM (VIsual editor iMproved) is an updated and improved version of the
vi editor. Vi was the first real screen-based editor for UNIX, and is
still very popular. VIM improves on vi by adding new features:
multiple windows, multi-level undo, block highlighting and more. The
vim-common package contains files which every VIM binary will need in
order to run.
If you are installing vim-enhanced or vim-X11, you'll also need
to install the vim-common package.
- vim-enhanced-7.4.629-8.el7_9 - A version of the VIM editor which includes recent enhancements
- VIM (VIsual editor iMproved) is an updated and improved version of the
vi editor. Vi was the first real screen-based editor for UNIX, and is
still very popular. VIM improves on vi by adding new features:
multiple windows, multi-level undo, block highlighting and more. The
vim-enhanced package contains a version of VIM with extra, recently
introduced features like Python and Perl interpreters.
Install the vim-enhanced package if you'd like to use a version of the
VIM editor which includes recently added enhancements like
interpreters for the Python and Perl scripting languages. You'll also
need to install the vim-common package.
- vim-filesystem-7.4.629-8.el7_9 - VIM filesystem layout
- This package provides some directories which are required by other
packages that add vim files, p.e. additional syntax files or filetypes.
- vim-minimal-7.4.629-8.el7_9 - A minimal version of the VIM editor
- VIM (VIsual editor iMproved) is an updated and improved version of the
vi editor. Vi was the first real screen-based editor for UNIX, and is
still very popular. VIM improves on vi by adding new features:
multiple windows, multi-level undo, block highlighting and more. The
vim-minimal package includes a minimal version of VIM, which is
installed into /bin/vi for use when only the root partition is
present. NOTE: The online help is only available when the vim-common
package is installed.
- virt-what-1.18-4.el7_9.1 - Detect if we are running in a virtual machine
- virt-what is a shell script which can be used to detect if the program
is running in a virtual machine.
The program prints out a list of "facts" about the virtual machine,
derived from heuristics. One fact is printed per line.
If nothing is printed and the script exits with code 0 (no error),
then it can mean either that the program is running on bare-metal or
the program is running inside a type of virtual machine which we don't
know about or can't detect.
Current types of virtualization detected:
- aws Amazon Web Services cloud guest
- bhyve FreeBSD hypervisor
- docker Docker container
- hyperv Microsoft Hyper-V
- ibm_power-kvm
IBM POWER KVM
- ibm_power-lpar_shared
- ibm_power-lpar_dedicated
IBM POWER LPAR (hardware partition)
- ibm_systemz-*
IBM SystemZ Direct / LPAR / z/VM / KVM
- ldoms Oracle VM Server for SPARC Logical Domains
- linux_vserver
Linux VServer container
- lxc Linux LXC container
- kvm Linux Kernel Virtual Machine (KVM)
- lkvm LKVM / kvmtool
- openvz OpenVZ or Virtuozzo
- ovirt oVirt node
- parallels Parallels Virtual Platform
- powervm_lx86 IBM PowerVM Lx86 Linux/x86 emulator
- qemu QEMU (unaccelerated)
- rhev Red Hat Enterprise Virtualization
- uml User-Mode Linux (UML)
- virtage Hitachi Virtualization Manager (HVM) Virtage LPAR
- virtualbox VirtualBox
- virtualpc Microsoft VirtualPC
- vmm vmm OpenBSD hypervisor
- vmware VMware
- xen Xen
- xen-dom0 Xen dom0 (privileged domain)
- xen-domU Xen domU (paravirtualized guest domain)
- xen-hvm Xen guest fully virtualized (HVM)
- vsftpd-3.0.2-29.el7_9 - Very Secure Ftp Daemon
- vsftpd is a Very Secure FTP daemon. It was written completely from
scratch.
- vzdummy-systemd-el7-1.0-1 - Dummy package to fix systemd initscripts configs
- Dummy package to fix systemd initscripts configs
%setup
- w3m-0.5.3-60.git20230121.el7 - Pager with Web browsing abilities
- The w3m program is a pager (or text file viewer) that can also be used
as a text-mode Web browser. W3m features include the following: when
reading an HTML document, you can follow links and view images using
an external image viewer; its internet message mode determines the
type of document from the header; if the Content-Type field of the
document is text/html, the document is displayed as an HTML document;
you can change a URL description like 'http://hogege.net' in plain
text into a link to that URL.
If you want to display the inline images on w3m, you need to install
w3m-img package as well.
- w3m-img-0.5.3-60.git20230121.el7 - Helper program to display the inline images for w3m
- w3m-img package provides a helper program for w3m to display the inline
images on the terminal emulator in X Window System environments and the
linux framebuffer.
- webmin-2.105-1 - A web-based administration interface for Unix systems.
- A web-based administration interface for Unix systems. Using Webmin you can
configure DNS, Samba, NFS, local/remote filesystems and more using your
web browser.
After installation, enter the URL http://localhost:10000/ into your
browser and login as root with your root password.
- wget-1.14-18.el7_6.1 - A utility for retrieving files using the HTTP or FTP protocols
- GNU Wget is a file retrieval utility which can use either the HTTP or
FTP protocols. Wget features include the ability to work in the
background while you are logged out, recursive retrieval of
directories, file name wildcard matching, remote file timestamp
storage and comparison, use of Rest with FTP servers and Range with
HTTP servers to retrieve files over slow or unstable connections,
support for Proxy servers, and configurability.
- which-2.20-7.el7 - Displays where a particular program in your path is located
- The which command shows the full pathname of a specified program, if
the specified program is in your PATH.
- whois-5.1.1-2.el7 - Improved WHOIS client
- Searches for an object in a RFC 3912 database.
This version of the WHOIS client tries to guess the right server to ask for
the specified object. If no guess can be made it will connect to
whois.networksolutions.com for NIC handles or whois.arin.net for IPv4
addresses and network names.
- xfsprogs-4.5.0-22.el7 - Utilities for managing the XFS filesystem
- A set of commands to use the XFS filesystem, including mkfs.xfs.
XFS is a high performance journaling filesystem which originated
on the SGI IRIX platform. It is completely multi-threaded, can
support large files and large filesystems, extended attributes,
variable block sizes, is extent based, and makes extensive use of
Btrees (directories, extents, free space) to aid both performance
and scalability.
- xinetd-2.3.15-14.el7 - A secure replacement for inetd
- Xinetd is a secure replacement for inetd, the Internet services
daemon. Xinetd provides access control for all services based on the
address of the remote host and/or on time of access and can prevent
denial-of-access attacks. Xinetd provides extensive logging, has no
limit on the number of server arguments, and lets you bind specific
services to specific IP addresses on your host machine. Each service
has its own specific configuration file for Xinetd; the files are
located in the /etc/xinetd.d directory.
- xkeyboard-config-2.24-1.el7 - X Keyboard Extension configuration data
- This package contains configuration data used by the X Keyboard Extension
(XKB), which allows selection of keyboard layouts when using a graphical
interface.
- xorg-x11-apps-7.7-7.el7 - X.Org X11 applications
- A collection of common X Window System applications.
- xorg-x11-font-utils-7.5-21.el7 - X.Org X11 font utilities
- X.Org X11 font utilities required for font installation, conversion,
and generation.
- xorg-x11-proto-devel-2018.4-1.el7 - X.Org X11 Protocol headers
- X.Org X11 Protocol headers
- xorg-x11-server-Xnest-1.20.4-24.el7_9 - A nested server.
- Xnest is an X server which has been implemented as an ordinary
X application. It runs in a window just like other X applications,
but it is an X server itself in which you can run other software. It
is a very useful tool for developers who wish to test their
applications without running them on their real X server.
- xorg-x11-server-common-1.20.4-24.el7_9 - Xorg server common files
- Common files shared among all X servers.
- xorg-x11-server-utils-7.7-20.el7 - X.Org X11 X server utilities
- A collection of utilities used to tweak and query the runtime configuration of
the X server.
- xorg-x11-xauth-1.0.9-1.el7 - X.Org X11 X authority utilities
- xauth is used to edit and display the authorization information
used in connecting to an X server.
- xorg-x11-xbitmaps-1.1.1-6.el7 - X.Org X11 application bitmaps
- X.Org X11 application bitmaps
- xorg-x11-xinit-1.3.4-2.el7 - X.Org X11 X Window System xinit startup scripts
- X.Org X11 X Window System xinit startup scripts
- xorg-x11-xkb-utils-7.7-14.el7 - X.Org X11 xkb utilities
- X.Org X11 xkb core utilities.
- xz-5.2.2-2.el7_9 - LZMA compression utilities
- XZ Utils are an attempt to make LZMA compression easy to use on free (as in
freedom) operating systems. This is achieved by providing tools and libraries
which are similar to use than the equivalents of the most popular existing
compression algorithms.
LZMA is a general purpose compression algorithm designed by Igor Pavlov as
part of 7-Zip. It provides high compression ratio while keeping the
decompression speed fast.
- xz-libs-5.2.2-2.el7_9 - Libraries for decoding LZMA compression
- Libraries for decoding files compressed with LZMA or XZ utils.
- yajl-2.0.4-4.el7 - Yet Another JSON Library (YAJL)
- Yet Another JSON Library. YAJL is a small event-driven
(SAX-style) JSON parser written in ANSI C, and a small
validating JSON generator.
- yum-3.4.3-168.el7.centos - RPM package installer/updater/manager
- Yum is a utility that can check for and automatically download and
install updated RPM packages. Dependencies are obtained and downloaded
automatically, prompting the user for permission as necessary.
- yum-cron-3.4.3-168.el7.centos - Files needed to run yum updates as a cron job
- These are the files needed to run yum updates as a cron job.
Install this package if you want auto yum updates nightly via cron.
- yum-metadata-parser-1.1.4-10.el7 - A fast metadata parser for yum
- Fast metadata parser for yum implemented in C.
- yum-plugin-fastestmirror-1.1.31-54.el7_8 - Yum plugin which chooses fastest repository from a mirrorlist
- This plugin sorts each repository's mirrorlist by connection speed
prior to downloading packages.
- yum-plugin-remove-with-leaves-1.1.31-54.el7_8 - Yum plugin to remove dependencies which are no longer used because of a removal
- This plugin removes any unused dependencies that were brought in by an install
but would not normally be removed. It helps to keep a system clean of unused
libraries and packages.
- yum-plugin-upgrade-helper-1.1.31-54.el7_8 - Yum plugin to help upgrades to the next distribution version
- this plugin allows yum to erase specific packages on install/update based on an additional
metadata file in repositories. It is used to simplify distribution upgrade hangups.
- yum-plugin-verify-1.1.31-54.el7_8 - Yum plugin to add verify command, and options
- This plugin adds the commands verify, verify-all and verify-rpm. There are
also a couple of options. This command works like rpm -V, to verify your
installation.
- yum-utils-1.1.31-54.el7_8 - Utilities based around the yum package manager
- yum-utils is a collection of utilities and examples for the yum package
manager. It includes utilities by different authors that make yum easier and
more powerful to use. These tools include: debuginfo-install,
find-repos-of-install, needs-restarting, package-cleanup, repoclosure,
repodiff, repo-graph, repomanage, repoquery, repo-rss, reposync,
repotrack, show-installed, show-changed-rco, verifytree, yumdownloader,
yum-builddep, yum-complete-transaction, yum-config-manager, yum-debug-dump,
yum-debug-restore and yum-groups-manager.
- zip-3.0-11.el7 - A file compression and packaging utility compatible with PKZIP
- The zip program is a compression and file packaging utility. Zip is
analogous to a combination of the UNIX tar and compress commands and
is compatible with PKZIP (a compression and file packaging utility for
MS-DOS systems).
Install the zip package if you need to compress files using the zip
program.
- zlib-1.2.7-21.el7_9 - The compression and decompression library
- Zlib is a general-purpose, patent-free, lossless data compression
library which is used by many different programs.
- zlib-devel-1.2.7-21.el7_9 - Header files and libraries for Zlib development
- The zlib-devel package contains the header files and libraries needed
to develop programs that use the zlib compression and decompression
library.