Ubuntu下查看软件版本及安装位置【转】

Ubuntu下查看软件版本及安装位置

查看软件版本:     aptitude show xxx

也可用apt-show-versions (要先安装sudo apt-get install apt-show-versions)

 

查看软件安装位置:
dpkg -L xxxx

查看软件是否安装:
dpkg -l | grep filename

posted @ 2017-11-17 11:20  the_tops  阅读(4753)  评论(0编辑  收藏  举报