On Thu, 2010-06-17 at 02:09 -0400, Rajesh kumar wrote: > My problem is that i dont have root permission in my system in office. I > need to install some packages for my development, usually i used to download > the source, install using ./configure --perfix=path to my local directory, > and use make and make install, i have added my local bin directory to > bash.rc file so that i can use all the installed commands. > > Similar way i need to use YUM to install in my local repos, because its very > difficult to install a source having toomuch of dependencies .
Probably chroot, yum --installroot and rpm --root --initidb are the options for you. I think this is what you need to do. [1] _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
