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!

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Learn More

cannot open iceweasel

  • 3 respostas
  • 2 têm este problema
  • 1 visualização
  • Última resposta de 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

Solução escolhida

Try a complete uninstall of the program.

Ler esta resposta 👍 0

Todas as respostas (3)

more options

Solução escolhida

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