Results 1 to 1 of 1
I want to write a script to find the latest version of rpm of a given package available from a mirror for eg: mirror.centos.org/centos/5/os/x86_64/CentOS/
The script should be able to ...
- 12-10-2009 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 1
find latest version of rpms from a mirror
I want to write a script to find the latest version of rpm of a given package available from a mirror for eg: mirror.centos.org/centos/5/os/x86_64/CentOS/
The script should be able to run on majority of linux flavors (eg centos, redhat, ubuntu). So yum based solution is not an option. Is there any existing script that does this? Or can someone give me a general idea on how to go about this?


Reply With Quote