RPM Package Manager - CompWisdom
About us  |  Why use us?  |  Press  |  Contact us

 

Topic: RPM Package Manager


Related Topics



  
 www.rpm.org homepage - RPM Package Manager
RPM is commonly found in the Linux computer operating system environment, but has been extended far beyond those initial confines.
The RPM Package Manager (RPM) is a powerful command line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages.
A subset of the full RPM package feature-set is the baseline standard packaging format specified by the Linux Standard Base (which has as some of its goals to: "increase compatibility among Linux distributions and enable software applications to run on any compliant Linux system.")
http://www.rpm.org   (1047 words)

  
 Hexapedia - RPM Package Manager
RPM is the baseline package format of the Linux Standard Base.
RPM installs, updates, uninstalls, verifies and queries software.
Users need to carefully check so that the version of the development package matches that of the binary package, otherwise the library may very well not work.
http://www.hexafind.com/encyclopedia/RPM_Package_Manager   (736 words)

  
 Package Management with RPM
RPM maintains a database of installed packages and their files, so you can invoke powerful queries and verifications on your system.
The files an RPM package contains are in a compressed archive, with a custom binary header containing useful information about the package and its contents, allowing you to query individual packages quickly and easily.
For the developer, RPM allows you to take software source code and package it into source and binary packages for end users.
http://redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/ch-rpm.html   (623 words)

  
 rpm(8): RPM Package Manager - Linux man page
Packages come in two varieties: binary packages, used to encapsulate software to be installed, and source packages, containing the source code and recipe necessary to produce binary packages.
The package selection options are the same as for package querying (including package manifest files as arguments).
Verifying a package compares information about the installed files in the package with information about the files taken from the package metadata stored in the rpm database.
http://www.die.net/doc/linux/man/man8/rpm.8.html   (2531 words)

  
 Chapter 19: Red Hat Graphical Administration Tools: The Red Hat Package Manager (RPM)
For the efax package, say you are installing efax version 0.8a, release 11, for a computer with the i386 architecture.
In addition to these features, RPM is available for many flavors of Linux and UNIX, making it one of the emerging utilities for distributing software packages.
Another common error encountered while trying to uninstall packages is a dependency error when a package that is being uninstalled has files required by another package.
http://kia.etel.ru/lib/rhl6u/rhl6u178.htm   (2700 words)

  
 RPM RedHat Package Manager
It is a program designed to build and manage packages of software including the source and binaries.
Building a package from an rpm source package starts with the pristine sources from the developer, applies any patches from the package builder, and uses options in the SPEC file to compile and create the binary package.
Included in the database is a list of all files installed by RPM and which package they belong to.
http://susefaq.sourceforge.net/articles/rpm.html   (640 words)

  
 Linux.com - Using the Red Hat Package Manager (RPM)
An RPM file, also known as a "package" is a way of distributing software so that it can be easily installed, upgraded, queried, and deleted.
RPM files contain information on the package's name, version, other file dependency information (if applicable), platform (such as Intel or Alpha, etc.), as well as default file install locations.
However, in the Unix world the defacto-standard for package distribution continues to be by way of so-called "tarballs".
http://www.linux.com/guides/linux-admin-made-easy/using-rpm.shtml   (891 words)

  
 RPM - Perl interface to the API for the RPM Package Manager
The Perl-RPM package is an extension for natively linking the functionality of the RPM Package Manager with the extension facility of Perl.
Additionally, there is the RPM::Constants package which provides a number of values from the rpm library, referred to by the same name used at the C level.
Again, this may not directly match the running system, but rather is the value that rpm is using.
http://www.blackperl.com/Perl-RPM/RPM.html   (295 words)

  
 The Red Hat Package Manager (RPM) - OIT Help Desk
RPM file names usually consist of the package name ("package"), the version ("1.2.3"), the build number or patch level by Red Hat ("4"), the architecture it was built to run on, ("i386"), and the "rpm" extension.
RPM is the Red Hat Package Manager, developed by Red Hat Software.
Often, new versions of software come out, and new RPM packages are built for them.
http://www.helpdesk.umd.edu/documents/0/134   (832 words)

  
 LWN: Revisiting RPM Package Management
