Re: Perl interface to APT

2004-03-11 Thread S.D.A.
On Thu, Mar 11, 2004 at 10:18:29AM +0530 or thereabouts, Rajkumar S wrote: > Hi, > > I want to write a program that will make a web page with a list of all > packages that needs to be updated on a particular debian box. I do > apt-get update every night from cron, and wants to have access to the

Perl interface to APT

2004-03-10 Thread Rajkumar S
Hi, I want to write a program that will make a web page with a list of all packages that needs to be updated on a particular debian box. I do apt-get update every night from cron, and wants to have access to the apt-get -u upgrade from a web page, for all my servers, in a single page. I am laz