Results 1 to 2 of 2
Hi !
I just installed Xebian 1.1.4 (its old)on my xbox.im new to linux.
There is a very old version of firefox on this distro that only can display primitive ...
- 11-29-2011 #1Just Joined!
- Join Date
- Nov 2011
- Posts
- 1
Xbox xebian
Hi !
I just installed Xebian 1.1.4 (its old)on my xbox.im new to linux.
There is a very old version of firefox on this distro that only can display primitive sites like google ect.
Isnt there a way to get a more updated browser on this ditribution ?
- 11-30-2011 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,813
Xebian is just Debian with a tweaked interface to look good on an Xbox. It uses the standard Debian sources to update packages. I have no idea what version of Firefox is in the sources for Xebian (what version of Debian is it based on?).
If you want the latest Firefox, you'll probably have to do it manually. As it is Debian underneath, I'm sure there are guides aplenty on the net that can help you in doing that.
In short though, you just need to something like this, in a terminal:
Then you'd run firefox like:Code:wget ftp://ftp.mozilla.org/pub/firefox/releases/latest/linux-i686/en-US/firefox-8.0.1.tar.bz2 tar jxf firefox-8.0.1.tar.bz2 sudo mkdir -p /opt sudo mv ./firefox /opt/ sudo ln -s /opt/firefox/firefox /usr/local/bin/firefox
There are other things you can do to integrate the new version of Firefox onto your system (update shortcuts, reinstall plugins, etc.).Code:/usr/local/bin/firefox


Reply With Quote