It is a fundamental error to equate a ported apt-get with Debian's package management.
APT is a front-end to Debian's own package management with an ability to resolve software and library dependencies.
Confidence in RPM was slowly returning into the world of Linux users - except for the users of the Red Hat distribution who will have to wait until late this year before they can enjoy supported advanced package management with dependency resolution.
http://lwn.net/Articles/49665   (6055 words)

  
 RPM Package Manager
In the Querying Package Files Remotely callout, all the exampes should have -qp not -qf.
In the caution, it suggests that you can use rpmbuild to make a repackaged package into a full package, but there are not any instructions on how to do so.
In RPM 4.1 there is a 'net shared' state, and RPM 4.2 adds 'wrong color' to the list.
http://foster-johnson.com/rpm.html   (848 words)

  
 RPM2 - Perl bindings for the RPM Package Manager API
Note, this should be obvious, but the package header must come from an rpm file, not from the RPM database.
Return the list of all the package headers in the result set of the iterator.
The package header should come from the database (i.e.
http://cpan.uwinnipeg.ca/htdocs/RPM2/RPM2.html   (830 words)

  
 2.3. RPM — the Package Manager
The powerful RPM database can be queried by the users, the system administrators, and package builders for detailed information about the installed software.
The danger with many packages is that unwanted files are added to the running system during the build process.
For a number of packages, the components needed for software development (libraries, headers, include files, etc.) have been put into separate packages.
http://novell.com/documentation/suse91/suselinux-adminguide/html/ch02s03.html   (1884 words)

  
 Linux Valley - ENCYCLOPEDIA
It also maintains a database of all packages and their files that can be used for verifying packages and querying for information about files and/or packages.
It allows users to take source code for new software and package it into source and binary form such that binaries can be easily installed and tracked and source can be rebuilt easily.
A comprehensive guide to building and installing "generic" UNIX software distributions under Linux.
http://www.linuxvalley.com/encyclopedia/ldp/howto/os.php   (1392 words)

  
 Package Management Tools
Instead, RPM is provided as an OpenPKG RPM package itself plus a tricky bootstrapping procedure in order to allow one to create from scratch the initial state of the whole OpenPKG software packaging system.
Information about the package, including such things as its name, the identity of the author, information on who maintains the packaged version of the software, versions, and dependancies.
digital signatures so users can be assured that packages have not been tampered with, and it limits the maintainer to only update selected files and directories onthe user's computer.
http://cbbrowne.com/info/linuxpkgs.html   (1652 words)

  
 PARD: Package Manager
RPM is a powerful package manager, which can be used to build, install, query, verify, update, and uninstall individual software packages.
Kpackage is a GUI interface to the RPM package manager and the Debian package manager, it is in some ways similar to GLINT.
It analyzes the current state of the system, checks a remote database using HTTP to lookup the packages providing the best affinity with your current software base and also lists the extra packages that you need to install to solve the missing dependencies.
http://www.han.de/~racke/pard/package_manager.html   (793 words)

  
 Mandrake 8.2 rpm package manager help - TechIMO Forums
It identifies all the packages and their dependencies, but when I try to install something like gnome-games which uses guile and other libraries that are on different cd's, it asks me for the cd as the source name that I assigned to each of the installation cd's.
Hi everyone, I recently installed Madrake 8.2 on a PC and I wanted to change the source from wich the package manager finds the files.
any dependencies any packages need will be resolved by urpmi and you'll never need the cd's anymore.
http://www.techimo.com/forum/t24910.html   (976 words)

  
 [No title]
Basically\, FVWM was the window manager of choice at that time\, and he couldn't find a simple easy app launcher that could be customized without learning and editing configuration files.\n\nNowadays\, Xfce still takes the vast majority of his spare time\, coding and preparing releases.
His area of research at the university is a project management of free and open source projects.\n\nHe has also been a free software developer since 2002 when he started hacking on KDE.
The goal is to redesign the components involved in building packages with minimal possible disruptions to existing applications\, like depsolvers and build systems\, that are based on the existing rpm implementation.
http://www.freax.be/calendars/public/fosdem/main.ics   (2356 words)

  
 NOVELL: Cool Solutions: Understanding and Using the Linux Standard Base
Note that the version number of the package refers to the version of the specification that the stub libraries and header files have been generated for.
The LSB standard also requires that the developer package their software with the RPM package manager.
The LSB Build environment base package provides stub libraries and header files.
http://www.novell.com/coolsolutions/feature/15355.html   (2173 words)

  
 SecurityTracker.com Archives - Red Hat Package Manager (RPM) Archives May Execute Arbitrary Code With Printer (lp) ...
It is reportedly possible for a user to create an RPM (Redhat Package Manager) file with 'corrupted' data that will cause arbitrary code to execute when the rpm file is queried.
The shellcode must be designed to be loaded into memory when the rpm is queried by the print filter.
Description: A vulnerability was reported in Red Hat Package Manager (rpm) that allows a user to create a corrupt RPM file that will automatically execute code when another user queries the archive.
http://www.securitytracker.com/alerts/2001/Oct/1002635.html   (770 words)

  
 Maximum RPM
RPM and Computer Users — How to Use RPM to Effectively Manage Your Computer
RPM and Developers — How to Distribute Your Software More Easily With RPM
Source Package Files and How To Use Them
http://www.rpm.org/max-rpm   (90 words)

  
 IBM AIX Toolbox for Linux Applications licensing information
It is a goal of this project for you to be able to run the open source software without modification on your AIX system.
The installation will take a few minutes because it needs to gather information about the shared libraries already installed on the system.
In order to access the man pages from the toolbox, add /opt/freeware/man to your MANPATH environment variable.
http://www-1.ibm.com/servers/aix/products/aixos/linux/altlic.html   (690 words)

  
 Red Hat ( RedHat ) RPM Package Manager
The files will be located in the.tar.gz file.
How do I find which package a file belongs to?
How do I get a list of all files that belong to a certain package?
http://www.digitalindigo.com/support/redhat/using_rpm.html   (316 words)

  
 Redhat 8.0 GUI Package Manager Problem - LinuxQuestions.org
My experience with Windows Registry gave me an idea of the probable cause and cure of the Gui RPM Package Manager problem.
I figure that you can use your windows skills to learn the new os.
I tried to solve the problem with info from other newbie posts without any luck.
http://www.linuxquestions.org/questions/showthread.php?postid=165081   (664 words)

  
 How to use RPM Commands
To query a RPM package, use the command:
This section contains an overview of principal modes using with RPM for installing, uninstalling, upgrading, querying, listing, and checking RPM packages on your Linux system.
To list files in package, use the command:
http://www.faqs.org/docs/securing/chap3sec20.html   (302 words)

  
 RedHat Package Manager (RPM) and Perl Modules
feature should be easier than recompiling many RPM.
To convert modules available on the Comprehensive Perl Archive Network (CPAN), see Life with CPAN for information on configuring the
Troublesome requires can be detected by installing newly built packages, which should fail with requirement errors.
http://sial.org/howto/rpm/perl   (220 words)

  
 Red Hat Package Manager (RPM)
*Description:* Candidates should be able to perform package management under Linux distributions that use RPMs for package distribution.
Candidates should be able to determine what files a package provides, as well as find which package a specific file comes from.
This objective includes being able to install, re-install, upgrade, and remove packages, as well as obtain status and version information on packages.
http://orca.st.usm.edu/~seyfarth/sysadm/sysadm-6-4-6.html   (87 words)

  
 The page cannot be found
Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages.
Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404.
http://www.absoluteastronomy.com/encyclopedia/r/rp/rpm_package_manager2.htm   (121 words)

  
 Redhat Package Manager (RPM) Hints
Notes and hints for using the Redhat package Manager (RPM) to build and manage software.
How to get around packages that don't unpack into subdirectories called packagename-version.
In the specfile, locate the '%setup' macro and use the '-n' option to setup to set the oproper directory name.
http://www.snakegully.nu/tech/rpm.html   (47 words)

  
 Rpm - definition of Rpm in Encyclopedia
RPM Package Manager (originally called "Red Hat Package Manager")
Embed a dictionary search in your own web page
In firearms, Rounds Per Minute: how many shots an automatic weapon can fire in one minute
http://encyclopedia.laborlawtalk.com/Rpm   (135 words)

  
 herrold - RPM Package manager
catapult announced - self extracting RPM based installer - (local copy)
http://www.herrold.com/rpm   (11 words)

Compwisdom
 About us   |  Why use us?   |  Press   |  Contact us

 Copyright © 2006 CompWisdom.com Usage implies agreement with terms.