应用商店的软件的实际安装目录在哪里
Tofloor
poster avatar
misign404
deepin
2020-02-19 04:36
Author
我通过应用商店安装一个软件,此时我需要替换这个程序安装目录下的一个文件。
所以,想询问一下,通过应用商店安装的软件,实际会被安装到那个文件夹中。

我尝试去/opt 目录里面看了一下,没有找到。

所以在此询问一下。


Reply Favorite View the author
All Replies
avatar
Feng Yu
deepin
2020-02-19 04:48
#1
  1. dpkg -L <软件包名>
Copy the Code
Reply View the author
avatar
misign404
deepin
2020-02-19 05:07
#2
https://bbs.deepin.org/post/189078
whereis  ?
whereis firefox                                                                   ...

谢谢回复,我知道whereis 这个命令,我通过whereis 查到了这个命令。但是我想知道它的安装目录在哪里。
Reply View the author
avatar
misign404
deepin
2020-02-19 05:12
#3

dpkg -L 获取到的信息很多了。我在想是不是我把Windows上面的认知套到了Linux上。谢谢回复。O(∩_∩)O
Reply View the author
avatar
xuehuco123
deepin
2020-02-19 17:37
#4
试试 sudo find / -name 软件名
Reply View the author