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).

  • 相关阅读:
    报表开发之扩展GROUP BY
    Leetcode--easy系列9
    datatable 前台和后台数据格式
    C实现头插法和尾插法来构建单链表(带头结点)
    HDOJ 题目1520 Anniversary party(树形dp)
    windows环境利用apache 配置虚拟主机
    POJ--1966--Cable TV Network【无向图顶点连通度】
    Linux Shell脚本编程学习笔记和实战
    win10 bcdedit加入vhdx启动
    设计模式之Mediator模式(笔记)
  • 原文地址:https://www.cnblogs.com/pascal1000/p/10849597.html
Copyright © 2011-2022 走看看