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
ftp::geturl(n)							    ftp client							    ftp::geturl(n)

__________________________________________________________________________________________________________________________________________________

NAME
ftp::geturl - Uri handler for ftp urls SYNOPSIS
package require Tcl 8.2 package require ftp::geturl ?0.2.1? ::ftp::geturl url _________________________________________________________________ DESCRIPTION
This package provides a command which wraps around the client side of the ftp protocol provided by package ftp to allow the retrieval of urls using the ftp schema. API
::ftp::geturl url This command can be used by the generic command ::uri::geturl (See package uri) to retrieve the contents of ftp urls. Internally it uses the commands of the package ftp to fulfill the request. The contents of a ftp url are defined as follows: file The contents of the specified file itself. directory A listing of the contents of the directory in key value notation where the file name is the key and its attributes the asso- ciated value. link The attributes of the link, including the path it refers to. BUGS, IDEAS, FEEDBACK This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category ftp of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation. SEE ALSO
ftpd, mime, pop3, smtp KEYWORDS
ftp, internet, net, rfc 959 CATEGORY
Networking ftp 0.2.1 ftp::geturl(n)
All times are GMT -4. The time now is 05:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy