View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 19 posts ] 
Go to page 1, 2  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: Installing Firefox
PostPosted: Wed Jul 16, 2008 10:08 pm 
Offline
Joined: Wed Jul 16, 2008 11:42 am
Posts: 2
Hello,

I've tried a few of the other Myth* distros and heard great things about KM so I wanted to give it a shot. However, at the command prompt when I try to install firefox it tells me that it isn't a recognized package.

Is there a repo I need to update or configure to load more packages?

Thanks for your help.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 16, 2008 11:21 pm 
Offline
Joined: Sun Jun 12, 2005 10:55 pm
Posts: 3161
Location: Warwick, RI
Hi,
There are a couple of steps you will need to do to get firefox installed.
All steps as root, su -
first edit sources and remove the un from the first source item:
nano -w /etc/apt/sources.list
load the repository inventory:
apt-get update
install a couple of tools:
apt-get install synaptic
apt-get install firefox


The trick to be aware of is to check to ensure it is only going to install, no updates, no removals. Some packages may not show issues until they are being "unwrapped and installed" One such case is thunderbird, all goes well until it tries to add the dictionary. You can use synaptic to remove the offending package as you are block from future additions until it is fixed. You can use synaptic to install packages also, just watch carefully for the install items as mentioned earlier.

You may want to add flash and the jre also using synaptic. use su (no -) and then you can run it from an xterm.
While at root power, I also add a hot key to call firefox.
echo "Mod1 w :ExecCommand mozilla" >> /etc/X11/fluxbox/keys
When finished, restart the xserver (ctl alt bksp) and once back at the menus, press alt w to bring up firefox :)
You can hide / unhide firefox with an alt tab

Mike


Top
 Profile  
 
 Post subject: Re: Installing Firefox
PostPosted: Thu Jul 17, 2008 4:37 am 
Offline
Joined: Sun Aug 28, 2005 7:07 pm
Posts: 821
Location: Melbourne, Australia
brittneygirl wrote:
Hello,

I've tried a few of the other Myth* distros and heard great things about KM so I wanted to give it a shot. However, at the command prompt when I try to install firefox it tells me that it isn't a recognized package.

Is there a repo I need to update or configure to load more packages?

Thanks for your help.


Firefox in Debian is called iceweasel. You will need to apt-get install iceweasel

This is obvious if you do an apt-cache search firefox.

Cheers

Mike

_________________
*********************
LinHES 7.4
Australian Dragon
*********************


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 17, 2008 5:44 am 
Offline
Joined: Sun Jun 12, 2005 10:55 pm
Posts: 3161
Location: Warwick, RI
Hi,

manicmike is correct with the name but the package manager automatically substitutes the iceweasle.

Mike


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 17, 2008 7:23 pm 
Offline
Joined: Wed Jul 16, 2008 11:42 am
Posts: 2
Thanks guys, I will try it now that I am home.

Thanks for your input, I'll let you know how it turned out!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 30, 2008 3:59 pm 
Offline
Joined: Wed Dec 10, 2003 8:31 pm
Posts: 1996
Location: /dev/null
I put it on my R5.5 box simply by downloading the package from www.firefox.com and launching it from the shell:

Code:
$ lynx www.firefox.com


That'll bring up the webpage. Now hit space twice, position your cursor over the "Linux (8.7MB)" link and hit the right arrow key to download. Then save it to disk and exit lynx by hitting "Q" when it's finished. This should result in the firefox-3.0.1.tar.bz2 archive downloaded to your /home/<user>

Code:
$ tar -xjf firefox-3.0.1.tar.bz2


That will unpack it. To use it simply:

Code:
$ cd firefox
$ ./firefox


Worked for me :)

_________________
Retired KM user (R4 - R6.04); friend to LH users.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Aug 06, 2008 8:38 pm 
Offline
Joined: Sat Oct 29, 2005 6:57 am
Posts: 176
I installed firefox without difficulty by using the lynx www.firefox.com instruction from above. I have a couple of questions.

Are all the files from firefox in /home/mythtv/firefox and /root/.mozilla/firefox?

How do I install flash?

How do I remove firefox cleanly?

rkshack

_________________
5.5
6150k8ma-8ekrs
Athlon64 3200+
1gb ram
250gb hda
750gb sda
nvidia 6200
central time


Top
 Profile  
 
 Post subject:
PostPosted: Wed Aug 06, 2008 10:40 pm 
Offline
Joined: Sun Aug 28, 2005 7:07 pm
Posts: 821
Location: Melbourne, Australia
rkshack wrote:
I installed firefox without difficulty by using the lynx www.firefox.com instruction from above. I have a couple of questions.

Are all the files from firefox in /home/mythtv/firefox and /root/.mozilla/firefox?

How do I install flash?

How do I remove firefox cleanly?

rkshack


Here's a tip on which way is best: Always use a debian package if one is available (and one is). Uninstalling and upgrading are then trivial. Flash is then installed the same way. It is in the non-free section.

