Ce contenu n'est pas disponible dans la langue sélectionnée.
5.2 Release Notes
Red Hat Enterprise Linux 5
Release Notes for Red Hat Enterprise Linux 5.2
Abstract
The Release Notes provide high-level coverage of the improvements and additions that have been implemented in Red Hat Enterprise Linux 5.2. For detailed documentation on all changes to Red Hat Enterprise Linux for the 5.2 update, refer to the Technical Notes.
1. Release Notes Updates Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
This section contains information about Red Hat Enterprise Linux 5.2 that did not make it into the Release Notes included in the distribution.
1.1. All Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- Thin Provisioning (also known as "virtual provisioning") will be first released with EMC Symmetrix DMX3 and DMX4. Please refer to the EMC Support Matrix and Symmetrix Enginuity code release notes for further details.
dom0has a system-wide IRQ (interrupt request line) limit of 256, which is consumed as follows:- 3 per physical CPU.
- 1 per guest device (i.e. NIC or block device)
When the IRQ limit is reached, the system will crash. As such, check your IRQ consumption to make sure that the number of guests you create (and their respective block devices) do not exhaust the IRQ limit.To determine how many IRQs you are currently consuming, run the commandgrep Dynamic-irq /proc/interrupts | wc -l.- In
/etc/multipath.conf, settingmax_fdstounlimitedwill prevent themultipathddaemon from starting up properly. As such, you should use a sufficiently high value instead for this setting. - When provisioning guests during installation, the option will not be available. When this occurs, the system will require an additional entitlement, separate from the entitlement used by
dom0.To prevent the consumption of additional entitlements for guests, install therhn-virtualization-commonpackage manually before attempting to register the system to Red Hat Network. virt-managershould not be left running continuously, as its memory use will grow over time. This could cause memory starvation.As such, you should only usevirt-managerwhen needed. When extended use is required, it is advisable to periodically exit and restartvirt-manager.- Network driver
r8169updated to add support for the following devices:- RTL8169sb/8110sb
- RTL8169sc/8110sc
- RTL8168b/8111b
- RTL8101e
- RTL8100e
- The crash utility cannot be used to analyze
kdump-generatedx86_64vmcores using thexen-syms-[release]binary of the Red Hat Enterprise Linux 5.2 kernel. To read these types of vmcores, use the commandcrash --xen_phys_start [address] /boot/xen-syms-[version] vmcoreinstead.To determine the value of[address], run the commandcat /proc/iomem | grep Hypervisor. Something similar to the following output should appear:3ee00000-3fdfffff : Hypervisor code and data
3ee00000-3fdfffff : Hypervisor code and dataCopy to Clipboard Copied! Toggle word wrap Toggle overflow The[address]is the first number in the stated range; in this case, it is 3ee00000. - When installing Red Hat Enterprise Linux 5 on a guest, the guest is configured to explicitly use a temporary installation kernel provided by
dom0. Once installation finishes, it can then use its own bootloader. However, this can only be achieved by forcing the guest's first reboot to be a shutdown.As such, when the button appears at the end of the guest installation, clicking it shuts down the guest, but does not reboot it. This is an expected behavior.Note that when you boot the guest after this it will then use its own bootloader. - Running
rpmbuildon thecompizsource RPM will fail if any KDE orqtdevelopment packages (for example,qt-devel) are installed. This is caused by a bug in thecompizconfiguration script.To work around this, remove any KDE orqtdevelopment packages before attempting to build thecompizpackage from its source RPM. - If your system has either ATI Radeon R500 or R600 graphics card equipped,
firstbootwill not run after installation. The system will go directly to the graphical login screen and skipfirstbootaltogether. If you attempt to runfirstbootmanually (i.e. from a failsafe terminal), the X session will crash.This issue is caused by the driver used by the ATI Radeon R500/R600 hardware. The default driver used by these graphics cards are still in technology preview. To work around this, backup your/etc/X11/xorg.conffile; then, configure X to use the supportedvesadriver instead using the following command:system-config-display --reconfig --set-driver=vesaYou can now runfirstboot. To switch back to your old settings, restore your original/etc/X11/xorg.conf. nfsrootis fully supported in this update. This allows users to run Red Hat Enterprise Linux 5.2 with its root file system (/) mounted via NFS.nfsrootwas originally introduced in Red Hat Enterprise Linux 5 as a subset of the Technology Preview feature Stateless Linux. The full implementation of Stateless Linux remains a Technology Preview.At present,nfsroothas the following restrictions:- Writable directories that hold system files (for example,
/tmp,/var, and/etc) must be replicated for each client and mounted independently with no sharing between clients. To do so, perform the following steps:- Configure the client's root file system to boot in read-only mode. To do so, set
READONLYtoyesin/etc/sysconfig/readonly-root. - Run
cat /etc/rwtabto view a default list of directories and files mounted by each client in the format[type] [path].[type]can be eitherempty(an empty path),dirs(a directory tree that is copied, but is empty), orfiles(a file or directory tree copied intact). - If any other files or directories need to writable but are not in
/etc/rwtab, list them in the same format (i.e.[type] [path]) in a file under/etc/rwtab.d/. You may use any filename for this file.
- SWAP is not supported over NFS.
- SELinux cannot be enabled on
nfsrootclients. In general, Red Hat does not recommend disabling SELinux. As such, customers must carefully consider the security implications of this action.
- Installing Red Hat Enterprise Linux 5.2 on a system with multiple network interfaces and manually specified IPv6 addresses may result in a partially incorrect networking setup. When this occurs, your IPv6 settings will not be visible on the installed system.To work around this, set
NETWORKING_IPV6toyesin/etc/sysconfig/network. Then, restart your network connection using the commandservice network restart. - If your system uses the TSC timer, the
gettimeofdaysystem call may move backwards. This is because of an overflow issue that causes the TSC timer to jump forward significantly in some cases; when this occurs, the TSC timer will correct itself, but will ultimately register a movement backwards in time.This issue is particularly critical for time-sensitive systems, such as those used for transaction systems and databases. As such, if your system needs precision timing, Red Hat strongly recommends that you set the kernel to use another timer (for example, HPET). - The
READ_AHEADsetting in theccissdriver is now removed. Theccissdriver will now use the block layer default of 256. Testing has shown that the settingREAD_AHEAD=1024did not result in a consistent improvement in performance; in some situations, this setting could also cause the system to hang. - When multiple NFSv4 clients are repeatedly competing for read/write access to the same file on the NFS server, it is possible for one or more of those clients to stall for an indefinite period of time waiting for access. This occurs because the standard delay observed when failing to get an access delegation from the server is long enough for the client who currently owns such delegation to return it to the server and claim it back again.
- If your system has
yum-rhn-plugin-0.5.2-5.el5_1.2(or an earlier version) installed, you will be unable to upgrade to Red Hat Enterprise Linux 5.2 throughyum update. To work around this, upgrade youryum-rhn-pluginto the latest version (usingyum update yum-rhn-plugin) before runningyum update. - If your system has an older version of the
gfs2-kmodpackage installed but theyum-kmodpackage is not installed, upgrading from Red Hat Enterprise Linux 5.1 to 5.2 will fail. To prevent this, install the latest version ofyum-kmodfirst (usingyum install yum-kmod) before runningyum update. - Thanks to the help of upstream developers and testing customers, the FS-Cache feature has undergone significant changes in line with upstream FS-Cache implementation. Consequently, the technology preview implementation of FS-Cache in this release is now rendered obsolete.As such, Red Hat does not recommend the usage of FS-Cache. Note that FS-Cache will also be likely disabled for the next minor releases.Red Hat will be focusing on further refining this feature as per upstream specifications. Once an acceptable level of invasiveness and compatibility is reached, FS-Cache will then be re-introduced in Red Hat Enterprise Linux.
- Anaconda cannot access more than 8 SmartArray controllers. If your system has more than 8 such controllers equipped, you will only be able to use storage on the first 8 controllers detected. Anaconda will fail when it attempts to open all other controllers (i.e. the 9th controller and above).Note, however, that these devices will still function properly after installation.
- Firefox is now updated to version 3.0. This update features several fixes and enhancements, most notably:
- Set homepages are now loaded correctly when the Firefox browser window is opened.
- Firefox no longer crashes when you search for the string "do".
- Firefox in 64-bit mode now loads the
extJavaScript library correctly. In previous versions of Firefox, web-based applications that used this library either took too long to load, or were never loaded at all. - A cross-site scripting flaw was discovered in the way Firefox handled the jar:URI scheme. This flaw made it possible for a malicious web site to conduct a scripting attack against the user. This security issue is now fixed in this update.
- Several flaws were discovered in the way Firefox processed certain malformed content. Web sites that contained such content could cause Firefox to crash or even execute arbitrary code as the user running Firefox. This security issue is now fixed in this update.
- A race condition was discovered in the way Firefox set the
window.locationproperty on a web page. With this flaw, it was possible for a web page to set an arbitraryRefererheader; this could lead to a cross-site request forgery (CSRF) attack against websites that rely only on theRefererheader. This security issue is now fixed in this update. - Firefox now renders correctly on laptops equipped with external display.
Note, however, that this update of Firefox is not fully backwards compatible with all JavaScripts or Firefox plugins used today.Also, Red Hat has observed that several large commercial web applications have relied on the presence of some cross-site scripting flaws addressed by this Firefox update. These scripting flaws are described in the following links:Consequently, the use of these commercial web applications may result in some loss of functionality. You can observe this in the presence of additional JavaScript errors in the Firefox Error Console ( => ). Red Hat is currently working with the corresponding vendors to address this. - The updated
ixgbedriver does not support the Intel 82598AT (Copper Pond 10GbE). - Red Hat closely tracks the upstream Open Fabrics Enterprise Distribution (OFED) code base in order to provide a maximal level of enablement for this still evolving technology. As a consequence, Red Hat can only preserve API/ABI compatibility across minor releases to the degree that the upstream project does. This is an exception from the general practice in the development of Red Hat Enterprise Linux.Because of this, applications build on top of the OFED stack (listed below), might require recompilation or even source-level code changes when moving from one minor release of Red Hat Enterprise Linux to a newer one.This generally is not required for other applications, built on the Red Hat Enterprise Linux software stack.The components affected are:
daplcompat-daplibsimibutilsinfiniband-diagslibcxgb3libehcalibibcmlibibcommonlibibmadlibibumadlibibverbslibipathverbslibmlx4libmthcalibneslibrmdacmlibsdpmpi-selectormpitestsmstflintmvapichmvapich2ofed-docsopenibopenib-mstflintopenib-perftestopenib-tvflashopenmpiopensmperftestqlvnictoolsqperfrds-tools(future)srptoolstvflash
1.2. x86 Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- Recording needs to be manually enabled on Dell M4300 and M6300. To do this, perform the following steps:
- Open
alsamixer. - Press Tab to toggle in the field (located at the upper left part of the menu).
- Press the Space bar.
- To verify that recording is enabled, the text above the
ADCMuxfield should displayL R CAPTUR.
1.3. x86-64 Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- Recording needs to be manually enabled on Dell M4300 and M6300. To do this, perform the following steps:
- Open
alsamixer. - Press Tab to toggle in the field (located at the upper left part of the menu).
- Press the Space bar.
- To verify that recording is enabled, the text above the
ADCMuxfield should displayL R CAPTUR.
- On an IBM T61 laptop, Red Hat recommends that you refrain from clicking the
glxgearswindow (whenglxgearsis run). Doing so can lock the system.To prevent this from occurring, disable the tiling feature. To do so, add the following line in theDevicesection of/etc/X11/xorg.conf:Option "Tiling" "0"
Option "Tiling" "0"Copy to Clipboard Copied! Toggle word wrap Toggle overflow - The distribution version of the release notes stated that crash dumping through
kexecandkdumpdid not function reliably with HP Smart Array controllers. As of general availability, this issue is now resolved.
1.4. PowerPC Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- Recording needs to be manually enabled on Dell M4300 and M6300. To do this, perform the following steps:
- Open
alsamixer. - Press Tab to toggle in the field (located at the upper left part of the menu).
- Press the Space bar.
- To verify that recording is enabled, the text above the
ADCMuxfield should displayL R CAPTUR.
- The
setroubleshootddaemon no longer exits with a fault the first timesealertattempts to connect to the daemon.
1.5. ia64 Architecture Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- Recording needs to be manually enabled on Dell M4300 and M6300. To do this, perform the following steps:
- Open
alsamixer. - Press Tab to toggle in the field (located at the upper left part of the menu).
- Press the Space bar.
- To verify that recording is enabled, the text above the
ADCMuxfield should displayL R CAPTUR.
- Running
perftestwill fail if different CPU speeds are detected. As such, you should disable CPU speed scaling before runningperftest. - When the
kdumpkernel is booted, the following error will appear in the boot log:mknod: /tmp/initrd.[numbers]/dev/efirtc: No such file or directory
mknod: /tmp/initrd.[numbers]/dev/efirtc: No such file or directoryCopy to Clipboard Copied! Toggle word wrap Toggle overflow This error results from a malformed request to create theefirtcin an incorrect path. However, the device path in question is also created statically in theinitramfswhen thekdumpservice is started. As such, the run-time creation of the device node is redundant, harmless, and should not affect the performance ofkdump. - The distribution version of the release notes stated that crash dumping through
kexecandkdumpdid not function reliably with HP Smart Array controllers. As of general availability, this issue is now resolved. - Some systems may be unable to boot the
kdumpkernel properly. In such cases, use themachvec=digkernel parameter.
2. Installation-Related Notes Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
This section includes information specific to Anaconda and the installation of Red Hat Enterprise Linux 5.2.
Red Hat Network can install the new and changed packages and upgrade an existing Red Hat Enterprise Linux 5 system. Alternatively, Anaconda can upgrade an existing Red Hat Enterprise Linux 5 system or perform a fresh installation of Red Hat Enterprise Linux 5.2.
Note: upgrading from beta releases of Red Hat Enterprise Linux 5.2 to this GA release is not supported.
Further, although Anaconda provides an option for upgrading from earlier major versions of Red Hat Enterprise Linux to Red Hat Enterprise Linux 5.2, Red Hat does not currently support this. More generally, Red Hat does not support in-place upgrades between any major versions of Red Hat Enterprise Linux. (A major version is denoted by a whole number version change. For example, Red Hat Enteprise Linux 4 and Red Hat Enterprise Linux 5 are both major versions of Red Hat Enterprise Linux.)
In-place upgrades across major releases do not preserve all system settings, services or custom configurations. Consequently, Red Hat strongly recommends fresh installations when upgrading from one major version to another.
2.1. All Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- A version naming issue in the updated
libdhcp6clientmay cause some package upgrades to fail. To work around this, manually remove the Red Hat Enterprise Linux 5.1 version oflibdhcp6clientbefore performing an upgrade to Red Hat Enterprise Linux 5.2. - When installing from CD-ROM or DVD-ROM on a system with an iBFT-configured network device, Anaconda will not include any iBFT-configured storage devices unless networking is configured. To enable networking for the installation, use the command
linux updates=http://[any]at the installation boot prompt. Note that[any]can be replaced with any URL.If your system requires a static IP configuration, use the commandlinux updates=http://[any] ip=[IP address] netmask=[netmask] dns=[dns]. - If you are copying the contents of the Red Hat Enterprise Linux 5 CD-ROMs (in preparation for a network-based installation, for example) be sure to copy the CD-ROMs for the operating system only. Do not copy the
Supplementary CD-ROM, or any of the layered product CD-ROMs, as this will overwrite files necessary for Anaconda's proper operation.The contents of theSupplementary CD-ROMand other layered product CD-ROMs must be installed after Red Hat Enterprise Linux 5.2 is installed. - When installing Red Hat Enterprise Linux 5.2 on a fully virtualized guest, do not use the
kernel-xenkernel. Using this kernel on fully virtualized guests can cause your system to hang.If you are using an Installation Number when installing Red Hat Enterprise Linux 5.2 on a fully virtualized guest, be sure to deselect theVirtualizationpackage group during the installation. TheVirtualizationpackage group option installs thekernel-xenkernel.Note that paravirtualized guests are not affected by this issue. Paravirtualized guests always use thekernel-xenkernel. - If you are using the Virtualized kernel when upgrading from Red Hat Enterprise Linux 5 to 5.2, you must reboot after completing the upgrade. You should then boot the system using the updated Virtualized kernel.The hypervisors of Red Hat Enterprise Linux 5 and 5.2 are not ABI-compatible. If you do not boot the system after upgrading using the updated Virtualized kernel, the upgraded Virtualization RPMs will not match the running kernel.
- When upgrading to Red Hat Enterprise Linux 5.1 or later from Red Hat Enterprise Linux 4.6,
gcc4may cause the upgrade to fail. As such, you should manually remove thegcc4package before upgrading. - The
firstbootlanguage plugin has been removed, as it does not properly and completely reconfigure the system when a new language is selected. - The use of Challenge Handshake Authentication Protocol (CHAP) during installation is not supported. As such, CHAP should only be enabled after installation.If your system boots through an iFBT device, configure CHAP in the iFBT BIOS/firmware setup screen. Your CHAP settings will then be used in the next boot.If your system boots through PXE iSCSI, configure CHAP through
iscsiadm. After configuring, usemkinitrdto ensure that your CHAP settings are used in the next boot.
2.2. PowerPC Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- The minimum RAM required to install Red Hat Enterprise Linux 5.2 is 1GB; the recommended RAM is 2GB. If a machine has less than 1GB RAM, the installation process may hang.Further, PowerPC-based machines that have only 1GB of RAM experience significant performance issues under certain RAM-intensive workloads. For a Red Hat Enterprise Linux 5.2 system to perform RAM-intensive processes optimally, 4GB of RAM is recommended. This ensures the system has the same number of physical pages as was available on PowerPC machines with 512MB of RAM running Red Hat Enterprise Linux 4.5 or earlier.
2.3. ia64 Architecture Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- If your system only has 512MB of RAM, attempting to install Red Hat Enterprise Linux 5.2 may fail. To prevent this, perform a base installation first and install all other packages after the installation finishes.
- Using
yumto install packages from the32-bit Compatibility Layerdisc may fail. If it does, it is because the Red Hat package signing key was not imported into the RPM database. This happens if you have not yet connected to Red Hat Network and obtained updates. To import the key manually, run the following command as root:rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-releaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow Once the Red Hat GPG key is imported, you may now useyumto install packages from the32-bit Compatibility Layerdisc.Note that when installing from this disc, it is advisable to useyuminstead ofrpmto ensure that base OS dependencies are addressed during installation. - When upgrading a large number of packages with
yum update, the update process will take longer to finish than previous versions.
3. Feature Updates Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
3.1. All Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- Systemtap
- Systemtap is a GPL-based infrastructure which simplifies information gathering on a running Linux system. This assists in diagnosis of performance or functional problems. With
systemtap, the tedious and disruptive "instrument, recompile, install, and reboot" sequence is no longer needed to collect diagnostic data.Systemtap is now fully supported. For more information refer to http://sources.redhat.com/systemtap. - iSNS-utils
- The Internet storage name service for Linux (
isns-utils) is now supported. This allows you to register iSCSI and iFCP storage devices on the network.isns-utilsallows dynamic discovery of available storage targets through storage initiators.isns-utilsprovides intelligent storage discovery and management services comparable to those found in fibre-channel networks. This allows an IP network to function in a similar capacity to a storage area network.With its ability to emulate fibre-channel fabric services,isns-utilsallows for seamless integration of IP and fibre-channel networks. In addition,isns-utilsalso provides utilities for managing both iSCSI and fibre-channel devices within the network.For more information aboutisns-utilsspecifications, refer to http://tools.ietf.org/html/rfc4171. For usage instructions, refer to/usr/share/docs/isns-utils-[version]/READMEand/usr/share/docs/isns-utils-[version]/README.redhat.setup. - rsyslog
rsyslogis an enhanced multi-threadedsyslogddaemon that supports the following (among others):- MySQL
- syslog/tcp
- RFC 3195
- permitted sender lists
- filtering on any message part
- more granular output format control
rsyslogis compatible with the stocksysklogd, and can be used as a replacement in most cases. Its advanced features make it suitable for enterprise-class, encryptedsyslogrelay chains; at the same time, its user-friendly interface is designed to make setup easy for novice users.For more information aboutrsyslog, refer to http://www.rsyslog.com/.- Openswan
- Openswan is a free implementation of Internet Protocol Security (IPsec) and Internet Key Exchange (IKE) for Linux. IPsec uses strong cryptography to provide authentication and encryption services. These services allow you to build secure tunnels through untrusted networks. Everything passing through the untrusted network is encrypted by the IPsec gateway machine and decrypted by the gateway at the other end of the tunnel. The resulting tunnel is a virtual private network (VPN).This release of Openswan supports IKEv2 (RFC 4306, 4718) and contains an IKE2 daemon that conforms to IETF RFCs. For more information about Openswan, refer to http://www.openswan.org/.
- Evolution
- The Evolution update for this release now features the following enhancements (among others):
- Bogofilter compatibility for filtering junk mail.
- An option to receive pop-up notifications for new mail.
- Improved performance for downloading messages from a Microsoft Exchange™ server.
- A setup assistant to guide you through both backing up and restoring data and settings.
- Thunderbird
- Thunderbird has been updated to version 2.0.0.12. This update applies the following features (among others):
- Message tags, which help organize email.
- Built-in support for Google Mail and .Mac mail.
- Find-as-you-type, which highlights and filters message text as you type.
- An updated extension system, which provides enhanced security and allows easier extension localization.
For more information about this update, refer to http://www.mozilla.com/en-US/thunderbird/2.0.0.0/releasenotes/. - Password Hashing Using SHA-256/SHA-512
- Password hashing using the SHA-256 and SHA-512 hash functions is now supported.To switch to SHA-256 or SHA-512 on an installed system, run
authconfig --passalgo=sha256 --updateorauthconfig --passalgo=sha512 --update. To configure the hashing method through a GUI, useauthconfig-gtk. Existing user accounts will not be affected until their passwords are changed.For newly installed systems, using SHA-256 or SHA-512 can be configured only for kickstart installations. To do so, use the--passalgo=sha256or--passalgo=sha512options of the kickstart commandauth; also, remove the--enablemd5option if present.If your installation does not use kickstart, useauthconfigas described above. After installation, change all created passwords, including the root password.Appropriate options were also added tolibuser,pam, andshadow-utilsto support these password hashing algorithms.authconfigconfigures necessary options automatically, so it is usually not necessary to modify them manually:- New values of the
crypt_styleoption and new options for bothhash_rounds_minandhash_rounds_maxare now supported in the[defaults]section of/etc/libuser.conf. For more information, refer toman libuser.conf. - New options
sha256,sha512, androundsare now supported by thepam_unixPAM module. For more information, refer to/usr/share/doc/pam-[pam version]/txts/README.pam_unix. - The following new options in
/etc/login.defsare now supported byshadow-utils:ENCRYPT_METHOD— Specifies the encryption methods to be used. Valid values areDES,MD5,SHA256, andSHA512. If this option is defined,MD5_CRYPT_ENABis ignored.SHA_CRYPT_MIN_ROUNDSandSHA_CRYPT_MAX_ROUNDS— Specifies the number of hashing rounds to use ifENCRYPT_METHODis set toSHA256orSHA512. If neither option is set, a default value is chosen byglibc. If only one option is set, the encryption method specifies the number of rounds.If both options are used, they specify an inclusive interval from which the number of rounds is chosen randomly. The selected number of rounds is limited to the inclusive interval [1000, 999999999].
- OFED in comps.xml
- The group
OpenFabrics Enterprise Distributionis now included incomps.xml. This group contains components used for high-performance networking and clustering (for example, InfiniBand and Remote Direct Memory Access).Further, theWorkstationgroup has been removed fromcomps.xmlin the Red Hat Enterprise Linux 5.2 Client version. This group only contained theopenibpackage, which is now part of theOpenFabrics Enterprise Distributiongroup. - system-config-netboot
system-config-netbootis now included in this update. This is a GUI-based tool used for enabling, configuring, and disabling network booting. It is also useful in configuring PXE-booting for network installations and diskless clients.- openmpi
- In order to accommodate the use of compilers other than
gccfor specific applications that use message passing interface (MPI), the following updates have been applied to theopenmpiandlampackages:- MPI installations are now consolidated under a single installation directory. All files can now be found under
/usr/lib(64)/lamand/usr/lib(64)/openmpi/[openmpi version]-[compiler name]. - Version and compiler strings are now included in the
openmpiinstallation path, but not thelaminstallation path. This enables you to install multiple versions ofopenmpi, or install the same version ofopenmpibuilt by different compilers.While this capability allows you to use a version ofopenmpibuilt by another compiler, Red Hat only supports the latest,gcc-compiled version ofopenmpi. openmpiandlamnow usempi-selectorto set which MPI implementation to use at any given time. For more information, refer toman mpi-selectorandman mpi-selector-menu.
Note that when upgrading to this release's version ofopenmpi, you should migrate any default parameters set forlamoropenmpito/usr/lib(64)/lam/etc/and/usr/lib(64)/openmpi/[openmpi version]-[compiler name]/etc/. All configurations for eitheropenmpiorlamshould be set in these directories. - lvm2 Snapshot Volume Warning
lvm2will now warn if a snapshot volume is near its maximum capacity. However, this feature is not enabled by default.To enable this feature, uncomment the following line in/etc/lvm/lvm.conf:snapshot_library = "libdevmapper-event-lvm2snapshot.so"
snapshot_library = "libdevmapper-event-lvm2snapshot.so"Copy to Clipboard Copied! Toggle word wrap Toggle overflow Ensure that thedmeventdsection and its delimiters ({ }) are also uncommented.- bash
bashhas been updated to version 3.2. This version fixes a number of outstanding bugs, most notably:bashman page: updated to reflect the correct behavior of special built-in commands (such aseval,exec, andset. In addition, thebashman page now includes an explanation of the use of aliases in non-interactive scripts.- File descriptors now work as expected; in previous releases,
bashdid not close file descriptors with two or more digits. - A bug in the way
bashhandled certain multi-byte strings is now fixed.
Note that with this update, the output ofulimit -ahas also changed from the Red Hat Enterprise Linux 5.1 version. This may cause a problems with some automated scripts. If you have any scripts that useulimit -aoutput strings, you should revise them accordingly.
3.2. s390x Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- Writing System Data to z/VM Monitor Stream
- It is now possible to write process and file system data to the z/VM monitor stream. This allows you to consolidate more system resource information into a single source for performance monitoring purposes.However, since the appropriate scripts for the services in
/etc/init.dare not available in this release, you need to manually start the daemons for them. To write process utilization data to the z/VM monitor stream, run/usr/sbin/mon_procd. To write file system utilization data to the z/VM monitor stream, run/usr/sbin/mon_fsstatd.
4. Driver Updates Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
4.1. All Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- General Driver/Platform Updates
- Added the necessary PCI IDs to support the Intel E7221 Graphic Controller.
- Added the necessary sub-device IDs to support the PCI-Express icom WAN adapter.
i2c-piix4kernel module is now enabled to support the AMD SBX00 SMBus.- The following kernel configuration flags are now enabled to enhance kernel panic handling for Intelligent Platform Management Interface (IPMI):
CONFIG_IPMI_PANIC_EVENT— when a panic occurs, the IPMI message handler generates an IPMI event describing the panic to each interface registered with the message handler.CONFIG_IPMI_PANIC_STRING— when a panic occurs, OEM events containing the panic string are generated.
In addition to this, IPMI now supports the IBM Bladecenter QS21 and QS22. - The
tlclkdriver is now included to support the Intel MPCBL0050 systems. - Intel Dynamic Acceleration Technology is now supported on Intel Core 2 Duo mobile processors. This allows a core to run at a higher-than-normal frequency when all CPUs (as a whole) are operating below maximum power.
ioatdma: Added the necessary PCI IDs to support the DMA engine used in Unisys ES7000 systems.
- Graphics/Audio
- High-Definition Multimedia Interface (HDMI) audio is now supported on AMD ATI integrated chipsets.
- The Intel Xorg driver now provides enhanced support for i915 (and later) chips. This driver is also the default driver now for such chips. If you prefer to use the older Xorg driver (originally used for i810 chips), replace
Intelwithi810in theDriverline of/etc/X11/xorg.conf(under the"Device"section).Basic runtime multi-head support is provided by theintelXorg driver. Selecting a resolution with the tool (gnome-display-properties) will set that resolution on all connected outputs.Video hotkey support (Fn+F7 on most laptops) in the"intel"Xorg driver will scan all output connectors (including ports for the built-in flat panel on laptops) to determine which of them have monitors attached. All connected output ports will then be enabled.
- Network
bnx2x: driver added to provide support for bcm5710 hardware.tg3: updated to version 3.86. This update enables support for BroadCom 5761 and 5784 devices.sierra: updated to version 1.0.5. This update enables support for additional variants of Sierra Wireless MC8755 and MC8775 chipsets.- In this release, the Intel 82540 – 82547 network cards are supported by the
e1000driver, while the following network cards are supported by thee1000edriver:- Intel 82571 – 82573
- Intel 82562
- Intel 82566
- Intel 80003eslan
In Red Hat Enterprise Linux 5.1, thee1000driver supported all the aforementioned network cards.If your system contains a combination of both types of network cards, ethernet devices may be enumerated in a different order in this release. You may need to modify your network configuration after installation in order to remap each card's hardware address to specific device names if you need to preserve a particular order.Note that properly configured systems should not have device names changed on upgrade. To ensure this, the network configuration files (/etc/sysconfig/network-scripts/ifcfg-[device name]) should contain theHWADDRparameter, binding the device name to a specific hardware address.
- Storage
lpfc: updated to version 8.2.0.22. This update applies severaldevlossfixes, and enables support for the following:- 1, 2, 4, and 8GB auto-rate negotiation.
- FC-SP DH-CHAP Authentication.
- The latest HBAnyware configuration utility, which is also part of the driver master kit. This enables GUI-based driver configuration (including fibre channel and TCP/IP remote storage area network management), diagnostics (loopback and diagnostics dump) and FC-SP/Authentication Diffie-Hellman CHAP (DH-CHAP).
- LPe1250, LPe1252, LPe12000 and LPe12002 (2, 4, and 8Gb capable HBAs).
- NPIV virtual ports.
megaraid_sas: updated to version 3.15. This applies several upstream changes, most notably:- Added the following module parameters:
fast_load: enables the driver to load faster by skipping physical device check.cmd_per_lun: sets the maximum number of commands per logical unit.max_sectors: sets the maximum number of sectors per I/O command.poll_mode_io: enables support for polling (i.e. reduced interrupt operations). Whenpoll_mode_iois set, commands will also be completed from the I/O path.
- Added support for hibernation.
SYNCHRONIZE_CACHEis now blocked by the driver.
aacraid: updated to version 1.1.5-2453. This applies several upstream changes, most notably:- Fixed a bug that caused
aacraidto use an incorrectdmamapping mask during firmware assert recovery. - Added the capability to issue a hardware reset to the adapter via
sysfs. In line with this, the following check features were also added:check_interval— for checking adapter healthupdate_interval— for revising time intervals used by adaptercheck_reset— for blocking adapter checks/resets
- Added a
SYNCHRONIZE_CACHEcall to implement a more effective cache flushing schedule. This helps reduce application stalls resulting from multiple applications issuing I/O commands to the storage device. - Replaced all
if/elsepacket formations with platform function calls. - VPD inquiry pages are now supported. This ensures that when an array is created, the metadata stored on the physical device is issued a unique serial number. This serial number remains constant throughout array morphing or migration to other controllers.
qla2xxx: updated to version 8.02.00-k5. This update toqla2xxxadds support for the following:- EHAFT, a QLogic host bus adapter mechanism that provides activity information about fibre channel devices.
- N_Port ID Virtualization (NPIV), which allows multiple N_Port IDs to share a single physical N_Port. This allows you to tie virtualized guests to fibre-channel identifiers, allowing those guests to migrate between hosts while retaining their access in the storage area network.
- 8GB fibre-channel devices.
This update also applies several improvements provided from upstream.mpt fusion: updated to version 3.04.05. This update provides several changes, most notably:- On-the-fly logging (via the
sysfsshostattribute) is now supported. - Added new
sysfsshostattributes that provide the following:board_nameboard_assemblyboard_tracerunique_idversion_biosversion_fwversion_productversion_mpiversion_nvdata_defaultversion_nvdata_persistentdebug_levelio_delaydevice_delay
task_abortcalls are no longer sent to hidden RAID components and volumes.- Changes related to fibre channel:
- Brocade, a rebranded FC949E fibre channel controller, is now supported.
- Link speeds are now displayed when the driver is loaded and whenever the link speed changes.
- High-priority request queueing is now used instead of the handshake/doorbell system when sending management requests for SAS or fibre channel.
- Changes related to parallel SCSI:
- ATTO UL4D, a rebranded SPI 1030 controller, is now supported.
mptspi_target_destroyis now declared as static.
4.2. x86 Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- General Driver/Platform Updates
- All PCI-X configuration registers (up to 4096 bytes) are now accessible.
- The maximum length of the kernel command line is now 2,048 bytes. To use this increased maximum length, upgrade the
grubpackage. - The following chipsets are now supported through the
EDACdriver:- Intel 3000
- Intel 3010
- Intel 5000 (Greencreek/Blackford)
- The Intel Tolapai chipset (SATA, I2C) is now supported.
- Graphics/Audio
- The Sony/Philips Digital Interconnect Format (S/PDIF) port on the Dell D/Dock Expansion Station is now supported by the Dell M4300 and M6300 Precision Workstations. This allows digital audio output through the S/PDIF port on the Dell D/Dock Expansion Station when either the M4300 or M6300 is docked.
4.3. x86-64 Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- General Driver/Platform Updates
- The maximum length of the kernel command line is now 2,048 bytes. To use this increased maximum length, upgrade the
grubpackage. - The following chipsets are now supported through the
EDACdriver:- Intel 3000
- Intel 3010
- Intel 5000 (Greencreek/Blackford)
- Graphics/Audio
- The Sony/Philips Digital Interconnect Format (S/PDIF) port on the Dell D/Dock Expansion Station is now supported by the Dell M4300 and M6300 Precision Workstations. This allows digital audio output through the S/PDIF port on the Dell D/Dock Expansion Station when either the M4300 or M6300 is docked.
4.4. PowerPC Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- Graphics/Audio
- The Sony/Philips Digital Interconnect Format (S/PDIF) port on the Dell D/Dock Expansion Station is now supported by the Dell M4300 and M6300 Precision Workstations. This allows digital audio output through the S/PDIF port on the Dell D/Dock Expansion Station when either the M4300 or M6300 is docked.
4.5. ia64 Architecture Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- Graphics/Audio
- The Sony/Philips Digital Interconnect Format (S/PDIF) port on the Dell D/Dock Expansion Station is now supported by the Dell M4300 and M6300 Precision Workstations. This allows digital audio output through the S/PDIF port on the Dell D/Dock Expansion Station when either the M4300 or M6300 is docked.
5. Kernel-Related Updates Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
5.1. All Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- Executing binaries with more than 2GB of debug information no longer fails.
- When shutting down a database, all allocated hugepages are now released upon shutdown.
invalidate_mapping_pages()calls no longer cause soft lockups.- A bug that delayed
oomkillfrom launching in a timely fashion (on systems with large memory) is now fixed. - A bug that caused soft lockup warnings when allocating memory on a system with large memory is now fixed.
- 32-bit NFS clients can now correctly process 64-bit inode numbers.
- The kernel now asserts Data Terminal Ready (DTR) signals before printing to serial ports during boot time. DTR assertion is required by some devices. Kernel boot messages are now printed to serial consoles on such devices.
- The kernel parameter
ide0=noprobeno longer causes a kernel panic. - Added a new kernel parameter:
/proc/sys/vm/flush_mmap_pages. This parameter specifies whether or not memory-mapped file pages should be flushed to disk bykupdatewhile the memory map is active. Valid values for this parameter are1(enable memory mapping bykupdate) and0(disable memory mapping bykupdate). The default value for this parameter is1.To configure this parameter, useecho [1 or 0] /proc/sys/vm/flush_mmap_pages. Setting this parameter to0does the following:kupdatewill not flush dirty memory-mapped file pages as long as the memory map is active.- All dirty file pages will be asynchronously flushed to disk only as soon as the memory map is deactivated.
If you set/proc/sys/vm/flush_mmap_pagesto0, it is advisable that you use another application to manually sync memory-mapped pages to disk. - Added a new kernel parameter:
/proc/sys/kernel/sched_interactivity. This parameter allows you to tune the CPU scheduler's interactivity estimator. The interactivity estimator allows interactive processes to acquire more CPU time without causing CPU starvation in other processes.To configure this parameter, useecho [interactivity_level] > /proc/sys/kernel/sched_interactivity, where[interactivity_level]can be any of the following:2— interactivity estimator is fully activated.1— provides a weaker affinity to interactive processes than2, but avoids CPU starvation under certain scheduling patterns.0— any bias or affinity towards interactive processes is disabled.
kprobenow supportskretprobe_blacklist[].- Core dump masking is now supported. This allows a core dump process to skip the shared memory segments of a process when creating a core dump file. This feature also allows you to select whether or not to dump anonymous shared memory for each process.When a process is dumped, all anonymous memory is written to a core file as long as the size of the core file isn't limited. In some cases, you may want to prevent some memory segments (such as huge shared memory) from being dumped. Conversely, you may also want to save file-backed memory segments into a core file, in addition to individual files.For these purposes, you can use
/proc/[pid]/coredump_filterto specify which memory segments of the[pid]process is dumped.coredump_filteris a bitmask of memory types. If a bitmask is set, memory segments of the corresponding memory type are dumped.The following memory types are supported:0x0— anonymous private memory0x1— anonymous shared memory0x2— file-backed private memory0x3— file-backed shared memory
To set a bitmask for[pid], simplyechothe corresponding bitmask to/proc/[pid]/coredump_filter. For example, to prevent a dump of all shared memory segments attached to process 1111, use:echo 0x1 > /proc/1111/coredump_filterThe default value ofcoredump_filteris0x3, which specifies that all anonymous memory segments are dumped. Also, note that regardless of the bitmask status, MMIO pages (such as frame buffers) are never dumped and vDSO pages are always dumpedWhen a new process is created, the process inherits the bitmask status from its parent. As such, Red Hat recommends that you set upcoredump_filterbefore the program runs. To do so,echothe desired bitmask to/proc/self/coredump_filterbefore running the program. auditcan now trace and display per-session user activity.- REV UDF file sizes larger than 1GB are now supported.
- Lock contention tracing and
lockdepare now supported. These features provide in-depth information about spinlocks held in the kernel, which in turn help developers in driver debugging. - The enumeration order of PCI devices has changed on several platforms to have NICs appear in the order they are labeled on the chassis and how the BIOS numbers them. The affected platforms are as follows:
- Dell PowerEdge R900
- HP ProLiant DL385 G2
- HP ProLiant DL585 G2
- HP Proliant DL580 G5
Note that this change affects new installations only. If you prefer the old enumeration order, use the kernel parameterpci=nobfsort. - You can now determine the resource limit (
rlimit) of a process. To do so, runcat /proc/[pid]/limits. - The maximum soft lockup timeout is now increased from 60 seconds to 300 seconds for systems that have a large number of CPUs. A soft lockup occurs when a CPU reports a memory starvation while it is unable to access a memory node accessed by other CPUs.In this release, you can also adjust the trigger limit for soft lockup warnings. To do so, use the following command (as root):
echo [time] > /proc/sys/kernel/softlockup_threshReplace[time]with the desired number of seconds before a soft lockup warning should be triggered. By default, this value is set to 10 (seconds). show_mem()output now includes the total number of pagecache pages.- MSI-X is no longer enabled by default. To enable MSI-X, use the kernel module parameter
ql2xenablemsix.
5.2. PowerPC Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
oprofilenow supports the Cell Broadband Engine. Note, however, that fulloprofilesupport is available only for the PPU code in this release.For the SPU code, symbol-based profiling is not supported.
5.3. ia64 Architecture Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- Added support for Corrected Machine Check Interrupt (CMCI) on hot-added CPUs.
6. Virtualization Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
This section contains information about updates made to Red Hat Enterprise Linux suite of Virtualization tools.
6.1. All Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- Enhancements/Updates
- Running 16 cores or more using AMD Rev F processors no longer results in system resets when performing fully-virtualized guest installations.
- On an AMD NPT system used as a PAE host, guests can now have more than 4GB of memory.Note that nested paging can only translate 32-bit guest virtual addresses. This is because of a hardware feature that exists only in 32-bit physical address extensions (PAE).
- When entering the second stage of a Windows™ Server 2003 installation, you no longer need to manually edit
/etc/xen/[name of guest machine]to continue. The current user interface now allows you to change media on CD-ROMs attached to the guest. - The Virtual Machine Manager (
virt-manager) included in this release now allows users to specify kernel boot parameters to the paravirtualized guest installer. - During the lifetime of
dom0, you can now create guests (i.e.xm create) more than 32,750 times. - When using
virt-managerto add disks to an existing guest, duplicate entries are no longer created in the guest's/etc/xen/[domain name]configuration file.
- Known Issues
- Paravirtualized guests can only have a maximum of 16 disk devices.
- Repeated live migration of paravirtualized guests between two hosts may cause one host to panic. If a host is rebooted after migrating a guest out of the system and before migrating the same guest back, the panic will not occur.
- If a system configured for
kdumpencounters a kernel panic while an IDE device is performing I/O, the system may be unable to successfully boot into thekdumpenvironment. This occurs if the IDE device is controlled by a device driver other thanlibata, and is caused by a bug in the IDE/ATA driver stack.To work around this, use thekdumpcommand-line argumenthd[X]=noprobefor storage devices andhd[X]=cdromfor optical drives, where[X]is the device identifier. Either command-line argument should be added toKDUMP_COMMANDLINE_APPENDin/etc/sysconfig/kdump.
6.2. x86 Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- Known Issues
- Migrating paravirtualized guests through
xm migrate [domain] [dom0 IP address]does not work. - When installing Red Hat Enterprise Linux 5 on a fully virtualized SMP guest, the installation may freeze. This can occur when the host (
dom0) is running Red Hat Enterprise Linux 5.2.To prevent this, set the guest to use a single processor using the install. You can do this by using the--vcpus=1option invirt-install. Once the installation is completed, you can set the guest to SMP by modifying the allocatedvcpusin virt-manager.
6.3. x86-64 Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- Enhancements/Updates
- The hypervisor can now support up to 512GB of memory. To ensure that the system properly detects and uses this much memory, boot the virtualized kernel with the parameter
xenheap_megabytes=64.For systems that use Non-Uniform Memory Access (NUMA), Red Hat recommends that you use the parameterdom0_mem=512m. Note that this can be set to a maximum of 120GB (dom0_mem=120gb). - You can now run paravirtualized 32-bit guests on 64-bit hosts. This capability is now included as a technology preview. Note that the ability to save, restore, and migrate paravirtualized 32-bit guests on 64-bit hosts is not functional, and as such should not be attempted.
- Known Issues
- Migrating paravirtualized guests through
xm migrate [domain] [dom0 IP address]does not work. - Creating a guest more than 1,000 times will cause
dom0to reboot suddenly. Red Hat recommends that you pre-empt this by rebootingdom0before the domain ID of any guest reaches 1000. - Installing the Virtualization feature may cause awarning on HP systems with model numbers xw9300 and xw9400.
time went backwards
time went backwardsCopy to Clipboard Copied! Toggle word wrap Toggle overflow To work around this issue for xw9400 machines, configure the BIOS settings to enable the HPET timer. Note that this option is not available on xw9300 machines. - Installing Red Hat Enterprise Linux 3.9 on a fully virtualized guest may be extremely slow. In addition, booting up the guest after installation may result in
hda: lost interrupterrors.To avoid this bootup error, configure the guest to use the SMP kernel. - Upgrading a host (
dom0) system to Red Hat Enterprise Linux 5.2 may render existing Red Hat Enterprise Linux 4.5 SMP paravirtualized guests unbootable. This is more likely to occur when the host system has more than 4GB of RAM.To work around this, boot each Red Hat Enterprise Linux 4.5 guest in single CPU mode and upgrade its kernel to the latest version (for Red Hat Enterprise Linux 4.5.z).
6.4. ia64 Architecture Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- Enhancements/Updates
- When attempting to create a fully-virtualized guest, the hypervisor no longer hangs due to memory shortage when a large amount of memory is allocated to the guest. This version of the hypervisor automatically takes care of allocating needed memory for hypervisor overhead.
- Virtualization on this architecture can now support guests with RAM beyond 65,434 MB.
- By default, the Itanium
dom0virtualized kernel can now boot with up to 4 CPUs and a maximum system memory of 4GB. In previous releases, the Itaniumdom0virtualized kernel only booted with 1 CPU and a maximum system memory of 500MB by default.In addition to this, the Itaniumdom0virtualized kernel allocates as much system memory as it can (up to the 4GB maximum by default, or up to the maximum amount specified with thedom0_mem=parameter) while avoiding memory starvation on the hypervisor.
- Known Issues
- Migrating paravirtualized guests through
xm migrate [domain] [dom0 IP address]does not work. - Creating a guest more than 1,000 times will cause
dom0to reboot suddenly. Red Hat recommends that you pre-empt this by rebootingdom0before the domain ID of any guest reaches 1000. - If you encounter a guest installation failure, Red Hat recommends that you restart the
xenddaemon before attempting to install a new guest. - On some Itanium systems configured for console output to VGA, the
dom0virtualized kernel may fail to boot. This is because the virtualized kernel failed to properly detect the default console device from the Extensible Firmware Interface (EFI) settings.When this occurs, add the boot parameterconsole=ttyto the kernel boot options in/boot/efi/elilo.conf. - On some Itanium systems (such as the Hitachi Cold Fusion 3e), the serial port cannot be detected in
dom0when VGA is enabled by the EFI Maintenance Manager. As such, you need to supply the following serial port information to thedom0kernel:- Speed in bits/second
- Number of data bits
- Parity
io_baseaddress
These details must be specified in theappend=line of thedom0kernel in/boot/efi/elilo.conf. For example:append="com1=19200,8n1,0x3f8—quiet rhgb console=tty0 console=ttyS0,19200n8"In this example,com1is the serial port,19200is the speed (in bits/second),8n1specifies the number of data bits/parity settings, and0x3f8is theio_baseaddress. - Virtualization does not work on architectures that use NUMA. As such, installing the virtualized kernel on systems that use NUMA will result in a boot failure.Some installation numbers install the virtualized kernel by default. If you have such an installation number and your system uses NUMA (or cannot disable NUMA), deselect the Virtualization option during installation.
- Currently, live migration of fully virtualized guests is not supported on this architecture. In addition,
kexecandkdumpare also not supported for virtualization on this architecture.
7. Technology Previews Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
Technology Preview features are currently not supported under Red Hat Enterprise Linux subscription services, may not be functionally complete, and are generally not suitable for production use. However, these features are included as a customer convenience and to provide the feature with wider exposure.
Customers may find these features useful in a non-production environment. Customers are also free to provide feedback and functionality suggestions for a Technology Preview feature before it becomes fully supported. Erratas will be provided for high-severity security issues.
During the development of a Technology Preview feature, additional components may become available to the public for testing. It is the intention of Red Hat to fully support Technology Preview features in a future release.
7.1. All Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- ALUA Mode on EMC Clariion
- Explicit active-passive failover (ALUA) mode using
dm-multipathon EMC Clariion storage is now available. This mode is provided as per T10 specifications, but is provided in this release only as a technology preview.For more information about T10, refer to http://www.t10.org. - radeon_tp
- The
radeon_tpdriver is now included in this release as a Technology Preview. This driver enables the ATI R500/R600 chipsets.This driver also features the following capabilities:- Modesetting on R500/R600 chipsets
- 2D acceleration on R500 chipsets
- Shadow framebuffer acceleration on R600 chipsets
- FreeIPMI
- FreeIPMI is now included in this update as a Technology Preview. FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software, along with a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards.For more information about FreeIPMI, refer to http://www.gnu.org/software/freeipmi/
- Frysk
- The goal of the
fryskproject is to create an intelligent, distributed, always-on system monitoring and debugging tool that allows developers and system administrators to:- monitor running processes and threads (including creation and destruction events)
- monitor the use of locking primitives
- expose deadlocks
- gather data
- debug any given process by choosing it from a list or allowing
fryskto open a source code (or other) window on a process that is crashing or misbehaving
This updated version offryskincludes the following new utilities:fauxvfdebuginfofdebugrpmferrorfexefmaps
In addition,ftracecan now perform signal and function symbol tracing. In previous releases,ftracecould only perform system call tracing.fryskwas introduced in Red Hat Enterprise Linux 5, and is still included in this release as a Technology Preview. For more information aboutfrysk, refer to http://sources.redhat.com/frysk/. - TrouSerS and tpm-tools
- TrouSerS and
tpm-toolsare included in this release to enable use of Trusted Platform Module (TPM) hardware.TPM hardware features include (among others):- Creation, storage, and use of RSA keys securely (without being exposed in memory)
- Verification of a platform's software state using cryptographic hashes
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 TPM hardware.tpm-toolsis a suite of tools used to manage and utilize TPM hardware.For more information about TrouSerS, refer to http://trousers.sourceforge.net/. - eCryptfs
eCryptfsis a stacked cryptographic file system for Linux. It mounts on individual directories in existing mounted lower file systems such as EXT3; there is no need to change existing partitions or file systems in order to start usingeCryptfs.eCryptfsstores cryptographic metadata in the header of each file written to the lower file system. This enables you to copy encrypted files between hosts or directly onto backup media. Files encrypted and copied in this manner can be decrypted with the proper key.This release's version ofeCryptfsprovides several key management options, including protection based on passphrases and public keys. Below is a list of other fully functional features:- Interactive and non-interactive mounting.
- Compatibility with SELinux.
- Cryptographic metadata storage in both
xattrsand file headers.
At present, the following issues still exist witheCryptfs:direct_IOis not implemented.- Complex I/O patterns within the
mmapimplementation ineCryptfsmay cause data corruption in some cases. eCryptfscannot be used for root file systems.
For more information abouteCryptfs, refer to http://ecryptfs.sf.net. You can also refer to http://ecryptfs.sourceforge.net/README and http://ecryptfs.sourceforge.net/ecryptfs-faq.html for basic setup information.- GFS2
- GFS2 is an incremental advancement of GFS. This update applies several significant improvements that require a change to the on-disk file system format. GFS file systems can be converted to GFS2 using the utility
gfs2_convert, which updates the metadata of a GFS file system accordingly.While much improved since its introduction in Red Hat Enterprise Linux 5, GFS2 remains a Technology Preview. Benchmark tests indicate faster performance on the following:- heavy usage in a single directory and faster directory scans (Postmark benchmark)
- synchronous I/O operations (
fstestbenchmark test indicates improved performance for messaging applications like TIBCO) - cached reads, as there is no longer any locking overhead
- direct I/O to preallocated files
- NFS file handle lookups
df, as allocation information is now cached
In addition, GFS2 also features the following changes:- journals are now plain (though hidden) files instead of metadata. Journals can now be dynamically added as additional servers mount a file system.
- quotas are now enabled and disabled by the mount option
quota=<on|off|account> quiesceis no longer needed on a cluster to replay journals for failure recovery- nanosecond timestamps are now supported
- similar to ext3, GFS2 now supports the
data=orderedmode - attribute settings
lsattr()andchattr()are now supported via standardioctl() - file system sizes above 16TB are now supported
- GFS2 is a standard file system, and can be used in non-clustered configurations
- Stateless Linux
- Stateless Linux is a new way of thinking about how a system should be run and managed, designed to simplify provisioning and management of large numbers of systems by making them easily replaceable. This is accomplished primarily by establishing prepared system images which get replicated and managed across a large number of stateless systems, running the operating system in a read-only manner (refer to
/etc/sysconfig/readonly-rootfor more details).In its current state of development, the Stateless features are subsets of the intended goals. As such, the capability remains as Technology Preview.Red Hat recommends that those interested in testing stateless code read the HOWTO at http://fedoraproject.org/wiki/StatelessLinux/HOWTO and join stateless-list@redhat.com.The enabling infrastructure pieces for Stateless Linux were originally introduced in Red Hat Enterprise Linux 5. - AIGLX
- AIGLX is a Technology Preview feature of the otherwise fully supported X server. It aims to enable GL-accelerated effects on a standard desktop. The project consists of the following:
- A lightly modified X server.
- An updated Mesa package that adds new protocol support.
By installing these components, you can have GL-accelerated effects on your desktop with very few changes, as well as the ability to enable and disable them at will without replacing your X server. AIGLX also enables remote GLX applications to take advantage of hardware GLX acceleration. - iSCSI Target
- The Linux target (tgt) framework allows a system to serve block-level SCSI storage to other systems that have a SCSI initiator. This capability is being initially deployed as a Linux iSCSI target, serving storage over a network to any iSCSI initiator.To set up the iSCSI target, install the
scsi-target-utilsRPM and refer to the instructions in:/usr/share/doc/scsi-target-utils-[version]/README/usr/share/doc/scsi-target-utils-[version]/README.iscsi
Replace[version]with the corresponding version of the package installed.For more information, refer toman tgtadm. - FireWire
- The
firewire-sbp2module is still included in this update as a Technology Preview. This module enables connectivity with FireWire storage devices and scanners.At present, FireWire does not support the following:- IPv4
- pcilynx host controllers
- multi-LUN storage devices
- non-exclusive access to storage devices
In addition, the following issues still exist in FireWire:- a memory leak in the
SBP2driver may cause the machine to become unresponsive. - a code in this version does not work properly in big-endian machines. This could lead to unexpected behavior in PowerPC.
7.2. x86 Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- mac80211 802.11a/b/g WiFi protocol stack (mac80211)
- The mac80211 stack (formerly known as the devicescape/d80211 stack) enables the
iwlwifi 4965GNwireless driver for Intel Wifi Link 4965 hardware. This stack allows certain wireless devices to connect to any Wi-Fi network.Although the stack is already accepted upstream, the stability of this stack is yet to be verified through testing. As such, this stack is included in this release as a Technology Preview.
7.3. x86-64 Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- mac80211 802.11a/b/g WiFi protocol stack (mac80211)
- The mac80211 stack (formerly known as the devicescape/d80211 stack) enables the
iwlwifi 4965GNwireless driver for Intel Wifi Link 4965 hardware. This stack allows certain wireless devices to connect to any Wi-Fi network.Although the stack is already accepted upstream, the stability of this stack is yet to be verified through testing. As such, this stack is included in this release as a Technology Preview.
8. Resolved Issues Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
8.1. All Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- Netapp devices can now complete failback (after a previously-failed path is restored) within a reasonable time with the default
dm-multipathconfiguration. system-config-kickstartnow supports package selection through the Red Hat Network plugin.kudzucan now properly parseifcfg-*files that contain quotes around theHWADDRorSUBCHANNELSparameters. In addition, if a device'sHWADDRis not specified,kudzuno longer modifies network configurations when the device is changed.- Running
netstatwith the-A inetor-A inet6option (on a system wheresctpwas not added to the kernel) no longer terminates abnormally. Note, however, thatnetstatwill display the following warning message when invoked with the-soption:netstat: no support for `AF INET (sctp)' on this system.
netstat: no support for `AF INET (sctp)' on this system.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - The
nohideexport option is no longer required on referral exports (i.e. exports that specify a referral server). For more information on bound mounts, refer toman 5 exports. - The priority callouts of
dm-multipathare now statically compiled and copied onto the memory ofmultipathd. As such,multipathdno longer requires access to the root file system in order to execute priority callouts.This fixes a problem that occurred when runningdm-multipathon devices containing the root file system, which caused such devices to freeze during fibre-channel path faults. partedcan now understand and correctly print out Xen Virtual Device (XVD) partition labels. This allows paravirtualized guests to use thepartedutility. It is no longer necessary to runpartedwithindom0to configure disk partitions on paravirtualized guests.- When upgrading to Red Hat Enterprise Linux 5.2 via Red Hat Network, you no longer need to manually import the redhat-beta key prior to upgrading.
- Systems using the AMD 8132 or HT 1000 chipsets no longer need the
pci=nommconfkernel parameter.Note that the system will still restrict such bridges to using the PortIO CF8/CFC mechanism. However, bridges (including those on the same platform) that respond correctly toMMCONFIGcycles will useMMCONFIG, provided that the platform's BIOS correctly supportsMMCONFIG.However, if you are installing Red Hat Enterprise Linux 5.2 on an HP DC7800, the kernel parameter,pci=nommconf, is still needed. This is because the HP DC7800 is not yet included in theMMCONFblacklist. - Previous versions of Red Hat Enterprise Linux 5 on HP BL860c blade systems could hang during the IP information request stage of installation. When this occurred, you were required to reboot and perform the installation with Ethernet autonegotiation disabled.Red Hat Enterprise Linux 5.2 includes a fix for this issue.
- Gemalto 64K smart cards now use Chip/Smart Card Interface Devices-compliant (CCID-compliant) readers. Previously, this smart card used the built-in e-gate reader, which essentially meant that the card and reader were being inserted at the same time. As a result,
coolkeydid not consistently recognize Gemalto 64K smart cards.With this update,coolkeynow works correctly with Gemalto 64k smart cards.
8.2. x86-64 Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- Systems equipped with Intel graphics cards that have the
XD(execute disable) option disabled no longer crash upon exiting an X session. - Using the
divider=command-line argument now works properly on this architecture. - The Calgary IOMMU chip is now supported by default. As such, the kernel command line option
iommu=calgaryto enable support for this chip is no longer necessary.
8.3. ia64 Architecture Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- Kernel modules such as
e1000andqla2xxxcan now be unloaded while running the virtualized kernel. As such, you no longer need to reboot the system after installing third-party drivers. - The X server no longer attempts to utilize memory regions incompatible to its needs. This fixes a bug that previously caused a Machine Check Abort (MCA) on some Itanium systems.
- A machine check error (which previously resulted in a
dom0reboot) no longer occurs when you attempt to run the virtualized kernel on systems that use the P600 SmartArray controller.
9. Known Issues Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
9.1. All Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- A bug in the updated
/etc/udev/rules.d/50-udev.rulesfile prevents the creation of persistent names for tape devices with numbers higher than 9 in their names. For example, a persistent name will not be created for a tape device with a name ofnst12.To work around this, add an asterisk (*) after each occurrence of the stringnst[0-9]in/etc/udev/rules.d/50-udev.rules. - The
smartctltool cannot properly read SMART parameters from SATA devices. - A bug in previous versions of
openmpiandlammay prevent you from upgrading these packages. This bug manifests in the following error (when attempting to upgradeopenmpiorlam:error: %preun(openmpi-[version]) scriptlet failed, exit status 2
error: %preun(openmpi-[version]) scriptlet failed, exit status 2Copy to Clipboard Copied! Toggle word wrap Toggle overflow As such, you need to manually remove older versions ofopenmpiandlamin order to install their latest versions. To do so, use the followingrpmcommand:rpm -qa | grep '^openmpi-\|^lam-' | xargs rpm -e --noscripts --allmatches - Some controller names (specifically, newer ones) printed by the
ccissdriver are incorrect, and will not match correctly with the names listed in the HP documentation. Theccissfirmware, however, will be able to correctly print the names of each attached controller at boot-time. - When using
dm-multipath, iffeatures "1 queue_if_no_path"is specified in/etc/multipath.confthen any process that issues I/O will hang until one or more paths are restored.To avoid this, setno_path_retry [N]in/etc/multipath.conf(where[N]is the number of times the system should retry a path). When you do, remove thefeatures "1 queue_if_no_path"option from/etc/multipath.confas well. - Enabling multiple installed versions of the same kernel module is not supported. In addition to this, a bug in the way kernel module versions are parsed can sometimes result in enabling an older version of the same kernel module.Red Hat recommends that when you install a newer version of an installed kernel module, you should delete the older one first.
- Executing
kdumpon an IBM Bladecenter QS21 or QS22 configured with NFS root will fail. To avoid this, specify an NFS dump target in/etc/kdump.conf. - IBM T60 laptops will power off completely when suspended and plugged into a docking station. To avoid this, boot the system with the argument
acpi_sleep=s3_bios. - The QLogic iSCSI Expansion Card for the IBM Bladecenter provides both ethernet and iSCSI functions. Some parts on the card are shared by both functions. However, the current
qla3xxxandqla4xxxdrivers support ethernet and iSCSI functions individually. Both drivers do not support the use of ethernet and iSCSI functions simultaneously.Because of this limitation, successive resets (via consecutiveifdown/ifupcommands) may hang the device. To avoid this, allow a 10-second interval after anifupbefore issuing anifdown. Also, allow the same 10-second interval after anifdownbefore issuing anifup. This interval allows ample time to stabilize and re-initialize all functions when anifupis issued. - Laptops equipped with the Cisco Aironet MPI-350 wireless may hang trying to get a DHCP address during any network-based installation using the wired ethernet port.To work around this, use local media for your installation. Alternatively, you can disable the wireless card in the laptop BIOS prior to installation (you can re-enable the wireless card after completing the installation).
- Boot-time logging to
/var/log/boot.logis not available in Red Hat Enterprise Linux 5.2. - The system may not successfully reboot into a
kexec/kdumpkernel if X is running and using a driver other than vesa. This problem only exists with ATI Rage XL graphics chipsets.If X is running on a system equipped with ATI Rage XL, ensure that it is using the vesa driver in order to successfully reboot into akexec/kdumpkernel. - When using Red Hat Enterprise Linux 5.2 on a machine with an nVidia CK804 chipset installed, the following kernel messages may appear:
kernel: assign_interrupt_mode Found MSI capability kernel: pcie_portdrv_probe->Dev[005d:10de] has invalid IRQ. Check vendor BIOS
kernel: assign_interrupt_mode Found MSI capability kernel: pcie_portdrv_probe->Dev[005d:10de] has invalid IRQ. Check vendor BIOSCopy to Clipboard Copied! Toggle word wrap Toggle overflow These messages indicate that certain PCI-E ports are not requesting IRQs. They do not, however, affect the operation of the machine in any way. - Removable storage devices (such as CDs and DVDs) do not automatically mount when you are logged in as root. As such, you will need to manually mount the device through the graphical file manager.Alternatively, you can run the following command to mount a device to
/media:mount /dev/[device name] /media
mount /dev/[device name] /mediaCopy to Clipboard Copied! Toggle word wrap Toggle overflow - When a LUN is deleted on a configured storage system, the change is not reflected on the host. In such cases,
lvmcommands will hang indefinitely whendm-multipathis used, as the LUN has now become stale.To work around this, delete all device andmpathlink entries in/etc/lvm/.cachespecific to the stale LUN.To find out what these entries are, run the following command:ls -l /dev/mpath | grep [stale LUN]For example, if[stale LUN]is 3600d0230003414f30000203a7bc41a00, the following results may appear:lrwxrwxrwx 1 root root 7 Aug 2 10:33 /3600d0230003414f30000203a7bc41a00 -> ../dm-4 lrwxrwxrwx 1 root root 7 Aug 2 10:33 /3600d0230003414f30000203a7bc41a00p1 -> ../dm-5
lrwxrwxrwx 1 root root 7 Aug 2 10:33 /3600d0230003414f30000203a7bc41a00 -> ../dm-4 lrwxrwxrwx 1 root root 7 Aug 2 10:33 /3600d0230003414f30000203a7bc41a00p1 -> ../dm-5Copy to Clipboard Copied! Toggle word wrap Toggle overflow This means that 3600d0230003414f30000203a7bc41a00 is mapped to twompathlinks:dm-4anddm-5.As such, the following lines should be deleted from/etc/lvm/.cache:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Running the
multipathcommand with the-lloption can cause the command to hang if one of the paths is on a blocking device. Note that the driver does not fail a request after some time if the device does not respond.This is caused by the cleanup code, which waits until the path checker request either completes or fails. To display the currentmultipathstate without hanging the command, usemultipath -linstead. - The system may not successfully reboot into a
kexec/kdumpkernel if X is running and using a driver other than vesa. This problem only exists with ATI Rage XL graphics chipsets.If X is running on a system equipped with ATI Rage XL, ensure that it is using the vesa driver in order to successfully reboot into akexec/kdumpkernel. - Upgrading
pm-utilsfrom a Red Hat Enterprise Linux 5.2 Beta version ofpm-utilswill fail, resulting in the following error:error: unpacking of archive failed on file /etc/pm/sleep.d: cpio: rename
error: unpacking of archive failed on file /etc/pm/sleep.d: cpio: renameCopy to Clipboard Copied! Toggle word wrap Toggle overflow To prevent this from occurring, delete the/etc/pm/sleep.d/directory prior to upgrading. If/etc/pm/sleep.dcontains any files, move those files to/etc/pm/hooks/. - Hardware testing for the Mellanox MT25204 has revealed that an internal error occurs under certain high-load conditions. When the
ib_mthcadriver reports a catastrophic error on this hardware, it is usually related to an insufficient completion queue depth relative to the number of outstanding work requests generated by the user application.Although the driver will reset the hardware and recover from such an event, all existing connections at the time of the error will be lost. This generally results in a segmentation fault in the user application. Further, ifopensmis running at the time the error occurs, then you need to manually restart it in order to resume proper operation. - Attempting to run
sniffmay result in an error. This is because some required packages are not installed withdogtail.To prevent this from occurring, install the following packages manually:- librsvg2
- ghostscript-fonts
- pygtk2-libglade
- It is not possible to configure
layer 2throughsystem-config-network-gui.
9.2. x86 Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- When running the bare-metal (non-Virtualized) kernel, the X server may not be able to retrieve
EDIDinformation from the monitor. When this occurs, the graphics driver will be unable to display resolutions highers than 800x600.To work around this, add the following line to theServerLayoutsection of/etc/X11/xorg.conf:Option "Int10Backend" "x86emu"
Option "Int10Backend" "x86emu"Copy to Clipboard Copied! Toggle word wrap Toggle overflow
9.3. x86-64 Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- Some machines that use NVIDIA graphics cards may display corrupted graphics or fonts when using the graphical installer or during a graphical login. To work around this, switch to a virtual console and back to the original X host.
9.4. PowerPC Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- When using Alt-SysRq-W to debug, the following warning message will appear:
Badness in smp_call_function at arch/powerpc/kernel/smp.c:223
Badness in smp_call_function at arch/powerpc/kernel/smp.c:223Copy to Clipboard Copied! Toggle word wrap Toggle overflow Afterwards, the system will also warn that it will hang. This message should be ignored as it will not cause the system to hang.
9.5. s390x Architectures Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- When running Red Hat Enterprise Linux 5.2 on a z/VM that has more than 2GB of guest storage defined, invalid data can be read from and written to any FCP and OSA device attached in QDIO mode with the Queued-I/O assist (QIOASSIST) option enabled. If your system has any such devices attached, Red Hat recommends that you download and install the corresponding z/VM Program Temporary Fix (PTF) from the following link:
- The IBM System z does not provide a traditional Unix-style physical console. As such, Red Hat Enterprise Linux 5.2 for the IBM System z does not support the firstboot functionality during initial program load.To properly initialize setup for Red Hat Enterprise Linux 5.2 on the IBM System z, run the following commands after installation:
/usr/bin/setup— provided by thesetuptoolpackage./usr/bin/rhn_register— provided by therhn-setuppackage.
- It is not possible to directly read and convert a z/VM dump into a file. Instead, you should first copy the dump from the z/VM reader into a Linux file system using
vmurand convert the dump into a Linux-readable file usingvmconvert.
9.6. ia64 Architecture Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- Some Itanium systems cannot properly produce console output from the
kexecpurgatorycode. This code contains instructions for backing up the first 640k of memory after a crash.Whilepurgatoryconsole output can be useful in diagnosing problems, it is not needed forkdumpto properly function. As such, if your Itanium system resets during akdumpoperation, disable console output inpurgatoryby adding--noioto theKEXEC_ARGSvariable in/etc/sysconfig/kdump.
10. Added Packages Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- dapl-2.0.7-2.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Library providing access to the DAT 1.2 and 2.0 APIs
Library providing access to the DAT 1.2 and 2.0 APIsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
libdat and libdapl provide a userspace implementation of the DAT 1.2 and 2.0 API that is built to natively support InfiniBand/iWARP network technology.
libdat and libdapl provide a userspace implementation of the DAT 1.2 and 2.0 API that is built to natively support InfiniBand/iWARP network technology.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- dstat-0.6.6-3.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Versatile resource statistics tool
Versatile resource statistics toolCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- ecryptfs-utils-41-1.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The eCryptfs mount helper and support libraries
The eCryptfs mount helper and support librariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- freeipmi-0.5.1-5.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
FreeIPMI
FreeIPMICopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- gtk-vnc-0.3.2-3.el5
- Group:
Development/Libraries
Development/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A GTK widget for VNC clients
A GTK widget for VNC clientsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines allowing it to be completely asynchronous while remaining single threaded.
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines allowing it to be completely asynchronous while remaining single threaded.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- ibsim-0.4-2.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
InfiniBand fabric simulator for management
InfiniBand fabric simulator for managementCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
ibsim provides simulation of infiniband fabric for using with OFA OpenSM, diagnostic and management tools.
ibsim provides simulation of infiniband fabric for using with OFA OpenSM, diagnostic and management tools.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- infiniband-diags-1.3.6-1.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
OpenFabrics Alliance InfiniBand Diagnostic Tools
OpenFabrics Alliance InfiniBand Diagnostic ToolsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
This package provides IB diagnostic programs and scripts needed to diagnose an IB subnet.
This package provides IB diagnostic programs and scripts needed to diagnose an IB subnet.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- isns-utils-0.91-0.1.el5
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The iSNS daemon and utility programs
The iSNS daemon and utility programsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The iSNS package contains the daemon and tools to setup a iSNS server, and iSNS client tools. The Internet Storage Name Service (iSNS) protocol allows automated discovery, management and configuration of iSCSI and Fibre Channel devices (using iFCP gateways) on a TCP/IP network.
The iSNS package contains the daemon and tools to setup a iSNS server, and iSNS client tools. The Internet Storage Name Service (iSNS) protocol allows automated discovery, management and configuration of iSCSI and Fibre Channel devices (using iFCP gateways) on a TCP/IP network.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libcxgb3-1.1.4-1.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Chelsio T3 iWARP HCA Userspace Driver
Chelsio T3 iWARP HCA Userspace DriverCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Userspace hardware driver for use with the libibverbs InfiniBand/iWARP verbs library. This driver enables Chelsio iWARP capable ethernet devices.
Userspace hardware driver for use with the libibverbs InfiniBand/iWARP verbs library. This driver enables Chelsio iWARP capable ethernet devices.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libehca-1.2-1.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
IBM InfiniBand HCA Userspace Driver
IBM InfiniBand HCA Userspace DriverCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
IBM hardware driver for use with libibverbs user space verbs access library.
IBM hardware driver for use with libibverbs user space verbs access library.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libibcm-1.0.2-1.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Userspace InfiniBand Communication Manager.
Userspace InfiniBand Communication Manager.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
libibcm provides a userspace InfiniBand Communication Managment library.
libibcm provides a userspace InfiniBand Communication Managment library.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libibcommon-1.0.8-1.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
OpenFabrics Alliance InfiniBand management common library
OpenFabrics Alliance InfiniBand management common libraryCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
libibcommon provides common utility functions for the OFA diagnostic and management tools.
libibcommon provides common utility functions for the OFA diagnostic and management tools.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libibmad-1.1.6-1.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
OpenFabrics Alliance InfiniBand MAD library
OpenFabrics Alliance InfiniBand MAD libraryCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
libibmad provides low layer IB functions for use by the IB diagnostic and management programs. These include MAD, SA, SMP, and other basic IB functions.
libibmad provides low layer IB functions for use by the IB diagnostic and management programs. These include MAD, SA, SMP, and other basic IB functions.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libibumad-1.1.7-1.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
OpenFabrics Alliance InfiniBand umad (user MAD) library
OpenFabrics Alliance InfiniBand umad (user MAD) libraryCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
libibumad provides the user MAD library functions which sit on top of the user MAD modules in the kernel. These are used by the IB diagnostic and management tools, including OpenSM.
libibumad provides the user MAD library functions which sit on top of the user MAD modules in the kernel. These are used by the IB diagnostic and management tools, including OpenSM.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libibverbs-1.1.1-9.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Library providing access to InfiniBand/iWARP hardware verbs protocol
Library providing access to InfiniBand/iWARP hardware verbs protocolCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libipathverbs-1.1-10.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
QLogic InfiniPath HCA Userspace Driver
QLogic InfiniPath HCA Userspace DriverCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
QLogic hardware driver for use with libibverbs user space verbs access library. This driver supports QLogic InfiniPath based cards.
QLogic hardware driver for use with libibverbs user space verbs access library. This driver supports QLogic InfiniPath based cards.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libmlx4-1.0-3.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Mellanox ConnectX InfiniBand HCA Userspace Driver
Mellanox ConnectX InfiniBand HCA Userspace DriverCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Mellanox hardware driver for use with libibverbs user space verbs access library. This driver supports Mellanox ConnectX architecture cards.
Mellanox hardware driver for use with libibverbs user space verbs access library. This driver supports Mellanox ConnectX architecture cards.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libmthca-1.0.4-9.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Mellanox InfiniBand HCA Userspace Driver
Mellanox InfiniBand HCA Userspace DriverCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libnes-0.5-2.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
NetEffect RNIC Userspace Driver
NetEffect RNIC Userspace DriverCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Userspace hardware driver for use with the libibverbs InfiniBand/iWARP verbs library. This driver enables NetEffect iWARP capable ethernet devices.
Userspace hardware driver for use with the libibverbs InfiniBand/iWARP verbs library. This driver enables NetEffect iWARP capable ethernet devices.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- librdmacm-1.0.7-1.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Userspace RDMA Connection Manager.
Userspace RDMA Connection Manager.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
librdmacm provides a userspace RDMA Communication Managment API.
librdmacm provides a userspace RDMA Communication Managment API.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libsdp-1.1.99-9.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A library for direct userspace use of Sockets Direct Protocol
A library for direct userspace use of Sockets Direct ProtocolCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libsmi-0.4.5-2.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A library to access SMI MIB information
A library to access SMI MIB informationCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- mpi-selector-1.0.0-2.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Provides site-wide and per-user MPI implementation selection
Provides site-wide and per-user MPI implementation selectionCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- mstflint-1.3-1.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Mellanox firmware burning tool
Mellanox firmware burning toolCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
This package contains a burning tool for Mellanox manufactured HCA cards. It also provides access to the relevant source code.
This package contains a burning tool for Mellanox manufactured HCA cards. It also provides access to the relevant source code.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- nspluginwrapper-0.9.91.5-21.el5
- Group:
Networking/WWW
Networking/WWWCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A compatibility layer for Netscape 4 plugins
A compatibility layer for Netscape 4 pluginsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- ofed-docs-1.3-3.el5
- Group:
Documentation/Man
Documentation/ManCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
OpenFabrics Enterprise Distribution documentation
OpenFabrics Enterprise Distribution documentationCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Documentation from OFED 1.3
Documentation from OFED 1.3Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- opensm-3.1.8-1.el5
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
OpenIB InfiniBand Subnet Manager and management utilities
OpenIB InfiniBand Subnet Manager and management utilitiesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- openswan-2.6.12-2.el5
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Openswan IPSEC implementation
Openswan IPSEC implementationCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- perftest-1.2-10.el5
- Group:
Productivity/Networking/Diagnostic
Productivity/Networking/DiagnosticCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
IB Performance tests
IB Performance testsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
gen2 uverbs microbenchmarks
gen2 uverbs microbenchmarksCopy to Clipboard Copied! Toggle word wrap Toggle overflow
- pexpect-2.3-1.el5
- Group:
Development/Languages
Development/LanguagesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Pure Python Expect-like module
Pure Python Expect-like moduleCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- python-iniparse-0.2.3-4.el5
- Group:
Development/Libraries
Development/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Python Module for Accessing and Modifying Configuration Data in INI files
Python Module for Accessing and Modifying Configuration Data in INI filesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- python-setuptools-0.6c5-2.el5
- Group:
Development/Languages
Development/LanguagesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Download, build, install, upgrade, and uninstall Python packages
Download, build, install, upgrade, and uninstall Python packagesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
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.
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.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- qlvnictools-0.0.1-8.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
VNIC ULP service
VNIC ULP serviceCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
VNIC ULP service
VNIC ULP serviceCopy to Clipboard Copied! Toggle word wrap Toggle overflow
- qperf-0.4.0-1.el5
- Group:
Networking/Diagnostic
Networking/DiagnosticCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Measure socket and RDMA performance
Measure socket and RDMA performanceCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Measure socket and RDMA performance.
Measure socket and RDMA performance.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- rsyslog-2.0.0-11.el5
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Enhanced system logging and kernel message trapping daemons
Enhanced system logging and kernel message trapping daemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- setroubleshoot-plugins-2.0.4-2.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Analysis plugins for use with setroubleshoot
Analysis plugins for use with setroubleshootCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
This package provides a set of analysis plugins for use with setroubleshoot. Each plugin has the capacity to analyze SELinux AVC data and system data to provide user friendly reports describing how to interpret SELinux AVC denials.
This package provides a set of analysis plugins for use with setroubleshoot. Each plugin has the capacity to analyze SELinux AVC data and system data to provide user friendly reports describing how to interpret SELinux AVC denials.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- srptools-0.0.4-2.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Tools for using the InfiniBand SRP protocol devices
Tools for using the InfiniBand SRP protocol devicesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
In conjunction with the kernel ib_srp driver, srptools allows you to discover and use SCSI devices via the SCSI RDMA Protocol over InfiniBand.
In conjunction with the kernel ib_srp driver, srptools allows you to discover and use SCSI devices via the SCSI RDMA Protocol over InfiniBand.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- system-config-netboot-0.1.45.1-1.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
network booting/install configuration utility (GUI)
network booting/install configuration utility (GUI)Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
system-config-netboot is a utility which allows you to configure diskless environments and network installations.
system-config-netboot is a utility which allows you to configure diskless environments and network installations.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- tpm-tools-1.3.1-1.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Management tools for the TPM hardware
Management tools for the TPM hardwareCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
tpm-tools is a group of tools to manage and utilize the Trusted Computing Group's 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.
tpm-tools is a group of tools to manage and utilize the Trusted Computing Group's 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.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- trousers-0.3.1-4.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
TCG's Software Stack v1.2
TCG's Software Stack v1.2Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- tvflash-0.9.0-2.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Tool to manage Mellanox HCA firmware flash memory
Tool to manage Mellanox HCA firmware flash memoryCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
tvflash is used to query and update the firmware flash memory attached to Mellanox InfiniBand HCAs.
tvflash is used to query and update the firmware flash memory attached to Mellanox InfiniBand HCAs.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- udftools-1.0.0b3-0.1.el5
- Group:
Applications/Archiving
Applications/ArchivingCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Linux UDF Filesystem userspace utilities
Linux UDF Filesystem userspace utilitiesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Linux UDF Filesystem userspace utilities.
Linux UDF Filesystem userspace utilities.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- virt-viewer-0.0.2-2.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Virtual Machine Viewer
Virtual Machine ViewerCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Virtual Machine Viewer provides a graphical console client for connecting to virtual machines. It uses the GTK-VNC widget to provide the display, and libvirt for looking up VNC server details.
Virtual Machine Viewer provides a graphical console client for connecting to virtual machines. It uses the GTK-VNC widget to provide the display, and libvirt for looking up VNC server details.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- wdaemon-0.13-1
- Group:
User Interface/X Hardware Support
User Interface/X Hardware SupportCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Hotplug helper for Wacom X.org driver
Hotplug helper for Wacom X.org driverCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Helper application which emulates persistent input devices for Wacom tablets so they can be plugged and unplugged while X.org server is running. This should go away as soon X.org properly supports hotplugging.
Helper application which emulates persistent input devices for Wacom tablets so they can be plugged and unplugged while X.org server is running. This should go away as soon X.org properly supports hotplugging.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- xulrunner-1.9-0.beta5.6.el5
- Group:
Applications/Internet
Applications/InternetCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
XUL Runtime for Gecko Applications
XUL Runtime for Gecko ApplicationsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
XULRunner provides the XUL Runtime environment for Gecko applications.
XULRunner provides the XUL Runtime environment for Gecko applications.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- yum-updatesd-0.9-2.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Update notification daemon
Update notification daemonCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
yum-updatesd provides a daemon which checks for available updates and can notify you when they are available via email, syslog or dbus.
yum-updatesd provides a daemon which checks for available updates and can notify you when they are available via email, syslog or dbus.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
11. Dropped Packages Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
No packages listed here.
12. Updated Packages Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
- Deployment_Guide-5.1.0-11 - Deployment_Guide-5.2-9
- Group:
Documentation
DocumentationCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Deployment Guide
Deployment GuideCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
This Deployment Guide documents relevant information regarding the deployment, configuration and administration of Red Hat Enterprise Linux 5.2.
This Deployment Guide documents relevant information regarding the deployment, configuration and administration of Red Hat Enterprise Linux 5.2.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- ImageMagick-6.2.8.0-3.el5.4 - ImageMagick-6.2.8.0-4.el5_1.1
- Group:
Applications/Multimedia
Applications/MultimediaCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
An X application for displaying and manipulating images.
An X application for displaying and manipulating images.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- NetworkManager-0.6.4-6.el5 - NetworkManager-0.6.4-8.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Network connection manager and user applications
Network connection manager and user applicationsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- autoconf
- automake
- intltool
- libtool
- No removed dependencies
- OpenIPMI-2.0.6-5.el5.4 - OpenIPMI-2.0.6-6.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
OpenIPMI (Intelligent Platform Management Interface) library and tools
OpenIPMI (Intelligent Platform Management Interface) library and toolsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The Open IPMI project aims to develop an open code base to allow access to platform information using Intelligent Platform Management Interface (IPMI). This package contains the tools of the OpenIPMI project.
The Open IPMI project aims to develop an open code base to allow access to platform information using Intelligent Platform Management Interface (IPMI). This package contains the tools of the OpenIPMI project.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- Virtualization-5.1.0-12 - Virtualization-5.2-9
- Group:
Documentation
DocumentationCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Virtualization Guide
Virtualization GuideCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The Red Hat Enterprise Linux Virtualization Guide contains information on installation, configuring, administering, tips, tricks and troubleshooting Virtualization technologies used in Red Hat Enterprise Linux.
The Red Hat Enterprise Linux Virtualization Guide contains information on installation, configuring, administering, tips, tricks and troubleshooting Virtualization technologies used in Red Hat Enterprise Linux.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- a2ps-4.13b-57.1.el5 - a2ps-4.13b-57.2.el5
- Group:
Applications/Publishing
Applications/PublishingCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Converts text and other types of files to PostScript(TM).
Converts text and other types of files to PostScript(TM).Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The a2ps filter converts text and other types of files to PostScript(TM). A2ps has pretty-printing capabilities and includes support for a wide number of programming languages, encodings (ISO Latins, Cyrillic, etc.), and medias.
The a2ps filter converts text and other types of files to PostScript(TM). A2ps has pretty-printing capabilities and includes support for a wide number of programming languages, encodings (ISO Latins, Cyrillic, etc.), and medias.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- psutils
- No removed dependencies
- acl-2.2.39-2.1.el5 - acl-2.2.39-3.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Access control list utilities.
Access control list utilities.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
This package contains the getfacl and setfacl utilities needed for manipulating access control lists.
This package contains the getfacl and setfacl utilities needed for manipulating access control lists.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- alsa-utils-1.0.14-2.rc4.el5 - alsa-utils-1.0.14-3.rc4.el5
- Group:
Applications/Multimedia
Applications/MultimediaCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Advanced Linux Sound Architecture (ALSA) utilities
Advanced Linux Sound Architecture (ALSA) utilitiesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
This package contains command line utilities for the Advanced Linux Sound Architecture (ALSA).
This package contains command line utilities for the Advanced Linux Sound Architecture (ALSA).Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- amtu-1.0.4-4 - amtu-1.0.6-1.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Abstract Machine Test Utility (AMTU)
Abstract Machine Test Utility (AMTU)Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- anaconda-11.1.2.87-1 - anaconda-11.1.2.113-1
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Graphical system installer
Graphical system installerCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The anaconda package contains the program which was used to install your system. These files are of little use on an already installed system.
The anaconda package contains the program which was used to install your system. These files are of little use on an already installed system.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- libdhcp-devel >= 1.20-5
- libnl-devel >= 1.0-0.10.pre5.5
- Removed Dependencies:
- glib2-devel >= 2.11.1-5
- libdhcp-devel >= 1.16
- apr-util-1.2.7-6 - apr-util-1.2.7-7.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Apache Portable Runtime Utility library
Apache Portable Runtime Utility libraryCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
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.
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.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- at-spi-1.7.11-2.fc6 - at-spi-1.7.11-3.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Assistive Technology Service Provider Interface
Assistive Technology Service Provider InterfaceCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
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.
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.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- audit-1.5.5-7.el5 - audit-1.6.5-9.el5
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
User space tools for 2.6 kernel auditing
User space tools for 2.6 kernel auditingCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The audit package contains the user space utilities for storing and searching the audit records generate by the audit subsystem in the Linux 2.6 kernel.
The audit package contains the user space utilities for storing and searching the audit records generate by the audit subsystem in the Linux 2.6 kernel.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- checkpolicy
- openldap-devel
- selinux-policy-devel
- No removed dependencies
- authconfig-5.3.12-2.el5 - authconfig-5.3.21-3.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Command line tool for setting up authentication from network services
Command line tool for setting up authentication from network servicesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
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.
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.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- python >= 2.4.1
- Removed Dependencies:
- python
- autofs-5.0.1-0.rc2.55 - autofs-5.0.1-0.rc2.88
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A tool for automatically mounting and unmounting filesystems.
A tool for automatically mounting and unmounting filesystems.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
autofs is a daemon which automatically mounts filesystems when you use them, and unmounts them later when you are not using them. This can include network filesystems, CD-ROMs, floppies, and so forth.
autofs is a daemon which automatically mounts filesystems when you use them, and unmounts them later when you are not using them. This can include network filesystems, CD-ROMs, floppies, and so forth.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- bash-3.1-16.1 - bash-3.2-21.el5
- Group:
System Environment/Shells
System Environment/ShellsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The GNU Bourne Again shell (bash) version 3.2
The GNU Bourne Again shell (bash) version 3.2Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- autoconf
- gettext
- No removed dependencies
- bind-9.3.3-10.el5 - bind-9.3.4-6.P1.el5
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server.
The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- binutils-2.17.50.0.6-5.el5 - binutils-2.17.50.0.6-6.el5
- Group:
Development/Tools
Development/ToolsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A GNU collection of binary utilities.
A GNU collection of binary utilities.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- booty-0.80.4-5 - booty-0.80.4-6
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
simple python bootloader config lib
simple python bootloader config libCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Small python library for use with bootloader configuration by anaconda and up2date.
Small python library for use with bootloader configuration by anaconda and up2date.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- busybox-1.2.0-3 - busybox-1.2.0-4.el5
- Group:
System Environment/Shells
System Environment/ShellsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Statically linked binary providing simplified versions of system commands
Statically linked binary providing simplified versions of system commandsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Busybox is a single binary which includes versions of a large number of system commands, including a shell. This package can be very useful for recovering from certain types of system failures, particularly those involving broken shared libraries.
Busybox is a single binary which includes versions of a large number of system commands, including a shell. This package can be very useful for recovering from certain types of system failures, particularly those involving broken shared libraries.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- cachefilesd-0.8-2.el5 - cachefilesd-0.8-5.el5
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
CacheFiles userspace management daemon
CacheFiles userspace management daemonCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The cachefilesd daemon manages the caching files and directory that are that are used by network filesystems such a AFS and NFS to do persistent caching to the local disk.
The cachefilesd daemon manages the caching files and directory that are that are used by network filesystems such a AFS and NFS to do persistent caching to the local disk.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- cairo-1.2.4-2.el5 - cairo-1.2.4-5.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A vector graphics library
A vector graphics libraryCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- checkpolicy-1.33.1-2.el5 - checkpolicy-1.33.1-4.el5
- Group:
Development/System
Development/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
SELinux policy compiler
SELinux policy compilerCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- chkconfig-1.3.30.1-1 - chkconfig-1.3.30.1-2
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A system tool for maintaining the /etc/rc*.d hierarchy.
A system tool for maintaining the /etc/rc*.d hierarchy.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
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.
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.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- clustermon-0.10.0-5.el5 - clustermon-0.12.0-7.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Monitoring and management of Red Hat Enterprise Linux Cluster Suite
Monitoring and management of Red Hat Enterprise Linux Cluster SuiteCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
This package contains Red Hat Enterprise Linux Cluster Suite SNMP/CIM module/agent/provider.
This package contains Red Hat Enterprise Linux Cluster Suite SNMP/CIM module/agent/provider.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- cman-devel
- No removed dependencies
- cman-2.0.73-1.el5 - cman-2.0.84-2.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
cman - The Cluster Manager
cman - The Cluster ManagerCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
cman - The Cluster Manager
cman - The Cluster ManagerCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- kernel-headers
- No removed dependencies
- conga-0.10.0-6.el5 - conga-0.12.0-7.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Remote Management System
Remote Management SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Conga is a project developing management system for remote stations. It consists of luci, https frontend, and ricci, secure daemon that dispatches incoming messages to underlying management modules.
Conga is a project developing management system for remote stations. It consists of luci, https frontend, and ricci, secure daemon that dispatches incoming messages to underlying management modules.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- Removed Dependencies:
- cman-devel
- control-center-2.16.0-14.el5 - control-center-2.16.0-16.el5
- Group:
User Interface/Desktops
User Interface/DesktopsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
GNOME Control Center
GNOME Control CenterCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- coolkey-1.1.0-5.el5 - coolkey-1.1.0-6.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
CoolKey PKCS #11 module
CoolKey PKCS #11 moduleCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Linux Driver support for the CoolKey and CAC products.
Linux Driver support for the CoolKey and CAC products.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- coreutils-5.97-12.1.el5 - coreutils-5.97-14.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The GNU core utilities: a set of tools commonly used in shell scripts
The GNU core utilities: a set of tools commonly used in shell scriptsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
These are the GNU core utilities. This package is the combination of the old GNU fileutils, sh-utils, and textutils packages.
These are the GNU core utilities. This package is the combination of the old GNU fileutils, sh-utils, and textutils packages.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- cpuspeed-1.2.1-1.48.el5 - cpuspeed-1.2.1-3.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
CPU frequency adjusting daemon
CPU frequency adjusting daemonCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- crash-4.0-4.6.1 - crash-4.0-5.0.3
- Group:
Development/Debuggers
Development/DebuggersCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
crash utility for live systems; netdump, diskdump, kdump, LKCD or mcore dumpfiles
crash utility for live systems; netdump, diskdump, kdump, LKCD or mcore dumpfilesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The core analysis suite is a self-contained tool that can be used to investigate either live systems, kernel core dumps created from the netdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patch offered by Mission Critical Linux, or the LKCD kernel patch.
The core analysis suite is a self-contained tool that can be used to investigate either live systems, kernel core dumps created from the netdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patch offered by Mission Critical Linux, or the LKCD kernel patch.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- createrepo-0.4.4-2.fc6 - createrepo-0.4.11-3.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Creates a common metadata repository
Creates a common metadata repositoryCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
This utility will generate a common metadata repository from a directory of rpm packages.
This utility will generate a common metadata repository from a directory of rpm packages.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- python
- No removed dependencies
- crypto-utils-2.3-1 - crypto-utils-2.3-2.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
SSL certificate and key management utilities
SSL certificate and key management utilitiesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
This package provides tools for managing and generating SSL certificates and keys.
This package provides tools for managing and generating SSL certificates and keys.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- cups-1.2.4-11.14.el5 - cups-1.2.4-11.18.el5
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Common Unix Printing System
Common Unix Printing SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The Common UNIX Printing System provides a portable printing layer for UNIX® operating systems. It has been developed by Easy Software Products to promote a standard printing solution for all UNIX vendors and users. CUPS provides the System V and Berkeley command-line interfaces.
The Common UNIX Printing System provides a portable printing layer for UNIX® operating systems. It has been developed by Easy Software Products to promote a standard printing solution for all UNIX vendors and users. CUPS provides the System V and Berkeley command-line interfaces.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- cyrus-imapd-2.3.7-1.1.el5 - cyrus-imapd-2.3.7-2.el5
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A high-performance mail server with IMAP, POP3, NNTP and SIEVE support
A high-performance mail server with IMAP, POP3, NNTP and SIEVE supportCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- dbus-1.0.0-6.el5 - dbus-1.0.0-7.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
D-BUS message bus
D-BUS message busCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
D-BUS is a system for sending messages between applications. It is used both for the systemwide message bus service, and as a per-user-login-session messaging facility.
D-BUS is a system for sending messages between applications. It is used both for the systemwide message bus service, and as a per-user-login-session messaging facility.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- desktop-printing-0.19-20.el5 - desktop-printing-0.19-20.1.el5
- Group:
Applications/File
Applications/FileCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Desktop print icon
Desktop print iconCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Desktop-printing contains eggcups, a program for user print job notification and control.
Desktop-printing contains eggcups, a program for user print job notification and control.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- devhelp-0.12-11.el5 - devhelp-0.12-16.el5
- Group:
Development/Tools
Development/ToolsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
API document browser
API document browserCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
An API document browser for GNOME 2.
An API document browser for GNOME 2.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- gecko-devel-unstable = 1.9
- Removed Dependencies:
- gecko-devel = 1.8.0.12
- device-mapper-1.02.20-1.el5 - device-mapper-1.02.24-1.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
device mapper library
device mapper libraryCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
This package contains the supporting userspace files (libdevmapper and dmsetup) for the device-mapper.
This package contains the supporting userspace files (libdevmapper and dmsetup) for the device-mapper.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- device-mapper-multipath-0.4.7-12.el5 - device-mapper-multipath-0.4.7-17.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Tools to manage multipath devices using device-mapper.
Tools to manage multipath devices using device-mapper.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- dhcp-3.0.5-7.el5 - dhcp-3.0.5-13.el5
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
DHCP (Dynamic Host Configuration Protocol) server and relay agent.
DHCP (Dynamic Host Configuration Protocol) server and relay agent.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- dhcpv6-0.10-33.el5 - dhcpv6-1.0.10-4.el5
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
DHCPv6 - DHCP server and client for IPv6
DHCPv6 - DHCP server and client for IPv6Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- kernel-headers
- Removed Dependencies:
- openssl-devel
- diffutils-2.8.1-15.2.2 - diffutils-2.8.1-15.2.3.el5
- Group:
Applications/Text
Applications/TextCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A GNU collection of diff utilities.
A GNU collection of diff utilities.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- dmraid-1.0.0.rc13-4.el5 - dmraid-1.0.0.rc13-9.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
dmraid (Device-mapper RAID tool and library)
dmraid (Device-mapper RAID tool and library)Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
DMRAID supports RAID device discovery, RAID set activation and display of properties for ATARAID on Linux >= 2.4 using device-mapper.
DMRAID supports RAID device discovery, RAID set activation and display of properties for ATARAID on Linux >= 2.4 using device-mapper.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- dovecot-1.0-1.2.rc15.el5 - dovecot-1.0.7-2.el5
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Dovecot Secure imap server
Dovecot Secure imap serverCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
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.
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.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- dvgrab-2.0-1.2.2 - dvgrab-3.0-1.el5
- Group:
Applications/Multimedia
Applications/MultimediaCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Utility to capture video from a DV camera
Utility to capture video from a DV cameraCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The dvgrab utility will capture digital video from a DV source on the firewire (IEEE-1394) bus.
The dvgrab utility will capture digital video from a DV source on the firewire (IEEE-1394) bus.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- e2fsprogs-1.39-10.el5 - e2fsprogs-1.39-15.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Utilities for managing the second and third extended (ext2/ext3) filesystems
Utilities for managing the second and third extended (ext2/ext3) filesystemsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- eclipse-3.2.1-18.el5 - eclipse-3.2.1-19.el5
- Group:
Text Editors/Integrated Development Environments (IDE)
Text Editors/Integrated Development Environments (IDE)Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
An open, extensible IDE
An open, extensible IDECopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The Eclipse Platform is designed for building integrated development environments (IDEs) that can be used to create applications as diverse as web sites, embedded Java(tm) programs, C++ programs, and Enterprise JavaBeans(tm).
The Eclipse Platform is designed for building integrated development environments (IDEs) that can be used to create applications as diverse as web sites, embedded Java(tm) programs, C++ programs, and Enterprise JavaBeans(tm).Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- Removed Dependencies:
- firefox-devel
- nspr-devel
- emacs-21.4-19.el5 - emacs-21.4-20.el5
- Group:
Applications/Editors
Applications/EditorsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
GNU Emacs text editor
GNU Emacs text editorCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- emacspeak-23.0-2.1 - emacspeak-23.0-3.el5
- Group:
Applications/Editors
Applications/EditorsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
emacspeak — The Complete Audio Desktop
emacspeak — The Complete Audio DesktopCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- esc-1.0.0-32.el5 - esc-1.0.0-33.el5
- Group:
Applications/Internet
Applications/InternetCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Enterprise Security Client Smart Card Client
Enterprise Security Client Smart Card ClientCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Enterprise Security Client allows the user to enroll and manage their cryptographic smartcards.
Enterprise Security Client allows the user to enroll and manage their cryptographic smartcards.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- evolution-data-server-1.8.0-25.el5 - evolution-data-server-1.12.3-6.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Backend data server for Evolution
Backend data server for EvolutionCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- gtk-doc
- intltool >= 0.35.0
- openldap-evolution-devel
- openssl-devel
- Removed Dependencies:
- intltool
- openldap-devel >= 2.0.11
- file-4.17-9.0.1.el5 - file-4.17-13
- Group:
Applications/File
Applications/FileCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A utility for determining file types.
A utility for determining file types.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- firefox-1.5.0.12-3.el5 - firefox-3.0-0.beta5.6.el5
- Group:
Applications/Internet
Applications/InternetCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Mozilla Firefox Web browser
Mozilla Firefox Web browserCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Mozilla Firefox is an open-source web browser, designed for standards compliance, performance and portability.
Mozilla Firefox is an open-source web browser, designed for standards compliance, performance and portability.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- startup-notification-devel
- xulrunner-devel >= 1.9-0.beta5.6
- xulrunner-devel-unstable >= 1.9-0.beta5.6
- Removed Dependencies:
- cairo-devel >= 0.5
- libjpeg-devel
- libpng-devel
- nspr-devel >= 4.6
- nss-devel >= 3.11.1
- zlib-devel
- flac-1.1.2-27 - flac-1.1.2-28.el5_0.1
- Group:
Applications/Multimedia
Applications/MultimediaCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
An encoder/decoder for the Free Lossless Audio Codec.
An encoder/decoder for the Free Lossless Audio Codec.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- fontconfig-2.4.1-6.el5 - fontconfig-2.4.1-7.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Font configuration and customization library
Font configuration and customization libraryCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Fontconfig is designed to locate fonts within the system and select them according to requirements specified by applications.
Fontconfig is designed to locate fonts within the system and select them according to requirements specified by applications.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- fonts-indic-2.0.13-1.el5 - fonts-indic-2.1.7-2.el5
- Group:
User Interface/X
User Interface/XCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Free Indian truetype/opentype fonts
Free Indian truetype/opentype fontsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
This package provides the Hindi, Bengali, Gujarati, Punjabi, Tamil, Kannada, Malayalam, Oriya, Telugu TrueType/Opentype fonts.
This package provides the Hindi, Bengali, Gujarati, Punjabi, Tamil, Kannada, Malayalam, Oriya, Telugu TrueType/Opentype fonts.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- frysk-0.0.1.2007.06.21.rh2-4.el5 - frysk-0.0.1.2008.03.19.rh1-1.el5
- Group:
Development/System
Development/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Frysk execution analysis tool
Frysk execution analysis toolCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- eclipse-ecj
- Removed Dependencies:
- /lib/libc.so.6
- /lib64/libc.so.6
- /usr/lib/libc.so
- /usr/lib64/libc.so
- binutils-devel
- libgconf-java-devel
- gcc-4.1.2-14.el5 - gcc-4.1.2-42.el5
- Group:
Development/Languages
Development/LanguagesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Various compilers (C, C++, Objective-C, Java, ...)
Various compilers (C, C++, Objective-C, Java, ...)Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The gcc package contains the GNU Compiler Collection version 4.1. You'll need this package in order to compile C code.
The gcc package contains the GNU Compiler Collection version 4.1. You'll need this package in order to compile C code.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- xulrunner-devel
- Removed Dependencies:
- firefox-devel
- gd-2.0.33-9.3.fc6 - gd-2.0.33-9.4.el5_1.1
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A graphics library for quick creation of PNG or JPEG images
A graphics library for quick creation of PNG or JPEG imagesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gdb-6.5-25.el5 - gdb-6.5-37.el5
- Group:
Development/Debuggers
Development/DebuggersCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A GNU source-level debugger for C, C++, Java and other languages.
A GNU source-level debugger for C, C++, Java and other languages.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
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.
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.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gdm-2.16.0-31.0.1.el5 - gdm-2.16.0-46.el5
- Group:
User Interface/X
User Interface/XCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The GNOME Display Manager.
The GNOME Display Manager.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Gdm (the GNOME Display Manager) is a highly configurable reimplementation of xdm, the X Display Manager. Gdm allows you to log into your system with the X Window System running and supports running several different X sessions on your local machine at the same time.
Gdm (the GNOME Display Manager) is a highly configurable reimplementation of xdm, the X Display Manager. Gdm allows you to log into your system with the X Window System running and supports running several different X sessions on your local machine at the same time.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gedit-2.16.0-5.el5 - gedit-2.16.0-9.el5
- Group:
Applications/Editors
Applications/EditorsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
gEdit is a small but powerful text editor for GNOME
gEdit is a small but powerful text editor for GNOMECopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gfs-kmod-0.1.19-7.el5 - gfs-kmod-0.1.23-5.el5
- Group:
System Environment/Kernel
System Environment/KernelCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
gfs kernel modules
gfs kernel modulesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
gfs - The Global File System is a symmetric, shared-disk, cluster file system.
gfs - The Global File System is a symmetric, shared-disk, cluster file system.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- kernel-devel-ia64 = 2.6.18-92.el5
- kernel-xen-devel-ia64 = 2.6.18-92.el5
- Removed Dependencies:
- kernel-devel-ia64 = 2.6.18-53.el5
- kernel-xen-devel-ia64 = 2.6.18-53.el5
- gfs-utils-0.1.12-1.el5 - gfs-utils-0.1.17-1.el5
- Group:
System Environment/Kernel
System Environment/KernelCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Utilities for managing the global filesystem (GFS)
Utilities for managing the global filesystem (GFS)Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The gfs-utils package contains a number of utilities for creating, checking, modifying, and correcting any inconsistencies in GFS filesystems.
The gfs-utils package contains a number of utilities for creating, checking, modifying, and correcting any inconsistencies in GFS filesystems.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gfs2-kmod-1.52-1.16.el5 - gfs2-kmod-1.92-1.1.el5
- Group:
System Environment/Kernel
System Environment/KernelCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
gfs2 kernel module
gfs2 kernel moduleCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
GFS2 - The GFS2 filesystem provided for RHEL5.
GFS2 - The GFS2 filesystem provided for RHEL5.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- kernel-devel-ia64 = 2.6.18-92.el5
- kernel-xen-devel-ia64 = 2.6.18-92.el5
- Removed Dependencies:
- kernel-devel-ia64 = 2.6.18-53.el5
- kernel-xen-devel-ia64 = 2.6.18-53.el5
- gfs2-utils-0.1.38-1.el5 - gfs2-utils-0.1.44-1.el5
- Group:
System Environment/Kernel
System Environment/KernelCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Utilities for managing the global filesystem (GFS)
Utilities for managing the global filesystem (GFS)Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The gfs2-utils package contains a number of utilities for creating, checking, modifying, and correcting any inconsistencies in GFS filesystems.
The gfs2-utils package contains a number of utilities for creating, checking, modifying, and correcting any inconsistencies in GFS filesystems.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- ghostscript-8.15.2-9.1.el5 - ghostscript-8.15.2-9.1.el5_1.1
- Group:
Applications/Publishing
Applications/PublishingCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A PostScript(TM) interpreter and renderer.
A PostScript(TM) interpreter and renderer.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- glibc-2.5-18 - glibc-2.5-24
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The GNU libc libraries.
The GNU libc libraries.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gnome-panel-2.16.1-6.el5 - gnome-panel-2.16.1-7.el5
- Group:
User Interface/Desktops
User Interface/DesktopsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
GNOME panel
GNOME panelCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The GNOME panel provides the window list, workspace switcher, menus, and other features for the GNOME desktop.
The GNOME panel provides the window list, workspace switcher, menus, and other features for the GNOME desktop.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gnome-power-manager-2.16.0-8.el5 - gnome-power-manager-2.16.0-9.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
GNOME Power Manager
GNOME Power ManagerCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
GNOME Power Manager uses the information and facilities provided by HAL displaying icons and handling user callbacks in an interactive GNOME session. GNOME Power Preferences allows authorised users to set policy and change preferences.
GNOME Power Manager uses the information and facilities provided by HAL displaying icons and handling user callbacks in an interactive GNOME session. GNOME Power Preferences allows authorised users to set policy and change preferences.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gnome-python2-desktop-2.16.0-1.fc6 - gnome-python2-desktop-2.16.0-2.el5
- Group:
Development/Languages
Development/LanguagesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The sources for additional PyGNOME Python extension modules for the GNOME desktop
The sources for additional PyGNOME Python extension modules for the GNOME desktopCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The gnome-python-desktop package contains the source packages for additional Python bindings for GNOME. It should be used together with gnome-python.
The gnome-python-desktop package contains the source packages for additional Python bindings for GNOME. It should be used together with gnome-python.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gnome-python2-extras-2.14.2-4.fc6 - gnome-python2-extras-2.14.2-6.el5
- Group:
Development/Languages
Development/LanguagesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The sources for additional. PyGNOME Python extension modules.
The sources for additional. PyGNOME Python extension modules.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The gnome-python-extra package contains the source packages for additional Python bindings for GNOME. It should be used together with gnome-python.
The gnome-python-extra package contains the source packages for additional Python bindings for GNOME. It should be used together with gnome-python.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- gecko-devel-unstable >= 1.9
- Removed Dependencies:
- firefox-devel >= 1.5.0.5
- gnome-screensaver-2.16.1-5.el5 - gnome-screensaver-2.16.1-8.el5
- Group:
Amusements/Graphics
Amusements/GraphicsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
GNOME Screensaver
GNOME ScreensaverCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
gnome-screensaver is a screen saver and locker that aims to have simple, sane, secure defaults and be well integrated with the desktop.
gnome-screensaver is a screen saver and locker that aims to have simple, sane, secure defaults and be well integrated with the desktop.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- libXxf86misc-devel
- libXxf86vm-devel
- No removed dependencies
- gnome-utils-2.16.0-3.el5 - gnome-utils-2.16.0-5.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
GNOME utility programs
GNOME utility programsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
GNOME (GNU Network Object Model Environment) is a user-friendly set of GUI applications and desktop tools to be used in conjunction with a window manager for the X Window System. The gnome-utils package includes a set of small "desk accessory" utility applications for GNOME.
GNOME (GNU Network Object Model Environment) is a user-friendly set of GUI applications and desktop tools to be used in conjunction with a window manager for the X Window System. The gnome-utils package includes a set of small "desk accessory" utility applications for GNOME.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gnome-volume-manager-2.15.0-4.el5 - gnome-volume-manager-2.15.0-5.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The GNOME Volume Manager
The GNOME Volume ManagerCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- grub-0.97-13 - grub-0.97-13.2
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
GRUB - the Grand Unified Boot Loader.
GRUB - the Grand Unified Boot Loader.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
GRUB (Grand Unified Boot Loader) is an experimental boot loader capable of booting into most free operating systems - Linux, FreeBSD, NetBSD, GNU Mach, and others as well as most commercial operating systems.
GRUB (Grand Unified Boot Loader) is an experimental boot loader capable of booting into most free operating systems - Linux, FreeBSD, NetBSD, GNU Mach, and others as well as most commercial operating systems.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gthumb-2.7.8-5.el5 - gthumb-2.7.8-8.el5
- Group:
User Interface/X
User Interface/XCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Image viewer, editor, organizer
Image viewer, editor, organizerCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
gthumb is an application for viewing, editing, and organizing collections of images.
gthumb is an application for viewing, editing, and organizing collections of images.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gtk2-2.10.4-19.el5 - gtk2-2.10.4-20.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The GIMP ToolKit (GTK+), a library for creating GUIs for X
The GIMP ToolKit (GTK+), a library for creating GUIs for XCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
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.
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.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gtkhtml3-3.12.0-1.fc6 - gtkhtml3-3.16.3-1.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
gtkhtml library
gtkhtml libraryCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
GtkHTML is a lightweight HTML rendering/printing/editing engine. It was originally based on KHTMLW, but is now being developed independently of it.
GtkHTML is a lightweight HTML rendering/printing/editing engine. It was originally based on KHTMLW, but is now being developed independently of it.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- intltool >= 0.35.0
- Removed Dependencies:
- intltool
- libgnomeprint22-devel >= 2.7.1
- libgnomeprintui22-devel >= 2.7.1
- gzip-1.3.5-9.el5 - gzip-1.3.5-10.el5
- Group:
Applications/File
Applications/FileCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The GNU data compression program.
The GNU data compression program.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- hal-0.5.8.1-25.el5 - hal-0.5.8.1-35.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Hardware Abstraction Layer
Hardware Abstraction LayerCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
HAL is daemon for collection and maintaining information from several sources about the hardware on the system. It provides a live device list through D-BUS.
HAL is daemon for collection and maintaining information from several sources about the hardware on the system. It provides a live device list through D-BUS.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- hal-cups-utils-0.6.2-5 - hal-cups-utils-0.6.2-5.2.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Halified CUPS utilities
Halified CUPS utilitiesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Halified utilities for CUPS: - hal_lpadmin - hal CUPS backend
Halified utilities for CUPS: - hal_lpadmin - hal CUPS backendCopy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- hplip-1.6.7-4.1.el5 - hplip-1.6.7-4.1.el5_0.3
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
HP Linux Imaging and Printing Project
HP Linux Imaging and Printing ProjectCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The Hewlett-Packard Linux Imaging and Printing Project provides drivers for HP printers and multi-function peripherals.
The Hewlett-Packard Linux Imaging and Printing Project provides drivers for HP printers and multi-function peripherals.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- openssl-devel
- No removed dependencies
- htdig-3.2.0b6-9.el5 - htdig-3.2.0b6-9.0.1.el5_1
- Group:
Applications/Internet
Applications/InternetCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
ht://Dig - Web search engine
ht://Dig - Web search engineCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- htmlview-4.0.0-1.el5 - htmlview-4.0.0-2.el5
- Group:
Applications/Internet
Applications/InternetCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Launcher of Preferred Web Browser
Launcher of Preferred Web BrowserCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
htmlview and launchmail are tools for launching Preferred Applications. This package exists for compatibility reasons and is likely to be removed later when equivalent functionality is implemented elsewhere.
htmlview and launchmail are tools for launching Preferred Applications. This package exists for compatibility reasons and is likely to be removed later when equivalent functionality is implemented elsewhere.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- httpd-2.2.3-11.el5 - httpd-2.2.3-11.el5_1.3
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Apache HTTP Server
Apache HTTP ServerCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The Apache HTTP Server is a powerful, efficient, and extensible web server.
The Apache HTTP Server is a powerful, efficient, and extensible web server.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- hwbrowser-0.30-1.el5 - hwbrowser-0.30-2.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A hardware browser.
A hardware browser.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
A browser for your current hardware configuration.
A browser for your current hardware configuration.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- hwdata-0.211-1 - hwdata-0.213.6-1.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Hardware identification and configuration data
Hardware identification and configuration dataCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
hwdata contains various hardware identification and configuration data, such as the pci.ids database and MonitorsDb databases.
hwdata contains various hardware identification and configuration data, such as the pci.ids database and MonitorsDb databases.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- ibutils-1.2-2.el5 - ibutils-1.2-3.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
OpenIB Mellanox InfiniBand Diagnostic Tools
OpenIB Mellanox InfiniBand Diagnostic ToolsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
ibutils provides IB network and path diagnostics.
ibutils provides IB network and path diagnostics.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- libibumad-devel
- No removed dependencies
- icu-3.6-5.11 - icu-3.6-5.11.1
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
International Components for Unicode
International Components for UnicodeCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- initscripts-8.45.17.EL-1 - initscripts-8.45.19.EL-1
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The inittab file and the /etc/init.d scripts.
The inittab file and the /etc/init.d scripts.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The initscripts package contains the basic system scripts used to boot your Red Hat system, change runlevels, and shut the system down cleanly. Initscripts also contains the scripts that activate and deactivate most network interfaces.
The initscripts package contains the basic system scripts used to boot your Red Hat system, change runlevels, and shut the system down cleanly. Initscripts also contains the scripts that activate and deactivate most network interfaces.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- iproute-2.6.18-4.el5 - iproute-2.6.18-7.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Advanced IP routing and network device configuration tools.
Advanced IP routing and network device configuration tools.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The iproute package contains networking utilities (ip and rtmon, for example) which are designed to use the advanced networking capabilities of the Linux 2.4.x and 2.6.x kernel.
The iproute package contains networking utilities (ip and rtmon, for example) which are designed to use the advanced networking capabilities of the Linux 2.4.x and 2.6.x kernel.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- iprutils-2.2.6-1.el5 - iprutils-2.2.8-1.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Utilities for the IBM Power Linux RAID adapters
Utilities for the IBM Power Linux RAID adaptersCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Provides a suite of utilities to manage and configure SCSI devices supported by the ipr SCSI storage device driver.
Provides a suite of utilities to manage and configure SCSI devices supported by the ipr SCSI storage device driver.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- ipsec-tools-0.6.5-8.el5 - ipsec-tools-0.6.5-9.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Tools for configuring and using IPSEC
Tools for configuring and using IPSECCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- iptables-1.3.5-1.2.1 - iptables-1.3.5-4.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Tools for managing Linux kernel packet filtering capabilities.
Tools for managing Linux kernel packet filtering capabilities.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
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.
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.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- irqbalance-0.55-6.el5 - irqbalance-0.55-10.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
IRQ balancing daemon.
IRQ balancing daemon.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
irqbalance is a daemon that evenly distributes IRQ load across multiple CPUs for enhanced performance.
irqbalance is a daemon that evenly distributes IRQ load across multiple CPUs for enhanced performance.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- iscsi-initiator-utils-6.2.0.865-0.8.el5 - iscsi-initiator-utils-6.2.0.868-0.7.el5
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
iSCSI daemon and utility programs
iSCSI daemon and utility programsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The iscsi package provides the server daemon for the iSCSI protocol, as well as the utility programs used to manage it. iSCSI is a protocol for distributed disk access using SCSI commands sent over Internet Protocol networks.
The iscsi package provides the server daemon for the iSCSI protocol, as well as the utility programs used to manage it. iSCSI is a protocol for distributed disk access using SCSI commands sent over Internet Protocol networks.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- bison
- flex
- No removed dependencies
- isdn4k-utils-3.2-50.1 - isdn4k-utils-3.2-51.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Utilities for configuring an ISDN subsystem.
Utilities for configuring an ISDN subsystem.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The isdn4k-utils package contains a collection of utilities needed for configuring an ISDN subsystem.
The isdn4k-utils package contains a collection of utilities needed for configuring an ISDN subsystem.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- jakarta-commons-collections-3.1-6jpp.1 - jakarta-commons-collections-3.2-2jpp.3
- Group:
Development/Libraries/Java
Development/Libraries/JavaCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Jakarta Commons Collections Package
Jakarta Commons Collections PackageCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- xml-commons-apis >= 1.3
- No removed dependencies
- java-1.4.2-gcj-compat-1.4.2.0-40jpp.112 - java-1.4.2-gcj-compat-1.4.2.0-40jpp.115
- Group:
Development/Languages
Development/LanguagesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
JPackage runtime scripts for GCJ
JPackage runtime scripts for GCJCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
This package installs directory structures, shell scripts and symbolic links to simulate a JPackage-compatible runtime environment with GCJ.
This package installs directory structures, shell scripts and symbolic links to simulate a JPackage-compatible runtime environment with GCJ.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- kbd-1.12-19.el5 - kbd-1.12-20.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Tools for configuring the console (keyboard, virtual terminals, etc.)
Tools for configuring the console (keyboard, virtual terminals, etc.)Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The kbd package contains tools for managing a Linux system's console's behavior, including the keyboard, the screen fonts, the virtual terminals and font files.
The kbd package contains tools for managing a Linux system's console's behavior, including the keyboard, the screen fonts, the virtual terminals and font files.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- kdeadmin-3.5.4-2.fc6 - kdeadmin-3.5.4-3.el5
- Group:
User Interface/Desktops
User Interface/DesktopsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Administrative tools for KDE.
Administrative tools for KDE.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- kdebase-3.5.4-13.6.el5 - kdebase-3.5.4-18.el5
- Group:
User Interface/Desktops
User Interface/DesktopsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
K Desktop Environment - core files
K Desktop Environment - core filesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- kdelibs-3.5.4-13.el5 - kdelibs-3.5.4-16.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
K Desktop Environment - Libraries
K Desktop Environment - LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- kernel-2.6.18-53.el5 - kernel-2.6.18-92.el5
- Group:
System Environment/Kernel
System Environment/KernelCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The Linux kernel (the core of the Linux operating system)
The Linux kernel (the core of the Linux operating system)Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The kernel package contains the Linux kernel (vmlinuz), the core of any Linux operating system. The kernel handles the basic functions of the operating system: memory allocation, process allocation, device input and output, etc.
The kernel package contains the Linux kernel (vmlinuz), the core of any Linux operating system. The kernel handles the basic functions of the operating system: memory allocation, process allocation, device input and output, etc.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- kexec-tools-1.101-194.4.el5 - kexec-tools-1.102pre-21.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The kexec/kdump userspace component.
The kexec/kdump userspace component.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- krb5-1.6.1-17.el5 - krb5-1.6.1-25.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The Kerberos network authentication system.
The Kerberos network authentication system.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Kerberos V5 is a trusted-third-party network authentication system, which can improve your network's security by eliminating the insecure practice of cleartext passwords.
Kerberos V5 is a trusted-third-party network authentication system, which can improve your network's security by eliminating the insecure practice of cleartext passwords.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- ksh-20060214-1.4 - ksh-20060214-1.7
- Group:
Applications/Shells
Applications/ShellsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The Original ATT Korn Shell
The Original ATT Korn ShellCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
KSH-93 is the most recent version of the KornShell by David Korn of AT&T Bell Laboratories. KornShell is a shell programming language, which is upward compatible with "sh" (the Bourne Shell).
KSH-93 is the most recent version of the KornShell by David Korn of AT&T Bell Laboratories. KornShell is a shell programming language, which is upward compatible with "sh" (the Bourne Shell).Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- kudzu-1.2.57.1.15-1 - kudzu-1.2.57.1.17-1
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The Red Hat Linux hardware probing tool.
The Red Hat Linux hardware probing tool.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Kudzu is a hardware probing tool run at system boot time to determine what hardware has been added or removed from the system.
Kudzu is a hardware probing tool run at system boot time to determine what hardware has been added or removed from the system.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- lam-7.1.2-8.fc6 - lam-7.1.2-14.el5
- Group:
Development/Libraries
Development/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The LAM (Local Area Multicomputer) programming environment.
The LAM (Local Area Multicomputer) programming environment.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libX11-1.0.3-8.0.1.el5 - libX11-1.0.3-9.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
X.Org X11 libX11 runtime library
X.Org X11 libX11 runtime libraryCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
X.Org X11 libX11 runtime library
X.Org X11 libX11 runtime libraryCopy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libXfont-1.2.2-1.0.2.el5 - libXfont-1.2.2-1.0.3.el5_1
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
X.Org X11 libXfont runtime library
X.Org X11 libXfont runtime libraryCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
X.Org X11 libXfont runtime library
X.Org X11 libXfont runtime libraryCopy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libao-0.8.6-5 - libao-0.8.6-7
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Cross Platform Audio Output Library.
Cross Platform Audio Output Library.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Libao is a cross platform audio output library. It currently supports ESD, OSS, Solaris, and IRIX.
Libao is a cross platform audio output library. It currently supports ESD, OSS, Solaris, and IRIX.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libchewing-0.3.0-7.el5 - libchewing-0.3.0-8.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Intelligent phonetic input method library for Traditional Chinese
Intelligent phonetic input method library for Traditional ChineseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libdhcp-1.20-2.el5 - libdhcp-1.20-5.el5
- Group:
Development/Libraries
Development/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A library for network interface configuration with DHCP
A library for network interface configuration with DHCPCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- dhcp-devel >= 12:3.0.5-13
- libdhcp4client-devel >= 12:3.0.5-13
- libdhcp6client-devel >= 1.0.9-1
- Removed Dependencies:
- dhcp-devel
- libdhcp4client-devel >= 12:3.0.4-17
- libdhcp6client-devel
- liberation-fonts-0.2-2.el5 - liberation-fonts-1.0-1.el5
- Group:
User Interface/X
User Interface/XCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Fonts to replace commonly used Microsoft Windows Fonts
Fonts to replace commonly used Microsoft Windows FontsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The Liberation Fonts are intended to be replacements for the three most commonly used fonts on Microsoft systems: Times New Roman, Arial, and Courier New.
The Liberation Fonts are intended to be replacements for the three most commonly used fonts on Microsoft systems: Times New Roman, Arial, and Courier New.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libexif-0.6.13-4.0.2.el5 - libexif-0.6.13-4.0.2.el5_1.1
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Library for extracting extra information from image files
Library for extracting extra information from image filesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags.
Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libgnomeprint22-2.12.1-9.el5 - libgnomeprint22-2.12.1-10.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Printing library for GNOME.
Printing library for GNOME.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libhugetlbfs-1.0.1-1.el5 - libhugetlbfs-1.2-5.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Library to access the Huge TLB Filesystem
Library to access the Huge TLB FilesystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The libhugetlbfs library interacts with the Linux hugetlbfs to make large pages available to applications in a transparent manner.
The libhugetlbfs library interacts with the Linux hugetlbfs to make large pages available to applications in a transparent manner.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libica-1.3.7-5.el5 - libica-1.3.7-7.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A library of functions for accessing ICA hardware crypto on IBM zSeries
A library of functions for accessing ICA hardware crypto on IBM zSeriesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
A library of functions for accessing ICA hardware crypto on IBM zSeries
A library of functions for accessing ICA hardware crypto on IBM zSeriesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- autoconf
- automake
- libtool
- No removed dependencies
- libnl-1.0-0.10.pre5.4 - libnl-1.0-0.10.pre5.5
- Group:
Development/Libraries
Development/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Convenience library for kernel netlink sockets
Convenience library for kernel netlink socketsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
This package contains a convenience library to simplify using the Linux kernel's netlink sockets interface for network manipulation
This package contains a convenience library to simplify using the Linux kernel's netlink sockets interface for network manipulationCopy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libpng-1.2.10-7.0.2 - libpng-1.2.10-7.1.el5_0.1
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A library of functions for manipulating PNG image format files
A library of functions for manipulating PNG image format filesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libraw1394-1.2.1-1.fc6 - libraw1394-1.3.0-1.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Library providing low-level IEEE-1394 access
Library providing low-level IEEE-1394 accessCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The libraw1394 library provides direct access to the IEEE-1394 bus through the Linux 1394 subsystem's raw1394 user space interface.
The libraw1394 library provides direct access to the IEEE-1394 bus through the Linux 1394 subsystem's raw1394 user space interface.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- autoconf
- automake
- libtool
- No removed dependencies
- librtas-1.2.4-3.el5 - librtas-1.3.3-1.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Libraries to provide access to RTAS calls and RTAS events
Libraries to provide access to RTAS calls and RTAS eventsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libselinux-1.33.4-4.el5 - libselinux-1.33.4-5.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
SELinux library and simple utilities
SELinux library and simple utilitiesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libuser-0.54.7-2.el5.2 - libuser-0.54.7-2.el5.5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A user and group account administration library.
A user and group account administration library.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libvirt-0.2.3-9.el5 - libvirt-0.3.3-7.el5
- Group:
Development/Libraries
Development/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Library providing a simple API virtualization
Library providing a simple API virtualizationCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Libvirt is a C toolkit to interract with the virtualization capabilities of recent versions of Linux (and other OSes).
Libvirt is a C toolkit to interract with the virtualization capabilities of recent versions of Linux (and other OSes).Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- avahi-devel
- bridge-utils
- dnsmasq
- gnutls-devel
- Removed Dependencies:
- /sbin/iptables
- libsysfs-devel
- libxml2-2.6.26-2.1.2 - libxml2-2.6.26-2.1.2.1
- Group:
Development/Libraries
Development/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Library providing XML and HTML support
Library providing XML and HTML supportCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- logrotate-3.7.4-7 - logrotate-3.7.4-8
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Rotates, compresses, removes and mails system log files.
Rotates, compresses, removes and mails system log files.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- logwatch-7.3-5 - logwatch-7.3-6.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A log file analysis program
A log file analysis programCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Logwatch is a customizable, pluggable log-monitoring system. It will go through your logs for a given period of time and make a report in the areas that you wish with the detail that you wish. Easy to use - works right out of the package on many systems.
Logwatch is a customizable, pluggable log-monitoring system. It will go through your logs for a given period of time and make a report in the areas that you wish with the detail that you wish. Easy to use - works right out of the package on many systems.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- ltrace-0.5-6.45svn.fc6 - ltrace-0.5-7.45svn.el5
- Group:
Development/Debuggers
Development/DebuggersCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Tracks runtime library calls from dynamically linked executables.
Tracks runtime library calls from dynamically linked executables.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- lvm2-2.02.26-3.el5 - lvm2-2.02.32-4.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Userland logical volume management tools
Userland logical volume management toolsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- device-mapper >= 1.02.24-1
- Removed Dependencies:
- device-mapper >= 1.02.20-1
- lvm2-cluster-2.02.26-1.el5 - lvm2-cluster-2.02.32-4.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Cluster extensions for userland logical volume management tools
Cluster extensions for userland logical volume management toolsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Extensions to LVM2 to support clusters.
Extensions to LVM2 to support clusters.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- device-mapper >= 1.02.24-1
- Removed Dependencies:
- device-mapper >= 1.02.20-1
- m17n-db-1.3.3-46.el5 - m17n-db-1.3.3-48.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Multilingualization datafiles for m17n-lib
Multilingualization datafiles for m17n-libCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
This package contains multilingualization (m17n) datafiles for m17n-lib which describe input maps, encoding maps, and OpenType font data for many languages.
This package contains multilingualization (m17n) datafiles for m17n-lib which describe input maps, encoding maps, and OpenType font data for many languages.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- m2crypto-0.16-6.el5.1 - m2crypto-0.16-6.el5.2
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Support for using OpenSSL in python scripts
Support for using OpenSSL in python scriptsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
This package allows you to call OpenSSL functions from python scripts.
This package allows you to call OpenSSL functions from python scripts.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- mailman-2.1.9-2 - mailman-2.1.9-4.el5
- Group:
Applications/Internet
Applications/InternetCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Mailing list manager with built in Web access.
Mailing list manager with built in Web access.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- make-3.81-1.1 - make-3.81-3.el5
- Group:
Development/Tools
Development/ToolsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A GNU tool which simplifies the build process for users.
A GNU tool which simplifies the build process for users.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- man-pages-ja-20060815-5 - man-pages-ja-20060815-6.el5
- Group:
Documentation
DocumentationCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Japanese man (manual) pages from the Japanese Manual Project
Japanese man (manual) pages from the Japanese Manual ProjectCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Japanese Manual pages, translated by JM-Project (Japanese Manual Project).
Japanese Manual pages, translated by JM-Project (Japanese Manual Project).Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- mcstrans-0.2.6-1.el5 - mcstrans-0.2.7-1.el5
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
SELinux Translation Daemon
SELinux Translation DaemonCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- mdadm-2.5.4-3.el5 - mdadm-2.6.4-1.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
mdadm controls Linux md devices (software RAID arrays)
mdadm controls Linux md devices (software RAID arrays)Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- metacity-2.16.0-8.el5 - metacity-2.16.0-10.el5
- Group:
User Interface/Desktops
User Interface/DesktopsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Metacity window manager
Metacity window managerCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Metacity is a simple window manager that integrates nicely with GNOME 2.
Metacity is a simple window manager that integrates nicely with GNOME 2.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- microcode_ctl-1.17-1.42.el5 - microcode_ctl-1.17-1.47.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Tool to update x86/x86-64 CPU microcode.
Tool to update x86/x86-64 CPU microcode.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
microcode_ctl - updates the microcode on Intel x86/x86-64 CPU's
microcode_ctl - updates the microcode on Intel x86/x86-64 CPU'sCopy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- mkinitrd-5.1.19.6-19 - mkinitrd-5.1.19.6-28
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Creates an initial ramdisk image for preloading modules.
Creates an initial ramdisk image for preloading modules.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- module-init-tools-3.3-0.pre3.1.34.el5 - module-init-tools-3.3-0.pre3.1.37.el5
- Group:
System Environment/Kernel
System Environment/KernelCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Kernel module management utilities.
Kernel module management utilities.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The modutils package includes various programs needed for automatic loading and unloading of modules under 2.6 and later kernels, as well as other module management programs. Device drivers and filesystems are two examples of loaded and unloaded modules.
The modutils package includes various programs needed for automatic loading and unloading of modules under 2.6 and later kernels, as well as other module management programs. Device drivers and filesystems are two examples of loaded and unloaded modules.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- mozldap-6.0.4-1.el5 - mozldap-6.0.5-1.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Mozilla LDAP C SDK
Mozilla LDAP C SDKCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- mysql-5.0.22-2.1.0.1 - mysql-5.0.45-7.el5
- Group:
Applications/Databases
Applications/DatabasesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
MySQL client programs and shared libraries.
MySQL client programs and shared libraries.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- gawk
- No removed dependencies
- nautilus-2.16.2-6.el5 - nautilus-2.16.2-7.el5
- Group:
User Interface/Desktops
User Interface/DesktopsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Nautilus is a file manager for GNOME.
Nautilus is a file manager for GNOME.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- net-snmp-5.3.1-19.el5 - net-snmp-5.3.1-24.el5
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A collection of SNMP protocol tools and libraries.
A collection of SNMP protocol tools and libraries.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- net-tools-1.60-73 - net-tools-1.60-78.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Basic networking tools.
Basic networking tools.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The net-tools package contains basic networking tools, including ifconfig, netstat, route, and others.
The net-tools package contains basic networking tools, including ifconfig, netstat, route, and others.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- newt-0.52.2-9 - newt-0.52.2-10.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A development library for text mode user interfaces.
A development library for text mode user interfaces.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- nfs-utils-1.0.9-24.el5 - nfs-utils-1.0.9-33.el5
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
NFS utilities and supporting clients and daemons for the kernel NFS server.
NFS utilities and supporting clients and daemons for the kernel NFS server.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- notification-daemon-0.3.5-8.el5 - notification-daemon-0.3.5-9.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Notification Daemon
Notification DaemonCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
notification-daemon is the server implementation of the freedesktop.org desktop notification specification.
notification-daemon is the server implementation of the freedesktop.org desktop notification specification.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- nspr-4.6.5-3.el5 - nspr-4.7.0.99.2-1.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Netscape Portable Runtime
Netscape Portable RuntimeCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
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.
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.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- nss-3.11.7-1.3.el5 - nss-3.11.99.5-2.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Network Security Services
Network Security ServicesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- nspr-devel >= 4.6.99
- Removed Dependencies:
- nspr-devel >= 4.6.2
- nss_db-2.2-35.1 - nss_db-2.2-35.3
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
An NSS library for the Berkeley DB.
An NSS library for the Berkeley DB.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- nss_ldap-253-5.el5 - nss_ldap-253-12.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
NSS library and PAM module for LDAP.
NSS library and PAM module for LDAP.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- keyutils-libs-devel
- libselinux-devel
- No removed dependencies
- ntp-4.2.2p1-7.el5 - ntp-4.2.2p1-8.el5
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Synchronizes system time using the Network Time Protocol (NTP).
Synchronizes system time using the Network Time Protocol (NTP).Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- perl-HTML-Parser
- No removed dependencies
- oddjob-0.27-7 - oddjob-0.27-9.el5
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A D-BUS service which runs odd jobs on behalf of client applications
A D-BUS service which runs odd jobs on behalf of client applicationsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
oddjob is a D-BUS service which performs particular tasks for clients which connect to it and issue requests using the system-wide message bus.
oddjob is a D-BUS service which performs particular tasks for clients which connect to it and issue requests using the system-wide message bus.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- openCryptoki-2.2.4-16.el5 - openCryptoki-2.2.4-21.el5
- Group:
Productivity/Security
Productivity/SecurityCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Implementation of Cryptoki v2.11 for IBM Crypto Hardware
Implementation of Cryptoki v2.11 for IBM Crypto HardwareCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The PKCS#11 Version 2.11 api implemented for the IBM Crypto cards. This package includes support for the IBM 4758 Cryptographic CoProcessor (with the PKCS#11 firmware loaded) and the IBM eServer Cryptographic Accelerator (FC 4960 on pSeries)
The PKCS#11 Version 2.11 api implemented for the IBM Crypto cards. This package includes support for the IBM 4758 Cryptographic CoProcessor (with the PKCS#11 firmware loaded) and the IBM eServer Cryptographic Accelerator (FC 4960 on pSeries)Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- trousers-devel
- No removed dependencies
- openais-0.80.3-7.el5 - openais-0.80.3-15.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The openais Standards-Based Cluster Framework executive and APIs
The openais Standards-Based Cluster Framework executive and APIsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
This package contains the openais executive, openais service handlers, default configuration files and init script.
This package contains the openais executive, openais service handlers, default configuration files and init script.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- openhpi-2.8.1-2.el5.7 - openhpi-2.10.2-1.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
openhpi Hardware Platform Interface (HPI) library and tools
openhpi Hardware Platform Interface (HPI) library and toolsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- openib-1.2-6.el5 - openib-1.3-3.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
OpenIB Infiniband Driver Stack
OpenIB Infiniband Driver StackCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
User space initialization scripts for the kernel InfiniBand drivers
User space initialization scripts for the kernel InfiniBand driversCopy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- Removed Dependencies:
- autoconf
- automake
- libsysfs-devel
- libtool
- pciutils-devel
- zlib-devel
- openldap-2.3.27-8 - openldap-2.3.27-8.el5_1.3
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The configuration files, libraries, and documentation for OpenLDAP.
The configuration files, libraries, and documentation for OpenLDAP.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- openmotif-2.3.0-0.3.el5 - openmotif-2.3.0-0.5.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Open Motif runtime libraries and executables.
Open Motif runtime libraries and executables.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
This is the Open Motif 2.3.0 runtime environment. It includes the Motif shared libraries, needed to run applications which are dynamically linked against Motif, and the Motif Window Manager "mwm".
This is the Open Motif 2.3.0 runtime environment. It includes the Motif shared libraries, needed to run applications which are dynamically linked against Motif, and the Motif Window Manager "mwm".Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- openmpi-1.2.3-4.el5 - openmpi-1.2.5-5.el5
- Group:
Development/Libraries
Development/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Open Message Passing Interface
Open Message Passing InterfaceCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- openssh-4.3p2-24.el5 - openssh-4.3p2-26.el5
- Group:
Applications/Internet
Applications/InternetCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The OpenSSH implementation of SSH protocol versions 1 and 2
The OpenSSH implementation of SSH protocol versions 1 and 2Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- openssl-0.9.8b-8.3.el5_0.2 - openssl-0.9.8b-10.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The OpenSSL toolkit
The OpenSSL toolkitCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
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.
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.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- oprofile-0.9.2-6.el5 - oprofile-0.9.3-16.el5
- Group:
Development/System
Development/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
System wide profiler
System wide profilerCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- pam-0.99.6.2-3.26.el5 - pam-0.99.6.2-3.27.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A security tool which provides authentication for applications
A security tool which provides authentication for applicationsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
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.
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.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- parted-1.8.1-12.el5 - parted-1.8.1-17.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The GNU disk partition manipulation program
The GNU disk partition manipulation programCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
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.
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.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- pciutils-2.2.3-4 - pciutils-2.2.3-5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
PCI bus related utilities.
PCI bus related utilities.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
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).
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).Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- pcre-6.6-1.1 - pcre-6.6-2.el5_1.7
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Perl-compatible regular expression library
Perl-compatible regular expression libraryCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- pcsc-lite-1.3.1-7 - pcsc-lite-1.4.4-0.1.el5
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
PC/SC Lite smart card framework and applications
PC/SC Lite smart card framework and applicationsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- perl-5.8.8-10 - perl-5.8.8-10.el5_0.2
- Group:
Development/Languages
Development/LanguagesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The Perl programming language
The Perl programming languageCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- php-5.1.6-15.el5 - php-5.1.6-20.el5
- Group:
Development/Languages
Development/LanguagesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- php-pear-1.4.9-4 - php-pear-1.4.9-4.el5.1
- Group:
System
SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
PHP Extension and Application Repository framework
PHP Extension and Application Repository frameworkCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
PEAR is a framework and distribution system for reusable PHP components. This package contains the basic PEAR components.
PEAR is a framework and distribution system for reusable PHP components. This package contains the basic PEAR components.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- piranha-0.8.4-7.el5 - piranha-0.8.4-9.3.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Cluster administation tools
Cluster administation toolsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Various tools to administer and configure the Linux Virtual Server as well as heartbeating and failover components. The LVS is a dynamically adjusted kernel routing mechanism that provides load balancing primarily for web and ftp servers though other services are supported.
Various tools to administer and configure the Linux Virtual Server as well as heartbeating and failover components. The LVS is a dynamically adjusted kernel routing mechanism that provides load balancing primarily for web and ftp servers though other services are supported.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- pirut-1.2.10-1.el5 - pirut-1.3.28-13.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Package Installation, Removal and Update Tools
Package Installation, Removal and Update ToolsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
pirut (pronounced "pirate") provides a set of graphical tools for managing software.
pirut (pronounced "pirate") provides a set of graphical tools for managing software.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- pkgconfig-0.21-1.fc6 - pkgconfig-0.21-2.el5
- Group:
Development/Tools
Development/ToolsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A tool for determining compilation options.
A tool for determining compilation options.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The pkgconfig tool determines compilation options. For each required library, it reads the configuration file and outputs the necessary compiler and linker flags.
The pkgconfig tool determines compilation options. For each required library, it reads the configuration file and outputs the necessary compiler and linker flags.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- pm-utils-0.99.3-6.el5.17 - pm-utils-0.99.3-6.el5.19
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Power management utilities and scripts for Fedora Core
Power management utilities and scripts for Fedora CoreCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The pm-utils package contains utilities and scripts for Fedora Core useful for power management.
The pm-utils package contains utilities and scripts for Fedora Core useful for power management.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- policycoreutils-1.33.12-12.el5 - policycoreutils-1.33.12-14.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
SELinux policy core utilities.
SELinux policy core utilities.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- poppler-0.5.4-4.1.el5 - poppler-0.5.4-4.4.el5_1
- Group:
Development/Libraries
Development/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
PDF rendering library
PDF rendering libraryCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Poppler, a PDF rendering library, it's a fork of the xpdf PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC.
Poppler, a PDF rendering library, it's a fork of the xpdf PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- postgresql-8.1.9-1.el5 - postgresql-8.1.11-1.el5_1.1
- Group:
Applications/Databases
Applications/DatabasesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
PostgreSQL client programs and libraries.
PostgreSQL client programs and libraries.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- ppc64-utils-0.11-2 - ppc64-utils-0.11-9.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Linux/PPC64 specific utilities
Linux/PPC64 specific utilitiesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
A collection of utilities for Linux on PPC64 platforms.
A collection of utilities for Linux on PPC64 platforms.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- db4-devel
- librtas-devel >= 1.3.3
- libstdc++-devel
- libtool
- sg3_utils-devel
- zlib-devel
- Removed Dependencies:
- librtas-devel
- procps-3.2.7-8.1.el5 - procps-3.2.7-9.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
System and process monitoring utilities.
System and process monitoring utilities.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- psmisc-22.2-5 - psmisc-22.2-6
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Utilities for managing processes on your system.
Utilities for managing processes on your system.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- pygtk2-2.10.1-8.el5 - pygtk2-2.10.1-12.el5
- Group:
Development/Languages
Development/LanguagesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Python bindings for the GTK+ widget set.
Python bindings for the GTK+ widget set.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
PyGTK is an extension module for python that gives you access to the GTK+ widget set. Just about anything you can write in C with GTK+ you can write in python with PyGTK (within reason), but with all the benefits of python.
PyGTK is an extension module for python that gives you access to the GTK+ widget set. Just about anything you can write in C with GTK+ you can write in python with PyGTK (within reason), but with all the benefits of python.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- pykickstart-0.43-1.el5 - pykickstart-0.43.1-1.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A python library for manipulating kickstart files
A python library for manipulating kickstart filesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The pykickstart package is a python library for manipulating kickstart files.
The pykickstart package is a python library for manipulating kickstart files.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- python-2.4.3-19.el5 - python-2.4.3-21.el5
- Group:
Development/Languages
Development/LanguagesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
An interpreted, interactive, object-oriented programming language.
An interpreted, interactive, object-oriented programming language.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- python-virtinst-0.103.0-3.el5 - python-virtinst-0.300.2-8.el5
- Group:
Development/Libraries
Development/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Python modules for starting Xen guest installations
Python modules for starting Xen guest installationsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- gettext
- libvirt-python
- libxml2-python
- python-urlgrabber
- No removed dependencies
- redhat-release-5Server-5.1.0.2 - redhat-release-5Server-5.2.0.4
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Red Hat Enterprise Linux release file
Red Hat Enterprise Linux release fileCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Red Hat Enterprise Linux release files
Red Hat Enterprise Linux release filesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- redhat-release-notes-5Server-9 - redhat-release-notes-5Server-12
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Red Hat Enterprise Linux release notes files
Red Hat Enterprise Linux release notes filesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Red Hat Enterprise Linux release notes files.
Red Hat Enterprise Linux release notes files.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- redhat-rpm-config-8.0.45-22.el5 - redhat-rpm-config-8.0.45-24.el5
- Group:
Development/System
Development/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Red Hat specific rpm configuration files.
Red Hat specific rpm configuration files.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Red Hat specific rpm configuration files.
Red Hat specific rpm configuration files.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- rgmanager-2.0.31-1.el5 - rgmanager-2.0.38-2.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Open Source HA Resource Group Failover for Red Hat Enterprise Linux
Open Source HA Resource Group Failover for Red Hat Enterprise LinuxCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Red Hat Resource Group Manager provides high availability of critical server applications in the event of planned or unplanned system downtime.
Red Hat Resource Group Manager provides high availability of critical server applications in the event of planned or unplanned system downtime.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- slang-devel
- No removed dependencies
- rhel-instnum-1.0.7-1.el5 - rhel-instnum-1.0.8-1.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A library for decoding RHEL installation numbers
A library for decoding RHEL installation numbersCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
rhel-instnum provides methods for decoding RHEL installation numbers
rhel-instnum provides methods for decoding RHEL installation numbersCopy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- Removed Dependencies:
- python
- rhn-client-tools-0.4.16-1.el5 - rhn-client-tools-0.4.17-8.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Support programs and libraries for Red Hat Network
Support programs and libraries for Red Hat NetworkCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Red Hat Network Client Tools provides programs and libraries to allow your system to receive software updates from Red Hat Network.
Red Hat Network Client Tools provides programs and libraries to allow your system to receive software updates from Red Hat Network.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- rhpxl-0.41.1-1.el5 - rhpxl-0.41.1-6.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Python library for configuring and running X.
Python library for configuring and running X.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The rhpxl (pronounced 'rapunzel') package contains a Python library for configuring and running X.
The rhpxl (pronounced 'rapunzel') package contains a Python library for configuring and running X.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- rpm-4.4.2-47.el5 - rpm-4.4.2-48.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The RPM package management system.
The RPM package management system.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- rsh-0.17-37.el5 - rsh-0.17-38.el5
- Group:
Applications/Internet
Applications/InternetCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Clients for remote access commands (rsh, rlogin, rcp).
Clients for remote access commands (rsh, rlogin, rcp).Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- ruby-1.8.5-5.el5 - ruby-1.8.5-5.el5_1.1
- Group:
Development/Languages
Development/LanguagesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
An interpreter of object-oriented scripting language
An interpreter of object-oriented scripting languageCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, and extensible.
Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, and extensible.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- s390utils-1.5.3-10.el5.14 - s390utils-1.5.3-17.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Linux/390 specific utilities.
Linux/390 specific utilities.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- salinfo-1.1-3.el5 - salinfo-1.1-4.el5
- Group:
Utilities/System
Utilities/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Sal info tool.
Sal info tool.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- samba-3.0.25b-0.el5.4 - samba-3.0.28-0.el5.8
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The Samba SMB server.
The Samba SMB server.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- sblim-1-29.EL5 - sblim-1-31.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Standards Based Linux Instrumentation for Manageability
Standards Based Linux Instrumentation for ManageabilityCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- scim-anthy-1.2.0-5.el5 - scim-anthy-1.2.0-6.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
SCIM IMEngine for anthy for Japanese input
SCIM IMEngine for anthy for Japanese inputCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Scim-anthy is a SCIM IMEngine module for anthy to support Japanese input.
Scim-anthy is a SCIM IMEngine module for anthy to support Japanese input.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- scim-chewing-0.3.1-10.el5 - scim-chewing-0.3.1-11.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Chewing Chinese input method for SCIM
Chewing Chinese input method for SCIMCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
This package provides Chewing Chinese input method for SCIM.
This package provides Chewing Chinese input method for SCIM.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- scim-pinyin-0.5.91-15.el5 - scim-pinyin-0.5.91-16.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Smart Pinyin IMEngine for Smart Common Input Method platform
Smart Pinyin IMEngine for Smart Common Input Method platformCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Simplified Chinese Smart Pinyin IMEngine for SCIM.
Simplified Chinese Smart Pinyin IMEngine for SCIM.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- selinux-policy-2.4.6-104.el5 - selinux-policy-2.4.6-137.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
SELinux policy configuration
SELinux policy configurationCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
SELinux Reference Policy - modular.
SELinux Reference Policy - modular.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- setroubleshoot-1.8.11-4.el5 - setroubleshoot-2.0.5-3.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Helps troubleshoot SELinux problems
Helps troubleshoot SELinux problemsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- desktop-file-utils
- htmlview
- No removed dependencies
- sg3_utils-1.20-2.1 - sg3_utils-1.25-1.el5
- Group:
Utilities/System
Utilities/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Utils for Linux's SCSI generic driver devices + raw devices
Utils for Linux's SCSI generic driver devices + raw devicesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- shadow-utils-4.0.17-12.el5 - shadow-utils-4.0.17-13.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Utilities for managing accounts and shadow password files.
Utilities for managing accounts and shadow password files.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- shared-mime-info-0.19-3.el5 - shared-mime-info-0.19-5.el5
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Shared MIME information database
Shared MIME information databaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- smartmontools-5.36-3.1.el5 - smartmontools-5.36-4.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Tools for monitoring SMART capable hard disks
Tools for monitoring SMART capable hard disksCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- sos-1.7-9.1.el5 - sos-1.7-9.2.el5
- Group:
Development/Libraries
Development/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A set of tools to gather troubleshooting information from a system
A set of tools to gather troubleshooting information from a systemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Sos is a set of tools that gathers information about system hardware and configuration. The information can then be used for diagnostic purposes and debugging. Sos is commonly used to help support technicians and developers.
Sos is a set of tools that gathers information about system hardware and configuration. The information can then be used for diagnostic purposes and debugging. Sos is commonly used to help support technicians and developers.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- spamassassin-3.1.9-1.el5 - spamassassin-3.2.4-1.el5
- Group:
Applications/Internet
Applications/InternetCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Spam filter for email which can be invoked from mail delivery agents.
Spam filter for email which can be invoked from mail delivery agents.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- perl-HTML-Parser >= 3.43
- No removed dependencies
- speex-1.0.5-4 - speex-1.0.5-4.el5_1.1
- Group:
System Environment/Libraries
System Environment/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A voice compression format (codec)
A voice compression format (codec)Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- squid-2.6.STABLE6-4.el5 - squid-2.6.STABLE6-5.el5_1.3
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The Squid proxy caching server.
The Squid proxy caching server.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- sudo-1.6.8p12-10 - sudo-1.6.8p12-12.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Allows restricted root access for specified users.
Allows restricted root access for specified users.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- audit-libs-devel
- libcap-devel
- No removed dependencies
- sysklogd-1.4.1-40.el5 - sysklogd-1.4.1-44.el5
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
System logging and kernel message trapping daemons.
System logging and kernel message trapping daemons.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The sysklogd package contains two system utilities (syslogd and klogd) which provide support for system logging. Syslogd and klogd run as daemons (background processes) and log system messages to different places, like sendmail logs, security logs, error logs, etc.
The sysklogd package contains two system utilities (syslogd and klogd) which provide support for system logging. Syslogd and klogd run as daemons (background processes) and log system messages to different places, like sendmail logs, security logs, error logs, etc.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- sysstat-7.0.0-3.el5 - sysstat-7.0.2-1.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The sar and iostat system monitoring commands.
The sar and iostat system monitoring commands.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
This package provides the sar and iostat commands for Linux. Sar and iostat enable system monitoring of disk, network, and other IO activity.
This package provides the sar and iostat commands for Linux. Sar and iostat enable system monitoring of disk, network, and other IO activity.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- system-config-cluster-1.0.50-1.3 - system-config-cluster-1.0.52-1.1
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
system-config-cluster is a utility which allows you to manage cluster configuration in a graphical setting.
system-config-cluster is a utility which allows you to manage cluster configuration in a graphical setting.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
system-config-cluster is a utility which allows you to manage cluster configuuration in a graphical setting.
system-config-cluster is a utility which allows you to manage cluster configuuration in a graphical setting.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- system-config-date-1.8.12-1.el5 - system-config-date-1.8.12-3.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A graphical interface for modifying system date and time
A graphical interface for modifying system date and timeCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
system-config-date is a graphical interface for changing the system date and time, configuring the system time zone, and setting up the NTP daemon to synchronize the time of the system with an NTP time server.
system-config-date is a graphical interface for changing the system date and time, configuring the system time zone, and setting up the NTP daemon to synchronize the time of the system with an NTP time server.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- system-config-httpd-1.3.3.1-1.el5 - system-config-httpd-1.3.3.3-1.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Apache configuration tool
Apache configuration toolCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
A RHN configuration tool for apache.
A RHN configuration tool for apache.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- gettext
- No removed dependencies
- system-config-kdump-1.0.12-1.el5 - system-config-kdump-1.0.14-1.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A graphical interface for configuring kernel crash dumping
A graphical interface for configuring kernel crash dumpingCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
system-config-kdump is a graphical tool for configuring kernel crash dumping via kdump and kexec.
system-config-kdump is a graphical tool for configuring kernel crash dumping via kdump and kexec.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- system-config-kickstart-2.6.19.1-1.el5 - system-config-kickstart-2.6.19.6-1.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A graphical interface for making kickstart files.
A graphical interface for making kickstart files.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Kickstart Configurator is a graphical tool for creating kickstart files.
Kickstart Configurator is a graphical tool for creating kickstart files.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- system-config-language-1.1.18-1.el5 - system-config-language-1.1.18-2.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A graphical interface for modifying the system language
A graphical interface for modifying the system languageCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
system-config-language is a graphical user interface that allows the user to change the default language of the system.
system-config-language is a graphical user interface that allows the user to change the default language of the system.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- system-config-lvm-1.0.22-1.0.el5 - system-config-lvm-1.1.3-2.0.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A utility for graphically configuring Logical Volumes
A utility for graphically configuring Logical VolumesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
system-config-lvm is a utility for graphically configuring Logical Volumes
system-config-lvm is a utility for graphically configuring Logical VolumesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- intltool
- No removed dependencies
- system-config-network-1.3.99-2.el5 - system-config-network-1.3.99.10-2.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The GUI of the NEtwork Adminstration Tool
The GUI of the NEtwork Adminstration ToolCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
This is the GUI of the network configuration tool, supporting Ethernet, Wireless, TokenRing, ADSL, ISDN and PPP.
This is the GUI of the network configuration tool, supporting Ethernet, Wireless, TokenRing, ADSL, ISDN and PPP.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- system-config-printer-0.7.32.5-1.el5 - system-config-printer-0.7.32.8-1.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A printer administration tool
A printer administration toolCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
system-config-printer is a graphical user interface that allows the user to configure a CUPS print server.
system-config-printer is a graphical user interface that allows the user to configure a CUPS print server.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- system-config-securitylevel-1.6.29.1-1.el5 - system-config-securitylevel-1.6.29.1-2.1.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A graphical interface for modifying the system security level
A graphical interface for modifying the system security levelCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
system-config-securitylevel is a graphical user interface for setting basic firewall rules.
system-config-securitylevel is a graphical user interface for setting basic firewall rules.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- system-config-users-1.2.51-1.el5 - system-config-users-1.2.51-4.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A graphical interface for administering users and groups
A graphical interface for administering users and groupsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
system-config-users is a graphical utility for administrating users and groups. It depends on the libuser library.
system-config-users is a graphical utility for administrating users and groups. It depends on the libuser library.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- systemtap-0.5.14-1.el5 - systemtap-0.6.2-1.el5
- Group:
Development/System
Development/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Instrumentation System
Instrumentation SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
SystemTap is an instrumentation system for systems running Linux 2.6. Developers can write instrumentation to collect data on the operation of the system.
SystemTap is an instrumentation system for systems running Linux 2.6. Developers can write instrumentation to collect data on the operation of the system.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- /usr/bin/dvips
- /usr/bin/latex
- /usr/bin/ps2pdf
- crash-devel
- latex2html
- libcap-devel
- zlib-devel
- Removed Dependencies:
- dejagnu
- glib2-devel >= 2.0.0
- tcpdump-3.9.4-11.el5 - tcpdump-3.9.4-12.el5
- Group:
Applications/Internet
Applications/InternetCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A network traffic monitoring tool.
A network traffic monitoring tool.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- /usr/sbin/sendmail
- No removed dependencies
- telnet-0.17-38.el5 - telnet-0.17-39.el5
- Group:
Applications/Internet
Applications/InternetCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The client program for the telnet remote login protocol.
The client program for the telnet remote login protocol.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Telnet is a popular protocol for logging into remote systems over the Internet. The telnet package provides a command line telnet client.
Telnet is a popular protocol for logging into remote systems over the Internet. The telnet package provides a command line telnet client.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- tetex-3.0-33.1.el5 - tetex-3.0-33.2.el5_1.2
- Group:
Applications/Publishing
Applications/PublishingCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
The TeX text formatting system.
The TeX text formatting system.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- tk-8.4.13-3.fc6 - tk-8.4.13-5.el5_1.1
- Group:
Development/Languages
Development/LanguagesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Tk graphical toolkit for the Tcl scripting language
Tk graphical toolkit for the Tcl scripting languageCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
When paired with the Tcl scripting language, Tk provides a fast and powerful way to create cross-platform GUI applications.
When paired with the Tcl scripting language, Tk provides a fast and powerful way to create cross-platform GUI applications.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- tog-pegasus-2.6.1-2.el5 - tog-pegasus-2.7.0-2.el5
- Group:
Systems Management/Base
Systems Management/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
OpenPegasus WBEM Services for Linux
OpenPegasus WBEM Services for LinuxCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- net-snmp-devel
- No removed dependencies
- tomcat5-5.5.23-0jpp.3.0.2.el5 - tomcat5-5.5.23-0jpp.7.el5
- Group:
Networking/Daemons
Networking/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Apache Servlet/JSP Engine, RI for Servlet 2.4/JSP 2.0 API
Apache Servlet/JSP Engine, RI for Servlet 2.4/JSP 2.0 APICopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- totem-2.16.7-1.el5 - totem-2.16.7-4.el5
- Group:
Applications/Multimedia
Applications/MultimediaCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Movie player for GNOME 2
Movie player for GNOME 2Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Totem is simple movie player for the Gnome desktop. It features a simple playlist, a full-screen mode, seek and volume controls, as well as a pretty complete keyboard navigation.
Totem is simple movie player for the Gnome desktop. It features a simple playlist, a full-screen mode, seek and volume controls, as well as a pretty complete keyboard navigation.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- gecko-devel-unstable >= 1.9
- Removed Dependencies:
- firefox-devel
- traceroute-2.0.1-2.el5 - traceroute-2.0.1-3.el5
- Group:
Applications/Internet
Applications/InternetCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Traces the route taken by packets over an IPv4/IPv6 network
Traces the route taken by packets over an IPv4/IPv6 networkCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- tzdata-2007d-1.el5 - tzdata-2007k-2.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Timezone data
Timezone dataCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
This package contains data files with rules for various timezones around the world.
This package contains data files with rules for various timezones around the world.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- udev-095-14.9.el5 - udev-095-14.16.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A userspace implementation of devfs
A userspace implementation of devfsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The udev package contains an implementation of devfs in userspace using sysfs and netlink.
The udev package contains an implementation of devfs in userspace using sysfs and netlink.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- usermode-1.88-3.el5 - usermode-1.88-3.el5.1
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Tools for certain user account management tasks.
Tools for certain user account management tasks.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
The usermode package contains the userhelper program, which can be used to allow configured programs to be run with superuser privileges by ordinary users.
The usermode package contains the userhelper program, which can be used to allow configured programs to be run with superuser privileges by ordinary users.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- util-linux-2.13-0.45.el5 - util-linux-2.13-0.47.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A collection of basic system utilities.
A collection of basic system utilities.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
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.
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.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- virt-manager-0.4.0-3.el5 - virt-manager-0.5.3-8.el5
- Group:
Applications/Emulators
Applications/EmulatorsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Virtual Machine Manager
Virtual Machine ManagerCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Virtual Machine Manager provides a graphical tool for administering virtual machines such as Xen. It uses libvirt as the backend management API.
Virtual Machine Manager provides a graphical tool for administering virtual machines such as Xen. It uses libvirt as the backend management API.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- vsftpd-2.0.5-10.el5 - vsftpd-2.0.5-12.el5
- Group:
System Environment/Daemons
System Environment/DaemonsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
vsftpd - Very Secure Ftp Daemon
vsftpd - Very Secure Ftp DaemonCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
vsftpd is a Very Secure FTP daemon. It was written completely from scratch.
vsftpd is a Very Secure FTP daemon. It was written completely from scratch.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- wireshark-0.99.6-1.el5 - wireshark-0.99.7-1.el5
- Group:
Applications/Internet
Applications/InternetCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Network traffic analyzer
Network traffic analyzerCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- libsmi-devel
- Removed Dependencies:
- net-snmp-devel >= 5.3
- net-snmp-utils >= 5.3
- wpa_supplicant-0.4.8-10.1.fc6 - wpa_supplicant-0.4.8-10.2.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
WPA/WPA2/IEEE 802.1X Supplicant
WPA/WPA2/IEEE 802.1X SupplicantCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- x3270-3.3.4p7-3.el5.1 - x3270-3.3.4p7-3.el5.4
- Group:
Applications/Internet
Applications/InternetCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
An X Window System based IBM 3278/3279 terminal emulator
An X Window System based IBM 3278/3279 terminal emulatorCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- /usr/bin/makeconv
- libicu-devel
- No removed dependencies
- xen-3.0.3-41.el5 - xen-3.0.3-64.el5
- Group:
Development/Libraries
Development/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Xen is a virtual machine monitor
Xen is a virtual machine monitorCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- xorg-x11-drv-ati-6.6.3-3.2.el5 - xorg-x11-drv-ati-6.6.3-3.13.el5
- Group:
User Interface/X Hardware Support
User Interface/X Hardware SupportCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Xorg X11 ati video driver
Xorg X11 ati video driverCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
X.Org X11 ati video driver.
X.Org X11 ati video driver.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- autoconf
- automake
- libtool
- xorg-x11-server-randr-source >= 1.1.1-48.39.el5
- No removed dependencies
- xorg-x11-drv-i810-1.6.5-9.6.el5 - xorg-x11-drv-i810-1.6.5-9.13.el5
- Group:
User Interface/X Hardware Support
User Interface/X Hardware SupportCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Xorg X11 i810 video driver(s)
Xorg X11 i810 video driver(s)Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
X.Org X11 i810 video driver.
X.Org X11 i810 video driver.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- xorg-x11-server-randr-source >= 1.1.1-48.39.el5
- No removed dependencies
- xorg-x11-drv-keyboard-1.1.0-2.1 - xorg-x11-drv-keyboard-1.1.0-3
- Group:
User Interface/X Hardware Support
User Interface/X Hardware SupportCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Xorg X11 keyboard input driver
Xorg X11 keyboard input driverCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
X.Org X11 keyboard input driver.
X.Org X11 keyboard input driver.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- xorg-x11-drv-mga-1.4.2-6.el5 - xorg-x11-drv-mga-1.4.2-7.el5
- Group:
User Interface/X Hardware Support
User Interface/X Hardware SupportCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Xorg X11 mga video driver
Xorg X11 mga video driverCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
X.Org X11 mga video driver.
X.Org X11 mga video driver.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- xorg-x11-drv-nv-2.1.2-1.el5 - xorg-x11-drv-nv-2.1.6-6.el5
- Group:
User Interface/X Hardware Support
User Interface/X Hardware SupportCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Xorg X11 nv video driver
Xorg X11 nv video driverCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
X.Org X11 nv video driver.
X.Org X11 nv video driver.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- xorg-x11-server-randr-source
- No removed dependencies
- xorg-x11-drv-sis-0.9.1-7 - xorg-x11-drv-sis-0.9.1-7.1.el5
- Group:
User Interface/X Hardware Support
User Interface/X Hardware SupportCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Xorg X11 sis video driver
Xorg X11 sis video driverCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
X.Org X11 sis video driver.
X.Org X11 sis video driver.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- xorg-x11-server-1.1.1-48.26.el5 - xorg-x11-server-1.1.1-48.41.el5
- Group:
User Interface/X
User Interface/XCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
X.Org X11 X server
X.Org X11 X serverCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
X.Org X11 X server
X.Org X11 X serverCopy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- xorg-x11-xinit-1.0.2-13.el5 - xorg-x11-xinit-1.0.2-15.el5
- Group:
User Interface/X
User Interface/XCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
X.Org X11 X Window System xinit startup scripts
X.Org X11 X Window System xinit startup scriptsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
X.Org X11 X Window System xinit startup scripts
X.Org X11 X Window System xinit startup scriptsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- xsane-0.991-4.el5 - xsane-0.991-5.el5
- Group:
Applications/Multimedia
Applications/MultimediaCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
An X Window System front-end for the SANE scanner interface.
An X Window System front-end for the SANE scanner interface.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
XSane is an X based interface for the SANE (Scanner Access Now Easy) library, which provides access to scanners, digital cameras, and other capture devices. XSane is written in GTK+ and provides control for performing the scan and then manipulating the captured image.
XSane is an X based interface for the SANE (Scanner Access Now Easy) library, which provides access to scanners, digital cameras, and other capture devices. XSane is written in GTK+ and provides control for performing the scan and then manipulating the captured image.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- yelp-2.16.0-15.el5 - yelp-2.16.0-18.el5
- Group:
Applications/System
Applications/SystemCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A system documentation reader from the Gnome project
A system documentation reader from the Gnome projectCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Yelp is the Gnome 2 help/documentation browser. It is designed to help you browse all the documentation on your system in one central tool.
Yelp is the Gnome 2 help/documentation browser. It is designed to help you browse all the documentation on your system in one central tool.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- gecko-devel-unstable >= 1.9
- Removed Dependencies:
- gecko-devel >= 1.8.0.12
- yum-3.0.1-5.el5 - yum-3.2.8-9.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
RPM installer/updater
RPM installer/updaterCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
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 as necessary.
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 as necessary.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- yum-metadata-parser-1.0-8.fc6 - yum-metadata-parser-1.1.2-2.el5
- Group:
Development/Libraries
Development/LibrariesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
A fast metadata parser for yum
A fast metadata parser for yumCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
Fast metadata parser for yum implemented in C.
Fast metadata parser for yum implemented in C.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- yum-rhn-plugin-0.5.2-3.el5 - yum-rhn-plugin-0.5.3-6.el5
- Group:
System Environment/Base
System Environment/BaseCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
RHN support for yum
RHN support for yumCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
This yum plugin provides support for yum to access a Red Hat Network server for software updates.
This yum plugin provides support for yum to access a Red Hat Network server for software updates.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- yum-utils-1.0.4-3.el5 - yum-utils-1.1.10-9.el5
- Group:
Development/Tools
Development/ToolsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Summary:
Utilities based around the yum package manager
Utilities based around the yum package managerCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Description:
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.
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.Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
13. Configuration Changes From Previous Release Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
Legal Notice Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
Copyright © 2008, 2012 Red Hat, Inc..
This document is licensed by Red Hat under the Creative Commons Attribution-ShareAlike 3.0 Unported License. If you distribute this document, or a modified version of it, you must provide attribution to Red Hat, Inc. and provide a link to the original. If the document is modified, all Red Hat trademarks must be removed.
Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law.
Red Hat, Red Hat Enterprise Linux, the Shadowman logo, the Red Hat logo, JBoss, OpenShift, Fedora, the Infinity logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries.
Linux® is the registered trademark of Linus Torvalds in the United States and other countries.
Java® is a registered trademark of Oracle and/or its affiliates.
XFS® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries.
MySQL® is a registered trademark of MySQL AB in the United States, the European Union and other countries.
Node.js® is an official trademark of Joyent. Red Hat is not formally related to or endorsed by the official Joyent Node.js open source or commercial project.
The OpenStack® Word Mark and OpenStack logo are either registered trademarks/service marks or trademarks/service marks of the OpenStack Foundation, in the United States and other countries and are used with the OpenStack Foundation's permission. We are not affiliated with, endorsed or sponsored by the OpenStack Foundation, or the OpenStack community.
All other trademarks are the property of their respective owners.