LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-22-2005, 04:58 PM   #1
salviadud
Member
 
Registered: Feb 2005
Location: Mexico
Distribution: Gentoo - kernel 4.1.5
Posts: 186

Rep: Reputation: 30
Unhappy installed firefox package on slackware 10.0, i can't find it


i'm such a noob. i downloaded firefox 1.0 from linuxpackages.net for slackware 10.0

i then proceeded to install the package as root from the terminal. i used the utility, pkgtool

when i search for firefox on my computer it gives me a weird directory
/root/.mozilla

or
/root/.firefox

something like that...

what did i do wrong???

i want to install firefox as a package and be able to use it not as root, but as a common user.

i have not rebooted yet....

would that fix it?

*i don't like to reboot, i got wireless lan, it's painful to get online*

help apreciated
 
Old 02-22-2005, 05:04 PM   #2
brokenflea
Member
 
Registered: Nov 2003
Distribution: Slackware 11.0, FreeBSD
Posts: 284

Rep: Reputation: 30
did you try typing in firefox on the CLI or wherever your run menu is.... on KDE click on the panel and click on Run , in gnome click on the gnome footprint and Run
 
Old 02-22-2005, 05:09 PM   #3
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
if you use kde , just look at the package with "ark ".
it'll show you what is installed where....

also : " $less /var/log/packages/<firefox---blabla> will give you that file list.

egag
 
Old 02-22-2005, 05:10 PM   #4
dennisk
Member
 
Registered: May 2004
Location: Southwestern USA
Distribution: CentOS
Posts: 279

Rep: Reputation: 30
I'm not at my computer at the moment, but you should be able to type
Code:
mozilla-firefox
to run the program, if I remember correctly.

You can use tab completion on the commandline to find the correct command to type. Type
Code:
moz
then the tab key twice to get a list of commands that start with moz, same with fire then tab twice. Good way to remember (and discover) commands you don't use often.
 
Old 02-22-2005, 05:31 PM   #5
Shagrath239
Member
 
Registered: Jan 2005
Location: Santiago, Chile
Distribution: Looking towards LFS
Posts: 67

Rep: Reputation: 15
Why dont you download the Generic Linux Firefox tar.gz from mozilla.com??? it is the easiest thing... just untar to a folder... run firefox-installer... follow the on-screen instruccions... and that's it.

I use the generic one.
 
Old 02-22-2005, 06:17 PM   #6
salviadud
Member
 
Registered: Feb 2005
Location: Mexico
Distribution: Gentoo - kernel 4.1.5
Posts: 186

Original Poster
Rep: Reputation: 30
Thumbs up right on

funny, i tried
Code:
firefox
then i tried
Code:
mozilla
and yes, i had the generic one, but i guess i didn't want to have a hazzle with setting permissions for new progs.

guys, thanx a bunch. you are a lot of help
 
Old 02-22-2005, 06:36 PM   #7
x_freeride_x
LQ Newbie
 
Registered: Feb 2005
Posts: 15

Rep: Reputation: 0
I think I had the same problem. Total newb here . I installed firefox 1.0 and it works fine but I dont have an icon anywhere to launch it.
 
Old 02-22-2005, 07:08 PM   #8
brokenflea
Member
 
Registered: Nov 2003
Distribution: Slackware 11.0, FreeBSD
Posts: 284

Rep: Reputation: 30
what window manager are you using ? just create a link on your deskbar or panel and link it to the firefox install directory.... e.g. if you installed firefox in /usr/local (this is where i usually install it)

the link would be: /usr/local/firefox/firefox
 
Old 02-24-2005, 12:51 AM   #9
x_freeride_x
LQ Newbie
 
Registered: Feb 2005
Posts: 15

Rep: Reputation: 0
Quote:
Originally posted by brokenflea
what window manager are you using ? just create a link on your deskbar or panel and link it to the firefox install directory.... e.g. if you installed firefox in /usr/local (this is where i usually install it)

the link would be: /usr/local/firefox/firefox
kde 3.2.3, and you have to give me more detailed steps here. total newb. sorry
 
Old 03-04-2005, 01:55 PM   #10
thegnu
Member
 
Registered: May 2004
Location: St. Petersburg, FL USA
Distribution: Arch Linux, Fedora Core 3
Posts: 51

Rep: Reputation: 15
Re: installed firefox package on slackware 10.0, i can't find it

Quote:
Originally posted by salviadud
*i don't like to reboot, i got wireless lan, it's painful to get online*
I'm new to slackware and wireless networking in Linux (I got a really cheap pentium 1 laptop), and the way I fixed the wireless issue is by putting the commands that configure my network into /etc/rc.d/rc.local

for example:

Code:
ifconfig wlan0 192.168.1.7 netmask 255.255.255.0 up
route add default gw 192.168.1.1 dev wlan0
I installed the lwlan package and am using a Linksys WPC11 wireless card. Hope this helps

EDIT: I just installed firefox, and the executable is mozilla-firefox. Run from the terminal (or add to a fluxbox/blackbox menu, run from a run dialog box):

Code:
mozilla-firefox
It works for me
/EDIT

Last edited by thegnu; 03-04-2005 at 02:13 PM.
 
Old 03-04-2005, 09:22 PM   #11
spaceballs
Member
 
Registered: Jan 2005
Location: Dallas, TX
Distribution: Slackware-current
Posts: 248

Rep: Reputation: 30
pkgtool

You can use pkgtool. As root, run pkgtool, and one of the options in the menu will show you what files were installed by each Slackware package that you have installed. Find the right one, mozilla-firefox or whatever it is, and then type this:

ln -s /path/to/mozilla-firefox (or firefox, whichever) /usr/bin/firefox

This second step allows you to just type firefox at the command prompt and start up firefox.
 
  


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
RPM package manager says package needs to be installed. But I already installed it! nick623 Linux - Software 2 05-24-2005 02:15 AM
firefox installed on suse92, now how to find, make icon, execute, deinstall? learnfast Linux - Newbie 6 04-07-2005 07:48 PM
Just installed GAIM 1.1.2 package from Slackware.com, missing protocols. EOHooligan Slackware 4 02-06-2005 12:11 PM
How to find the complete path of an installed package samik Linux - Newbie 1 10-26-2003 02:19 PM
Can't find package Red Hat Update Agent installed poison5151 Linux - Software 4 04-12-2003 11:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:09 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