Sponsored Content
Full Discussion: RHN Package List
Top Forums Programming RHN Package List Post 302966688 by metallica1973 on Monday 15th of February 2016 01:12:33 PM
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..
 

8 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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
Package::Stash::XS(3)					User Contributed Perl Documentation				     Package::Stash::XS(3)

NAME
Package::Stash::XS - faster and more correct implementation of the Package::Stash API VERSION
version 0.28 SYNOPSIS
use Package::Stash; DESCRIPTION
This is a backend for Package::Stash, which provides the functionality in a way that's less buggy and much faster. It will be used by default if it's installed, and should be preferred in all environments with a compiler. BUGS
No known bugs (but see the BUGS section in Package::Stash). Please report any bugs to GitHub Issues at <https://github.com/doy/package-stash-xs/issues>. SEE ALSO
Package::Stash SUPPORT
You can find this documentation for this module with the perldoc command. perldoc Package::Stash::XS You can also look for information at: o MetaCPAN <https://metacpan.org/release/Package-Stash-XS> o Github <https://github.com/doy/package-stash-xs> o RT: CPAN's request tracker <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Package-Stash-XS> o CPAN Ratings <http://cpanratings.perl.org/d/Package-Stash-XS> AUTHOR
Jesse Luehrs <doy@tozt.net> COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Jesse Luehrs. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.18.2 2013-07-16 Package::Stash::XS(3)
All times are GMT -4. The time now is 07:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy