Hi Saravana Babu, On Sun, Jul 8, 2012 at 12:27 PM, saravana babu <[email protected]> wrote: > i am B.E computer science student and completed in 2011 at a.m.s > engineering college. > i need to know how to install an application and where it is installed.i
If you are installing using the package manager or using a deb file, you can use dpkg -L <package name> to see the list of files installed by the package and their location. If you already have the binary in your path and are able to run the command but want to know the location of the binary, you can use 'which' command to find out. If you have installed the application by other means and know the name of the binary/configuration file you can use find command to find the same. > feel hard to find drivers to connect java with database. Which database do you want to connect to? For MySQL, there is the "libmysql-java" package that installs the JDBC driver for connecting to MySQL. P.S. Do not top-post while posting to this list. Interleaved, trimmed posting is the recommended style of posting. If you want to learn about the various posting style, their merits and de-merits, read the mailing list guidelines available at http://ilugc.in/mailinglist-guidelines/ Thanks & Regards, Guruprasad _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
