如何找到应用程序的文件夹?

Ska*_*arf 6 linux ubuntu

如何找到我的 eclipse 在 linux 中安装的文件夹?

我可以通过控制台运行它,但我找不到文件夹。

Joh*_*n T 8

试试whereis命令:

$ whereis eclipse
日食:/usr/share/eclipse


rem*_*ems 4

在 bash 终端上输入

type -a eclipse
Run Code Online (Sandbox Code Playgroud)