Link to home
Start Free TrialLog in
Avatar of llvllar1on
llvllar1on

asked on

How do I make a new version of firefox available for everyone on my linux system?

Let me clarify my question a little better.

I have a Debian Linux System.
I have 3 authorized users for the system with non-root priveleges.
These 3 users all have firefox installed in their accounts.

I logged into my Debian Linux System via root.
I downloaded and installed the latest version of firefox while logged in as root.

I logged out of root and logged in with user1, user2, and user3 accounts subsequently so that I could check to see if the new installation of Firefox was reflected system wide.  It was not.  The old version of firefox was still installed in user1, user2, and user3 account.

How do I mirror this change (the upgraded firefox) system wide for all users?
Avatar of Cyclops3590
Cyclops3590
Flag of United States of America image

where did you install it to.  Did you install it in the /usr/local  directory.  If you installed it as root, it might be somewhere inside of /root not accessible to the non-root users
Avatar of llvllar1on
llvllar1on

ASKER

It is installed in the /
directory.
and you're positive it is global read from the directory there? (executable for the bins of course).

the other questions I have are:
did you install this via tar ball and the other via deb package, if so both installs are probably there.
and if the permissions are right, are the non-root users referencing the correct firefox?
Ok, my question is basically:

Do I need to make some edit's in some script files so that when a user clicks the icon firefox from their desktop, will it reference the correct updated version i just installed?
possibly, i use mandriva mostly but i assume debian isn't much different overall since i believe both use kde.  right click on the icon and go for properties.  you should be able to see the path that the icon is pointing to.  just change that and you should be referencing the firefox you installed.
Yes sounds good and all, but say for instance I made more user accounts.  How would I be sure that the new additional users were using the updated version of firefox?  I don't want to have to change the properties for each user account.  Is there some kind of script edit or some file to edit that will always make sure that users use the updated firefox?
ASKER CERTIFIED SOLUTION
Avatar of Cyclops3590
Cyclops3590
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial