LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Mozilla install using Slack Package (https://www.linuxquestions.org/questions/slackware-14/mozilla-install-using-slack-package-22925/)

xgtr 06-08-2002 10:44 AM

Mozilla install using Slack Package
 
Downloaded Mozilla1.0 package for Slackware and installed without a hitch, but call me stupid, I can't for the life of me figure out where it installed. I'm relatively new to Linux, but I have installed packages before and had no problem running the app. Mozilla.org is no help, so i turn to the experts here.

Any help would be greatly appreciated.

xgtr, out...

CARTMAN 06-08-2002 11:50 AM

grep -r mozilla /var/log/packages :)

jdixon 06-09-2002 09:30 PM

As a general rule, you can find executible files with the which command, and find other files with the locate command. If you've just installed a new package, it won't be in the locate database, so you'll have to run updatedb to update the database first. In my case, which mozilla gives:

/opt/gnome/bin/mozilla

and locate mozilla gives an extremely long list of files, all of which are in either ./opt/gnome, /usr/local/mozilla, or /usr/local/include/mozilla.

James Dixon


All times are GMT -5. The time now is 11:48 PM.