2014/12/19

03.How to install browsers in Kali

1.Remove current IceWeasel Browser
apt-get remove iceweasel
 
2.Search for the browser you want
Search for package_name of browser
apt-cache search [browser_name]
And then
apt-get install [packege_name] 

3.Install Firefox
echo -e "\ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | tee -a /etc/apt/sources.list > /dev/null
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29
apt-get update
apt-get install firefox-mozilla-build

Install flashplayer
apt-get install flashplugin-nonfree 

4.Install Google Chromium
apt-get install chromium
 
5.Trouble Shooting with Google Chromium encode error
To slove the encoding error, you have to install fonts 
apt-get install fcitx-table-wbpy ttf-wqy-microhei ttf-wqy-zenhei

6.Install Chromium flash-player
Add following two lines into /etc/apt/sources.list

deb http://http.debian.net/debian wheezy-backports main contrib non-free

Update
sudo apt-get update

Install pepperflashplugin
aptitude -t wheezy-backports install pepperflashplugin-nonfree

Update pepperflashplayer
update-pepperflashplugin-nonfree --install

Restart your chromium browser, and you could use flash now!!


沒有留言:

張貼留言