首页 > 系统服务 > 详细

Linux 使用常见问题

时间:2014-08-16 21:05:11      阅读:420      评论:0      收藏:0      [点我收藏+]

1. 如何查看软件安装到什么位置 【Ubuntu】

今天安装了Lxc-docker,想看一下文件都安装到哪里了,首先找到这个包的ersion

zhouh1@uhome:~$ dpkg -s lxc-docker
Package: lxc-docker
Status: install ok installed
Priority: extra
Section: default
Installed-Size: 0
Maintainer: support@docker.com
Architecture: amd64
Version: 1.1.2
Depends: lxc-docker-1.1.2
Description: Linux container runtime
 Docker complements LXC with a high-level API which operates at the process
 level. It runs unix processes with strong guarantees of isolation and
 repeatability across servers.
 Docker is a great building block for automating distributed systems:
 large-scale web deployments, database clusters, continuous deployment systems,
 private PaaS, service-oriented architectures, etc.
License: Apache-2.0
Vendor: none
Homepage: http://www.docker.com/

然后,列出它涉及的文件

zhouh1@uhome:~$ dpkg -L lxc-docker-1.1.2 
/.
/usr
/usr/share
/usr/share/zsh
/usr/share/zsh/vendor-completions
/usr/share/zsh/vendor-completions/_docker
/usr/share/man
/usr/share/man/man5
/usr/share/man/man5/Dockerfile.5.gz
/usr/share/man/man1

 

Linux 使用常见问题,布布扣,bubuko.com

Linux 使用常见问题

原文:http://www.cnblogs.com/utopiazh/p/Linux_Operations.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!