知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

Ubuntu下查找程序的相关路径

发布时间:2014-09-05 14:17:26作者:知识屋

Ubuntu下查找程序的相关路径
 
下面将介绍如何在快速定位Debian系统软件的安装路径信息。
 
dpkg同样被用于安装、卸载和供给和.deb软件包相关的信息。
 
[plain] 
dpkg  is  a tool to install, build, remove and manage Debian packages.  
主要使用以下这两个功能:
 
[html] 
-L|--listfiles <package> ...     List files `owned' by package(s).  
-l|--list [<pattern> ...]        List packages concisely.  
 
例子:比如我们想查找chrome浏览器的路径
 
[html] 
androidyue@ubuntu:~/myscript$ dpkg -l | grep chrome  
ii  google-chrome-stable                   22.0.1229.94-r161065                                The web browser from Google  
ii  xserver-xorg-video-openchrome          1:0.2.904+svn1050-1ubuntu0.1                        X.Org X server -- VIA display driver  
 
这样我们就能找到具体的正确的包名了,然后就是利用包名查找地址:
 
[html] 
androidyue@ubuntu:~/myscript$ dpkg -L google-chrome-stable  
/.  
/usr  
/usr/bin  
/usr/share  
/usr/share/applications  
/usr/share/menu  
/usr/share/menu/google-chrome.menu  
/usr/share/gnome-control-center  
/usr/share/gnome-control-center/default-apps  
/usr/share/gnome-control-center/default-apps/google-chrome.xml  
/usr/share/man  
/usr/share/man/man1  
/usr/share/man/man1/google-chrome.1  
/usr/share/doc  
/usr/share/doc/google-chrome  
/usr/share/doc/google-chrome/changelog.gz  
/etc  
/etc/cron.daily  
/etc/cron.daily/google-chrome  
/opt  
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