如何在Ubuntu中查找本身安装的软件包

使用命令:python

 

apt list --installed

 

例如要查询python, 可使用code

 

apt list --installed |grep python

 

相关文章
相关标签/搜索