[Tutorials] 如何查看已经安装的软件
Tofloor
poster avatar
诸葛非卿
deepin
2023-09-15 23:23
Author

如题,我安装了deepin20.9,我发现在软件管理中心似乎看不到我已经安装的软件,导致我无法删除出现问题的软件,不知道该怎么解决,请问有什么方法解决,有知道的兄弟,务请回复,谢谢!

Reply Favorite View the author
All Replies
诸葛非卿
deepin
2023-09-15 23:26
#1

各位是新手,刚才软件管理中心在更新,所以没有显示安装的软件,抱歉了各位!

Reply View the author
阿顺呀
deepin
2023-09-15 23:43
#2

sudo apt list --installed

Reply View the author
fax928
deepin
2023-09-15 23:51
#3

还可以星火商店里安装image.png里面看。

Reply View the author
Lwh2008-Equinox
deepin
2023-09-16 02:20
#4

dpkg-query -W --showformat='{Installed-Size} {Package} ${Status}\n'|grep -v deinstall|sort -n|awk '{print $1" "$2}'

还可以从小到大排序

Reply View the author
Lwh2008-Equinox
deepin
2023-09-16 02:21
#5
Lwh2008-Equinox

dpkg-query -W --showformat='{Installed-Size} {Package} ${Status}\n'|grep -v deinstall|sort -n|awk '{print $1" "$2}'

还可以从小到大排序

为什么有一些字体变得奇奇怪怪的?

Reply View the author
阿尼樱奈奈
Moderator
2023-09-16 02:35
#6
Lwh2008-Equinox

为什么有一些字体变得奇奇怪怪的?

重新复制一下试试?

Reply View the author
fax928
deepin
2023-09-16 02:50
#7
Lwh2008-Equinox

为什么有一些字体变得奇奇怪怪的?

右键image.png选粘贴为纯文本。

Reply View the author
hanzn-zzx
deepin
2023-09-16 03:09
#8

打开终端,

debian应用输入 sudo apt list --installed

deepin玲珑应用输入 ll-cli list

Reply View the author