Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

cannot open iceweasel

  • 3 respostas
  • 2 have this problem
  • 1 view
  • Last reply by chenry

more options

I attempted top open Iceweasel in 64 bit Kali-Linux and got the following error message:

"Could not launch Iceweasel - failed to execute child process 'iceweasel' (no such file or directory)

 When I attempted to update Iceweasel, I was told the latest version is aready installed. 

How do I learn what is missing and replace it?

Would appreciate any help.

Chas

I attempted top open Iceweasel in 64 bit Kali-Linux and got the following error message: "Could not launch Iceweasel - failed to execute child process 'iceweasel' (no such file or directory) When I attempted to update Iceweasel, I was told the latest version is aready installed. How do I learn what is missing and replace it? Would appreciate any help. Chas

Chosen solution

Try a complete uninstall of the program.

Ler a resposta no contexto 👍 0

All Replies (3)

more options

Chosen Solution

Try a complete uninstall of the program.

more options

Looks that iceweasel isn't installed in a path that can be found via the path environment variable.
Try: locate iceweasel or check your software (package) installer to find the location of the program.

Start iceweasel via a shell script:

#!/bin/sh

cd <path to iceweasel>
./iceweasel
more options

Thank you for your suggestion. I like it, however, I have already uninstalled and re-installed Iceweasel. Now it works. If I had not already done that, I would have tried your solution.

Best wishes,

Chas