PDA

View Full Version : How to get firefox listed on the menu



iguy
07-03-2005, 02:50 PM
Hi,
I have installed knoppix 3.6 to the HDD. I downloaded and installed friefox which installed it by default to my /home/<user> directory. But firefox doesn't show up in the K menu under the submenu Internet.

How do I get it included?

Thanks :)

Markus
07-04-2005, 09:33 AM
You should use the debian way of installing apps whenever possible. In a nutshell you do:
su
dselect update
apt-get install mozilla-firefox

Have a look at http://www.debian.org/doc/manuals/apt-howto/index.en.html

If you really want to install manually you can use the menu editor to add a link.

iguy
07-04-2005, 03:25 PM
Thanks. I had tried apt-get previously but I had tried to install "firefox" instead of "mozilla-firefox" so it didn't find anything to install and i thought there was no firefox on the apt repositories. Now I have been able to install it successsfully and get it listed on the menu automatically too. I absolutely love apt :D.

Thanks for the help.

See you.

Markus
07-04-2005, 09:06 PM
No problem. Next time try: apt-cache search firefox