标签:ftp dpkg pkg 安装 软件安装 查看 软件版本 where whereis
1.查看安装的所有软件
dpkg -l
例如:dpkg -l | grep ftp
2.查看软件安装的路径
dpkg -L | grep ftp
也可以用 whereis ftp
3.查看软件版本
aptitude show
例如:aptitude show ftp
标签:ftp dpkg pkg 安装 软件安装 查看 软件版本 where whereis
原文地址:http://www.cnblogs.com/luotingliang/p/7251496.html