Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

cannot open iceweasel

  • 3 trả lời
  • 2 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi 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

Giải pháp được chọn

Try a complete uninstall of the program.

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (3)

more options

Giải pháp được chọn

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