deepin的软件安装位置在哪里?
Tofloor
poster avatar
bruce-pc
deepin
2017-09-15 09:23
Author
一直想知道deepin的默认软件安装位置,不知道是不是安装在了系统盘,求大神告知!
Reply Favorite View the author
All Replies
avatar
jingle
deepin
2017-09-15 14:53
#1
一般/usr 或者opt
Reply View the author
avatar
蒙笛
deepin
2017-09-15 17:09
#2
Reply View the author
avatar
134******40
deepin
2017-09-15 17:52
#3
本帖最后由 jdocker 于 2017-9-15 10:10 编辑

(1)一般使用which命令查看执行程序位置:
  1. which 命令名
Copy the Code

(2)而whereis查看多版本执行程序和man帮助文档的位置:
  1. whereis 命令名
Copy the Code

(3)如果知道安装的软件是deb类型的软件或者通过软件仓库安装的软件,可以使用软件名(你可以使用apt list --installed查看已经安装的deb软件)
  1. dpkg -L 软件名
Copy the Code

查看具体的安装位置和安装细节。

(4)如果想找到某个文件,建议安装locate工具,系统没有自带这个程序,需要手动安装
  1. sudo apt install mlocate
Copy the Code
然后执行建立locate索引的命令
  1. sudo updatedb
Copy the Code
接着你就可以使用locate命令
  1. locate 程序名或者文件名
Copy the Code


Reply View the author
avatar
bruce-pc
deepin
2017-09-16 00:48
#4
https://bbs.deepin.org/post/145536
(1)一般使用which命令查看执行程序位置:
(2)而whereis查看多版本执行程序和man帮助文档的位置:

谢谢您的解答,不过我没有看明白
Reply View the author
avatar
134******40
deepin
2017-09-16 03:15
#5
https://bbs.deepin.org/post/145536
谢谢您的解答,不过我没有看明白

哪里没看明白,说说,可以解释一下。
Reply View the author
avatar
baiyexing
deepin
2017-09-16 08:26
#6
https://bbs.deepin.org/post/145536
谢谢您的解答,不过我没有看明白

linux小白
Reply View the author
avatar
morangqian
deepin
2023-08-23 18:42
#7

应用商店下载的应用在这个目录下 file:///data/opt/apps

Reply View the author