You will have to read the README file that came with the downloaded binary for how to get rid of it cleanly. The flash player should probably be manually installed too. Go to adobe.com and it will prompt you to the download location.

Mike

P.S. Don't run firefox as root. Very dangerous.

_________________
*********************
LinHES 7.4
Australian Dragon
*********************


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 27, 2008 6:22 pm 
Offline
Joined: Thu Mar 02, 2006 5:42 pm
Posts: 410
Location: middleton wi usa atsc
mjl wrote:
first edit sources and remove the un from the first source item:
nano -w /etc/apt/sources.list
Mike
After it is installed should one go back and add the un back into the sources?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 05, 2009 3:04 am 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
jzigmyth wrote:
After it is installed should one go back and add the un back into the sources?
What "un". Should be no need.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 05, 2009 9:52 am 
Offline
Joined: Thu Mar 02, 2006 5:42 pm
Posts: 410
Location: middleton wi usa atsc
cecil wrote:
What "un"


mjl wrote:
Hi,
There are a couple of steps you will need to do to get firefox installed.
All steps as root, su -
first edit sources and remove the un from the first source item:
nano -w /etc/apt/sources.list


Quote:
Change /etc/apt/sources.list:
#Debian repos
deb http://ftp.debian.org unstable main contrib non-free
deb-src http://ftp.debian.org unstable main contrib non-free

To this:
#Debian repos
deb http://ftp.debian.org stable main contrib non-free
deb-src http://ftp.debian.org stable main contrib non-free
I was unsure of when to use stable and when to use unstable in the sources list. Knoppmyth came defaulted with unstable in the sources list, but that doesn't work for installing firefox. So I take it there is no reason to ever change it back to unstable.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 13, 2009 2:26 pm 
Offline
Joined: Wed Dec 10, 2003 8:31 pm
Posts: 1996
Location: /dev/null
firefox isn't firefox in debian... it's 'iceweasel' so that might explain why you're not finding a 'firefox' package.

_________________
Retired KM user (R4 - R6.04); friend to LH users.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 13, 2009 9:00 pm 
Offline
Joined: Sun Jun 12, 2005 10:55 pm
Posts: 3161
Location: Warwick, RI
Hi,

Back in '08, Jul 17, 2008 to be exact, I dont' believe R5.5 was released yet. In R5F27 the sources.list on my machine it had the "un"stable, at least in my install. For R5.5 no change was needed.

I load several apps & games and one of the first is firefox. The apt-get was smart enough to actually pull iceweasle and install that app even if I told it to apt-get install firefox ..

As with anything you may add to your KM machine, becareful as it can hose it real quick. I do not let it upgrade nor remove pacakges with only a couple of exceptions like pppconfig, setserial and have had no ill effects that I know about.

A tough one to get going was openoffice.
Mike


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 24, 2009 6:21 am 
Offline
Joined: Wed Dec 10, 2003 8:31 pm
Posts: 1996
Location: /dev/null
@mjl - I remember a time when 'apt-get install firefox' worked as well and I believe it was back on R5F27. If you search 'firefox' over at packages.debian.net, it seems like only the etch (i.e. stable repo) gets a transition package for firefox. All the other ones have switched to 'iceweasel.'

_________________
Retired KM user (R4 - R6.04); friend to LH users.


Top
 Profile  
 
 Post subject: works, but...
PostPosted: Sat Jun 20, 2009 2:07 pm 
Offline
Joined: Tue Mar 28, 2006 8:26 pm
Posts: 804
Location: Minneapolis, MN
graysky wrote:
I put it on my R5.5 box simply by downloading the package from www.firefox.com and launching it from the shell:

Code:
$ lynx www.firefox.com


That'll bring up the webpage. Now hit space twice, position your cursor over the "Linux (8.7MB)" link and hit the right arrow key to download. Then save it to disk and exit lynx by hitting "Q" when it's finished. This should result in the firefox-3.0.1.tar.bz2 archive downloaded to your /home/<user>

Code:
$ tar -xjf firefox-3.0.1.tar.bz2


That will unpack it. To use it simply:

Code:
$ cd firefox
$ ./firefox


Worked for me :)

I just followed your directions using an xterm window in the Fluxbox desktop and they worked.
I noticed that there is no kind of fluxbox program menu header was created after doing this - like it would be if we installed using apt-get.
Does that mean that you would have to go to a xterm window and type "./firefox" every time you want to run Firefox?
Is there a way to make a Fluxbox program header that could be clicked on in R5.5?

Eric

_________________
KnoppMyth R5.5, Asus A8N-VM CSM (nvidia 6150 onboard video), AMD Athlon 64 dual-core 4200+, two 1GB sticks DDR 400, HD-3000 HDTV card, PVR-150 card, Iguanaworks RS-232 IR receiver/transmitter, Pioneer DVR-110 DVD burner


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 19 posts ] 
Go to page 1, 2  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 22 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu