LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-23-2016, 08:45 AM   #1
Brant
Member
 
Registered: Oct 2007
Posts: 281

Rep: Reputation: 35
where is Firefox installed?


Overview: Some time ago I installed Firefox for Windows, using Wine. Wine appeared in the Start menu, containing a drop-down list of items that included Firefox, so good so far.

I wanted to install an Adobe Shockwave Player plug-in, using Wine, which did not work out (and I will probably be posting other questions relating to this frustration) which had me wanting to look for the file containing Firefox for Windows.

I went Home>.wine>drive_c and found three files: Program Files, users, and windows; I made sure "show hidden files" was checked, and went down each rabbit-hole, without finding very much. For example, Program Files has a sub-file named Mozilla Maintenance Service, which turned out to contain an Uninstall.exe and a file named logs.

I decided to look at my original Firefox installation, on the assumption that the file structure and naming would parallel that of Firefox for Windows, and that I would then have a better idea of what I was looking for. . .and quickly found that I had no idea of where that lived either.

So, where does Wine keep its files?
Where would linux usually keep Firefox?

I am running Linux Mint 17.3 Cinnamon.
 
Old 01-23-2016, 10:51 AM   #2
HMW
Member
 
Registered: Aug 2013
Location: Sweden
Distribution: Debian, Arch, Red Hat, CentOS
Posts: 773
Blog Entries: 3

Rep: Reputation: 369Reputation: 369Reputation: 369Reputation: 369
Quote:
Originally Posted by Brant View Post
So, where does Wine keep its files?
Where would linux usually keep Firefox?
Hi!

Don't know about Wine. I don't use that software myself. But as for where Firefox is installed in GNU/Linux, you can try these commands:
Code:
whereis firefox
firefox: /usr/bin/firefox
which firefox
/usr/bin/firefox
As you can see, firefox is installed in the /usr/bin/ directory, which in my case is not strictly true. I installed Firefox in /opt, so /usr/bin/firefox is a symlink:
Code:
ls -lh /usr/bin/firefox
lrwxrwxrwx 1 root root 20 jun  9  2015 /usr/bin/firefox -> /opt/firefox/firefox
But... try the commands above!

Best regards,
HMW
 
Old 01-23-2016, 11:13 AM   #3
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,137

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
It should be in .wine/drive_c/Program Files: I can't think where it went. You can run the search tool (in the Mint menu or via the file browser) to search your home directory for it.
 
Old 01-23-2016, 11:46 AM   #4
Tonus
Senior Member
 
Registered: Jan 2007
Location: Paris, France
Distribution: Slackware-15.0
Posts: 1,405
Blog Entries: 3

Rep: Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514
where is Firefox installed?

As root, updatedb
Then as user locate firefox.
 
Old 01-23-2016, 12:25 PM   #5
HMW
Member
 
Registered: Aug 2013
Location: Sweden
Distribution: Debian, Arch, Red Hat, CentOS
Posts: 773
Blog Entries: 3

Rep: Reputation: 369Reputation: 369Reputation: 369Reputation: 369
Quote:
Originally Posted by Tonus View Post
As root, updatedb
Then as user locate firefox.
Sorry, but that is not going to help. If you use locate to search for firefox:
Code:
locate firefox
You'll end up with more than 5000 matches. On this Debian system I got 5926 matches, and I don't even have Firefox installed!!!
 
Old 01-23-2016, 12:34 PM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
first WHY!!! the MS Windows firefox using wine when there is a perfectly good and BETTER linux version

all MICROSOFT software installed using wine is in your home folder
~./wine/drive_c/Program Files(x86)/??????

as to WHERE the individual parts are
they will be the same as on a MS windows OS

all over the bloody place
 
Old 01-23-2016, 07:12 PM   #7
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
linux mint uses apt packet management.
it is possible to list the installed files for each packages.
i know how you would do it in synaptic (graphical packet manager), but i'm sure it's possible with command line tools, too.
i'f start with
Code:
man apt
man apt-get
man apt-cache
 
Old 01-25-2016, 01:28 AM   #8
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,149

Rep: Reputation: 449Reputation: 449Reputation: 449Reputation: 449Reputation: 449
using root type:

Wheredhell is firefox ..

or try at this location:

/home/YOUR USERNAME/.wine/
 
Old 01-25-2016, 02:36 AM   #9
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,804

Rep: Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306
Quote:
Originally Posted by HMW View Post
Sorry, but that is not going to help. If you use locate to search for firefox:
Code:
locate firefox
You'll end up with more than 5000 matches. On this Debian system I got 5926 matches, and I don't even have Firefox installed!!!
locate firefox | grep 'firefox$' usually helps
 
Old 01-25-2016, 07:33 AM   #10
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Code:
whereis firefox
Code:
which firefox
Code:
sudo find / -name firefox*
These all work depending one what you have installed

Last edited by BW-userx; 01-25-2016 at 07:37 AM.
 
1 members found this post helpful.
Old 01-25-2016, 08:03 AM   #11
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,672

Rep: Reputation: 486Reputation: 486Reputation: 486Reputation: 486Reputation: 486
I'm with John VV, why are you running the MS Windows version of Firefox?
Firefox was originally written for Linux/Unix type systems, not Windows.
Quote:
I am running Linux Mint 17.3 Cinnamon.
The Linux native version of Firefox, which needs no Wine overhead, is already included in this distribution, why would you need two versions?



Play Bonny!

 
Old 01-26-2016, 07:00 PM   #12
Brant
Member
 
Registered: Oct 2007
Posts: 281

Original Poster
Rep: Reputation: 35
John VV's phrase "all over the bloody place" seems about right. I went from .wine>drive_c>users>brant>Application Data>Mozilla and found two files, Extensions and Firefox.

Extensions was empty; Firefox>Profiles>5pkhbqo2.default>and there it was. I admit that last file name seemed more than bizarre.

Deciding to install Firefox for Windows was a roundabout way (that has occasionally worked!) of trying to persuade Adobe Shockwave Player to play on a Linux distribution. Originally I wanted Adobe Shockwave in order to open the older archives of the Platinum Grit webcomic; now it is more simply the annoyance of having met something I cannot do on Linux. If anyone knows of a browser native to Linux that will do this, by all means, tell me and spare me this futile pilgrimage.

In the mean time, I will call this element of the puzzle solved, and keep thrashing away. Thanks.
 
Old 01-27-2016, 06:30 AM   #13
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by Brant View Post
Deciding to install Firefox for Windows was a roundabout way (that has occasionally worked!) of trying to persuade Adobe Shockwave Player to play on a Linux distribution.
As far as getting a flash plugin to workin' in linux. I've done this in lue of shockwave, by using pepperFlash, creating a dummy directory structor then unzipping a google-chrome-stable_current_x86_64.rpm using ark then take libpepflashplayer.so out and then place it into the directory where FireFox looks in its default path search.

Granted my Distro has a wrapper that helps it along, though it is a option to give it a try to get a latest version of flashplayer plugin to work. This is my setup for pepperFlash

Code:
/opt/google/chrome/PepperFlash/libfreshwrapper-pepperflash.so
/opt/google/chrome/PepperFlash/libpepflashplayer.so

sudo mkdir -p /opt/google/chrome/PepperFlash/

sudo mv libpepflashplayer.so /opt/google/chrome/PepperFlash/
my disclamer, I have a relatively fresh install of my distro and have not completed the pepper flash, Adobe Shockwave plugin setup at the time of this writing, and I've been using the old "out dated" plugin.

Quote:
I wanted Adobe Shockwave in order to open the older archives of the Platinum Grit webcomic; now it is more simply the annoyance of having met something I cannot do on Linux. If anyone knows of a browser native to Linux that will do this, by all means, tell me and spare me this futile pilgrimage.
for Platinum Grit webcomic I just went there and using 11.2.r202 out dated plugin, and it works with Platinum Grit webcomic . I've got my flash plugin set to ask, then just sleceted load it in there web page, and it loaded up np.

perhaps you've got other Platinum Grit webcomic places that your firefox is not working? I have no experience with Platinum Grit webcomic.

Last edited by BW-userx; 01-27-2016 at 06:56 AM.
 
Old 01-27-2016, 10:44 AM   #14
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,137

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
I'm using the old Opera 12 (I like it) with version 10 of Flash (the last to work on 32-bit AMD chips). I've just tried Platinum Grit and it works perfectly!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Upgrade installed firefox spiky0011 Linux From Scratch 5 03-31-2013 08:44 AM
Installed firefox 15.0.1 from tarball and firefox does not recognize plugins Alpha90 Linux - Software 5 09-13-2012 08:06 PM
Just installed Firefox 2 - How do I edit the Kmenu link to Firefox for all users? dude_man_dude Linux - Newbie 4 01-13-2007 01:06 AM
Got firefox installed still need help orion446 Linux - Software 5 01-17-2005 01:45 PM
so, i installed firefox,,, um where did it go? Zieroth Linux - Software 23 07-14-2004 09:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration