You are not logged in.
Pages: 1
This could quite possible be the most simple question asked here, but googling gave me no answers.
I've installed firefox3 from the unstable repository, but I don't know the command to run it, both "firefox" and "firefox3" come up with a bash command not found error.
My arch experience is slowly coming together
Offline
Looks like firefox3 is installed in /opt so you probably need to logout/login to get this in your path. Otherwise you can launch it with "/opt/mozilla/bin/firefox3".
Offline
Every time you install something and are not sure where it went you can do a
pacman -Ql <package_name>
That will list all the files of the installed package.
As Allan said, I think firefox resides somewhere in /opt so you should logout/login. The executable could be named firefox3-bin
Last edited by moljac024 (2008-05-18 13:21:07)
The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...
Offline
Yep, I just needed to log out and back in, thanks fir the tip.
Offline
Pages: 1