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

#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.

Comments

Popular posts from this blog

⚠️How to create a virus in termux app ?

List in Python

How To Install Metasploit In Termux App ?