> You can try the following, > > apt-get install package-name << END > y > END
Thanks i tried this !! this too worked !! > > if there are more packages you can put them in a loop, > > for package in package1 package2 package3 ... > do > apt-get install $package << END > y > END > done ok!! thanks for this tip This is really a amazing group !! thanks guys -- Regards Agnello Dsouza www.linux-vashi.blogspot.com
