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!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

cannot open iceweasel

  • 3 답장
  • 2 이 문제를 만남
  • 1 보기
  • 최종 답변자: 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

선택된 해결법

Try a complete uninstall of the program.

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (3)

more options

선택된 해결법

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