zoukankan      html  css  js  c++  java
  • Linux 使用常见问题

    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
  • 相关阅读:
    testlink安装全攻略
    软件测试过程管理脑图
    VBS: FSO对象及文件读写
    最简单的NT驱动
    过DNF TP驱动保护(二)(转载)
    DebugPrint格式输出
    ObReferenceObjectByName
    最简单的WDM驱动
    设备对象(DEVICE_OBJECT)设备名称
    ObReferenceObjectByHandle内核函数
  • 原文地址:https://www.cnblogs.com/utopiazh/p/Linux_Operations.html
Copyright © 2011-2022 走看看