RHN Package List


 
Thread Tools Search this Thread
Top Forums Programming RHN Package List
# 1  
Old 02-15-2016
RHN Package List

We have a Redhat subscriptions and wanted to know how one could view the latest package name/list of a versions of RHEL 5,6,7. I am aware of getting what I need via:

https://access.redhat.com/documentat..._Packages.html

but is there a url or an API function/call where I could gather this information? I have been read a bit on their API:

https://access.redhat.com/documentat...istAllPackages

but it appears that the RHN Satellite package is used to query software package on the system locally. I simply want the latest RHN package list from their site. All they appear to have it src stuff from the pub ftp site:

Index of /pub/redhat/linux/enterprise

I need something similar to what Debian/Ubuntu does:

https://packages.debian.org/stable/a...?format=txt.gz

Any help for most appreciated.

Last edited by metallica1973; 02-15-2016 at 02:32 PM..
# 2  
Old 02-18-2016
Have you tried
Code:
# yum list all

Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. HP-UX

List running services, corresponding package name and status.

Hi, I am trying to list down list of running services, corresponding package name and status on HP-UX box. The output will be a CSV in a fashion:- Service Name, Package Name, Status. While working on Linux centos, I used chkconfig to do the same. Below was the snippet:- for i in `chkconfig... (3 Replies)
Discussion started by: Happy83
3 Replies

2. AIX

List running services, Package name and status on AIX.

Hi, How can I list running services, corresponding package name and status on the AIX host? On Linux (Centos), I use the below code snippet:- for i in `chkconfig --list | awk '{ print $1}'`; do status=`/sbin/service $i status` packagename=`rpm -qf /etc/init.d/$i` done Is there... (2 Replies)
Discussion started by: Vipin Batra
2 Replies

3. Shell Programming and Scripting

Script to use rhnreg_ks to register to RHN

Hi, I have Redhat 5.6 I would like to have the script that will don a NONE interactive mode to register Linux Redhat to Satellite server without any interaction from user. i found command but i never get to working: #rhnreg_ks i want also to at the same time upload all rpm... (0 Replies)
Discussion started by: lamoul
0 Replies

4. Ubuntu

How to list my program or package that i compile and installed?

Hi I would like to ask in ubuntu or linux on how to list all my package or software the i installed via source code( compile installed in dir default is /usr/local) just like i solaris in which if you installed a package in ur choosing default root installation dir you can just issue a command... (2 Replies)
Discussion started by: jao_madn
2 Replies

5. UNIX for Advanced & Expert Users

How to find dependancies of .dstream package (Solaris) & .rpm package( linux)

Friends, Please let meknow, How we can find the dependancies of .dstream package & .rpm package before installation ? For AIX, We can use the inutoc . command to create the .toc file for the bff package, What about Solaris & Linux ? (0 Replies)
Discussion started by: yb4779
0 Replies

6. Red Hat

RHN - Proxy, satellite etc. How do you update you servers?

Hi, I'd like to know more about RHN and their RHN PROXY. - If I will buy PROXY, do I need to get licenses for all my RHELs to have them updated? What are benefits of proxy? - If I will buy (doubt it) Satellite, will I be able to connect all my boxes to Satellite and have them upgraded... (5 Replies)
Discussion started by: columb
5 Replies

7. Red Hat

Steps for register with RHN

Hi, Once we get a subscription (activation key), how to register a RHEL machine with RHN? Which port to be open on my RHEL machine? How exactly it will connect to Red Hat Network? Please give me some steps. Regards, Uday (2 Replies)
Discussion started by: uday123
2 Replies

8. Red Hat

RHEL5 tools/apps not from RHN

Hi, I'm new to the concept of paying for linux, as such I'm not sure what packages I can compile/install while maintaining system integrity in RHEL 5.x.x? Can someone inform me if installing programs, for example 'irssi', that are not available from RHN will adversely affect the system/package... (1 Reply)
Discussion started by: biorhythm
1 Replies
Login or Register to Ask a Question