Sponsored Content
Operating Systems Linux Ubuntu How to configure YUM in RHEL 4.0 Post 302257824 by bagmc on Thursday 13th of November 2008 06:32:23 AM
Old 11-13-2008
Ok sorry, i dont see that. You can download rpm package from RedHat web site or from here RPM Search
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How do I verify the integrity of a package? And how do I configure yum to add a site

How do I verify the integrity of a package? And how do I configure yum to add a site (3 Replies)
Discussion started by: 3junior
3 Replies

2. Red Hat

Who can give me a document for configure nagios on RHEL 5

Who can give me a document for configure nagios on RHEL 5,thanks . (1 Reply)
Discussion started by: zhengsenlin
1 Replies

3. UNIX for Dummies Questions & Answers

Centos commands: Yum Upgrade versus Yum update

Hi, I would like to know the difference between YUM UPDATE and YUM UPGRADE. The man pages say upgrade is same as update with the obsolete option. And by default it says the obsolete option is turned on, which would make them equivalent. Does not say what obsolete does. Can someone please... (3 Replies)
Discussion started by: mojoman
3 Replies

4. Red Hat

Configure yum repository

how to configure yum server to get rpms from any repository or redhat repo. (4 Replies)
Discussion started by: leganti
4 Replies

5. Red Hat

How to configure vnc on RHEL 6.1?

i am first time using RHEL 6.1 i have to configure vnc on this server to access desktop remotely for this server. i installed these rpm : rpm -ivh VNC-Server-5.0.3-Linux-x64.rpm rpm -ivh VNC-Viewer-5.0.3-Linux-x64.rpm there is no directory /etc/sysconfig/vncserver in RHEL 6 as it was... (6 Replies)
Discussion started by: rehantayyab82
6 Replies

6. Red Hat

Concept of yum in RHEL

I have a confusion that even though yum is not configured on my RHEL server but yum list is showing. Yum install <package_name> fails. I hope, my question is clear of how yum list is working even though yum is not configured on the server. Please revert with the reply to my query. Regards (8 Replies)
Discussion started by: RHCE
8 Replies

7. Red Hat

Error throwing while installing vsftpd package in rhel 6. using rhel 6 dvd.

Hi all, Im studying rhcsa as of now, so yum installation and dependencies are messing me to not workit out. i have dual os, win 7 & rhel 6. i have tried this installation of vsftpd package with rhel 6 dvd in VM rhel 6 in win 7 as well as host rhel 6.still the same issue. below error... (6 Replies)
Discussion started by: redhatlbug
6 Replies

8. Red Hat

How to configure DNS configuration for RHEL 5?

I wanted to know how to configure DNS configuration for RHEL 5. I hope, my query is clear of how to setup DNS for RHEL 5. Please revert with the reply to my query Regards (6 Replies)
Discussion started by: RHCE
6 Replies

9. Linux

Local YUM Repository for RHEL versions

Hello, I need to know regarding setting up of Local repositories so that I can update or install packages on other RHEL servers. In our environment we have many servers with different RHEL versions. Like RHEL 7.2, RHEL 7.3, RHEL 7.4, RHEL 7.5 Arch = x86_64 I have setup one Repo server;... (0 Replies)
Discussion started by: SunshineMLinux
0 Replies

10. UNIX for Beginners Questions & Answers

Installation of virt-manager while yum update and yum install rhvm does not work

I have downloaded RHEV-H 4.2 Red Hat Virtualization - Red Hat Customer Portal (RHVirtualization 4.2 Host and Manager iso). I uploaded the image and installed on an HP G9 server baremetal. I found I dont have a WAN/net connectivity later on HPG9 server. How can I still install virt-manager on... (1 Reply)
Discussion started by: Paras Pandey
1 Replies
package-cleanup(1)														package-cleanup(1)

NAME
package-cleanup - clean up locally installed, duplicate, or orphaned packages SYNOPSIS
package-cleanup [options] <item ...> DESCRIPTION
package-cleanup is a program for cleaning up the locally-installed RPMs. GENERAL OPTIONS
-c <config file> Use alternative config file (default is /etc/yum.conf). -h, --help Help; display a help message and then quit. -q, --quiet Print out nothing unnecessary. -v, --version Report program version and exit. -y Agree to anything asked. --leaves List leaf nodes in the local RPM database. Leaf nodes are RPMs that are not relied upon by any other RPM. --orphans List installed packages which are not available from currently configured repositories. This is identical to "yum list extras", which may provide better output. --oldkernels Remove old kernel and kernel-devel packages. --problems List dependency problems in the local RPM database. If any problems are found it will exit with an exit code of 1. --dupes Scan for duplicates in the local RPM database. --cleandupes Scan for duplicates in the local RPM database and clean out the older versions. --count <COUNT> Number of duplicate/kernel packages to keep on the system (default 2) LEAVES OPTIONS
--all When listing leaf nodes also list leaf nodes that are not libraries. --leaf-regex A package name that matches this regular expression will be considered a leaf. --exclude-devel When listing leaf nodes do not list development packages. --exclude-bin When listing leaf nodes do not list packages with files in bin directories. OLDKERNELS OPTIONS
--keepdevel Do not remove kernel-devel packages when removing kernels EXAMPLES
List all dependency problems: package-cleanup --problems List all packages that are not in any Yum repository: package-cleanup --orphans Remove old kernels keeping 3 and leaving old kernel-devel packages installed: package-cleanup --oldkernels --count=3 --keepdevel List all leaf packages with no files in a bin directory whose name begins with either 'perl' or 'python': package-cleanup --leaves --exclude-bin --leaf-regex="^(perl)|(python)" FILES
As package-cleanup uses YUM libraries for retrieving all the information, it relies on YUM configuration for its default values like which repositories to use. Consult YUM documentation for details: /etc/yum.conf /etc/yum/repos.d/ /var/cache/yum/ SEE ALSO
yum.conf (5) http://yum.baseurl.org/ AUTHORS
See the Authors file included with this program. BUGS
There are of course no bugs, but should you find any, you should first consult the FAQ section on http://yum.baseurl.org/wiki/Faq and if unsuccessful in finding a resolution contact the mailing list: yum-devel@lists.baseurl.org. To file a bug use http://bugzilla.redhat.com for Fedora/RHEL/Centos related bugs and http://yum.baseurl.org/report for all other bugs. Gijs Hollestelle 03 November 2005 package-cleanup(1)
All times are GMT -4. The time now is 02:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy