> Hello guys, > > My friends from a college in Goa (Xavier's) are keen to install Anjuta and > check it out. They got the copy from LinuxForYou. > > They've followed the instructions given in the mag, but couldn't manage to > get it installed. The first two steps go through, but there is some > problem with the third. > > Could anyone help? > > Naba Kumar (whom the others would know as the developer of Anjuta), what > about your promise to visit Goa sometime? Could you make it around > September 13-14 or Sept 20-21? We'd love to have you here! > > FN > --
What version of linux do your friends have. If Redhat or Debian then you will get rpm for specific releases at www.freshrpms.net Chhose the packages link and choose your releases (9.0, 8.0 or 7.3). The package for 9.0 is around 2 MB. Also anjuta have a dependency of libzvt. You will also find it at the same site. you can install rpm package using command: rpm -i 'packagename' (packagename should be complete in format /pathtopackage/something.releaseno.rpm) You can do a lot of things with rpm like checking whether a package is installed, what dependencies it provide or needs, what files are installed by a package. Checkout the man page of rpm (command: man rpm) or you can find link to RPM Howto at www.redhat.com/apps/download on right-bottom side of page. Onkar ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
