How To Install Firefox On Linux Command Line?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Download the Firefox package from Mozilla’s website.
2. Extract the package with the command: tar -xvf <package_name>.
3. Change the directory to the extracted folder with the command: cd <extracted_folder_name>.
4. To install Firefox, execute the command: sudo ./firefox.
5. Enter your sudo password if prompted.
6. Firefox is now installed. You can launch it from the command line by typing firefox.