How To Install Mozilla Firefox In Kali Linux ?
#1: To install Mozilla Firefox in Kali Linux, initially, we need all necessary files for Firefox. To get those, use below command in terminal.
echo -e “\ndeb
http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main” | tee -a /etc/apt/sources.list > /dev/null
#2: Kali does not connect to the Ubuntu repository by default, so use below command adds secure gpg keys for the Ubuntu repository.
apt-key adv –recv-keys –keyserver keyserver.ubuntu.com C1289A29
#3: Now, we need to update all repositories in our system
apt-get remove update
#4: Finally, use below command to install Mozilla Firefox in Kali Linux
apt-get install firefox-mozilla-build
Mozilla Firefox will be listed in Internet directory.
Mozilla Firefox will be listed in Internet directory.
Comments
Post a Comment