you need to unzip the file first
root@bt:~# tar -jxvf firefox-3.6.13.tar.bz2
then cd in to the directory and dpkg -i the .deb file
Printable View
you need to unzip the file first
root@bt:~# tar -jxvf firefox-3.6.13.tar.bz2
then cd in to the directory and dpkg -i the .deb file
Umm, ... wow ... spaces between commands and arguments help. Not sure why you have two f's in the tar command. Did you take the advice the command offered? 'tar --help' or 'tar --usage'. Cool stuff full of all sorts of useful info. 'man tar' works as well.
jk
I did a video on how you can add it to your repositories of backtrack and it will update in apt-get update and it should install in apt-get upgrade. Well you would have to install firefox the new one but once you do it should always update to the newer one 3.6.13 and newer... Just look for my video on my channel on youtube. Or just search for curemymind in youtube search engine. This sounds like a lot of work for something soo simple. I have a lot of backtrack beginner tutorials there to.
Step 1 : Go to /etc/apt/sources.list and edit it using kate to enter a new line ...
deb http://switch.dl.sourceforge.net/project/ubuntuzilla/mozilla/apt all main
or in Terminal Directly copy-paste this...
echo -e "\ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | sudo tee -a /etc/apt/sources.list > /dev/null
Step 2:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29
Step 3:
sudo apt-get update
Step 4:
sudo apt-get install firefox-mozilla-build
This will upgrade your firefox to it's latest stable version.
If any problem the refer to this URL http://sourceforge.net/apps/mediawiki/ubuntuzilla/index.php?title=Main_Page