zoukankan      html  css  js  c++  java
  • ubuntu19.04下查看软件安装目录和详细信息

    1、查看软件安装路径:

    pascal@pascal:~$ dpkg -L python3
    /.
    /usr
    /usr/bin
    /usr/lib
    /usr/lib/valgrind
    /usr/lib/valgrind/python3.supp
    /usr/share
    /usr/share/doc
    /usr/share/doc/python3
    ....

    2、查看软件安装的详细信息:

    pascal@pascal:~$ apt show python3
    Package: python3
    Version: 3.7.3-1
    Priority: important
    Section: python
    Source: python3-defaults
    Origin: Ubuntu
    Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
    Original-Maintainer: Matthias Klose <doko@debian.org>
    Bugs: https://bugs.launchpad.net/ubuntu/+filebug
    Installed-Size: 191 kB
    Provides: python3-profiler
    Pre-Depends: python3-minimal (= 3.7.3-1)
    Depends: python3.7 (>= 3.7.3-1~), libpython3-stdlib (= 3.7.3-1)
    Suggests: python3-doc (>= 3.7.3-1), python3-tk (>= 3.7.2-1~), python3-venv (>= 3.7.3-1)
    Replaces: python3-minimal (<< 3.1.2-2)
    Homepage: https://www.python.org/
    Task: minimal, ubuntu-desktop-minimal-default-languages, ubuntu-desktop-minimal-default-languages, ubuntu-desktop-minimal-default-languages, ubuntu-desktop-minimal-default-languages, ubuntu-desktop-minimal-default-languages, ubuntu-desktop-minimal-default-languages, ubuntu-desktop-minimal-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-core
    Cnf-Extra-Commands: python
    Cnf-Priority-Bonus: 5
    Supported: 9m
    Download-Size: 47.2 kB
    APT-Manual-Installed: no
    APT-Sources: http://mirrors.huaweicloud.com/repository/ubuntu disco/main amd64 Packages
    Description: interactive high-level object-oriented language (default python3 version)
     Python, the high-level, interactive object oriented language,
     includes an extensive class library with lots of goodies for
     network programming, system administration, sounds and graphics.
     .
     This package is a dependency package, which depends on Debian's default
     Python 3 version (currently v3.7).

  • 相关阅读:
    可惜老板不看程序员写的书
    《让僵冷的翅膀飞起来》系列之四——Visitor模式之可行与不可爱
    《让僵冷的翅膀飞起来》系列之二——从实例谈Adapter模式
    策略模式的应用实践
    《让僵冷的翅膀飞起来》系列之三——从Adapter模式到Decorator模式
    用Design+Blend轻松制作环形文字
    silverlight3的"伪"3D续图片横向轮换
    silverlight.net官方网站图片切换源码
    css2.1中的属性选择器(css高手请绕道)
    多线程中的ManualResetEvent
  • 原文地址:https://www.cnblogs.com/pascal1000/p/10849597.html
Copyright © 2011-2022 走看看