Ok, the next problem that I am facing right now is with the absence of a web browser for some surfing.
Here are the steps to download and install Firefox in your Kali Linux box:
Use the wget command to fetch the tar file from Firefox official site. Example:
xox@XOX-KLINUX:~$ wget https://download-installer.cdn.mozilla.net/pub/firefox/releases/40.0.3/linux-x86_64/en-US/firefox-40.0.3.tar.bz2
--2015-08-29 02:28:50-- https://download-installer.cdn.mozilla.net/pub/firefox/releases/40.0.3/linux-x86_64/en-US/firefox-40.0.3.tar.bz2
Resolving download-installer.cdn.mozilla.net (download-installer.cdn.mozilla.net)... 117.18.232.191
Connecting to download-installer.cdn.mozilla.net (download-installer.cdn.mozilla.net)|117.18.232.191|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 48265357 (46M) [application/x-bzip2]
Saving to: ‘firefox-40.0.3.tar.bz2’
firefox-40.0.3.tar.bz2 100%[=======================================================================================================================>] 46.03M 3.50MB/s in 13s
2015-08-29 02:29:04 (3.42 MB/s) - ‘firefox-40.0.3.tar.bz2’ saved [48265357/48265357]
Unzip the tar file into the /usr/local directory, make sure you run this as root!:
root@XOX-KLINUX:/home/xox# ls
Desktop Documents Downloads firefox-40.0.3.tar.bz2 Music Pictures Public Templates Videos
root@XOX-KLINUX:/home/xox# cd /usr/local
root@XOX-KLINUX:/usr/local# tar xjf /home/xox/firefox-40.0.3.tar.bz2
root@XOX-KLINUX:/usr/local# ls
bin etc firefox games include lib man sbin share src
And you're done!
No comments:
Post a Comment