• ubuntu16.04(beaglebone) 下vim 和gcc 的信息


    root@arm:~# dpkg -L gcc 
    /.
    /usr
    /usr/bin
    /usr/bin/c99-gcc
    /usr/bin/c89-gcc
    /usr/share
    /usr/share/doc
    /usr/share/doc/cpp
    /usr/share/man
    /usr/share/man/man1
    /usr/share/man/man1/c99-gcc.1.gz
    /usr/share/man/man1/c89-gcc.1.gz
    /usr/bin/arm-linux-gnueabihf-gcov
    /usr/bin/gcc
    /usr/bin/arm-linux-gnueabihf-gcc
    /usr/bin/arm-linux-gnueabihf-gcc-nm
    /usr/bin/gcov-tool
    /usr/bin/gcov
    /usr/bin/arm-linux-gnueabihf-gcc-ranlib
    /usr/bin/gcc-nm
    /usr/bin/arm-linux-gnueabihf-gcc-ar
    /usr/bin/arm-linux-gnueabihf-gcov-tool
    /usr/bin/gcc-ranlib
    /usr/bin/gcc-ar
    /usr/share/doc/gcc
    /usr/share/doc/cpp/README.Bugs
    /usr/share/man/man1/gcc-ranlib.1.gz
    /usr/share/man/man1/arm-linux-gnueabihf-gcc.1.gz
    /usr/share/man/man1/arm-linux-gnueabihf-gcov.1.gz
    /usr/share/man/man1/gcov.1.gz
    /usr/share/man/man1/gcc-nm.1.gz
    /usr/share/man/man1/gcc-ar.1.gz
    /usr/share/man/man1/arm-linux-gnueabihf-gcc-nm.1.gz
    /usr/share/man/man1/gcov-tool.1.gz
    /usr/share/man/man1/arm-linux-gnueabihf-gcc-ar.1.gz
    /usr/share/man/man1/arm-linux-gnueabihf-gcov-tool.1.gz
    /usr/share/man/man1/gcc.1.gz
    /usr/share/man/man1/arm-linux-gnueabihf-gcc-ranlib.1.gz
    root@arm:~# 
    

      

    root@arm:~# dpkg -s gcc 
    Package: gcc
    Status: install ok installed
    Priority: optional
    Section: devel
    Installed-Size: 44
    Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
    Architecture: armhf
    Source: gcc-defaults (1.150ubuntu1)
    Version: 4:5.3.1-1ubuntu1
    Provides: c-compiler
    Depends: cpp (>= 4:5.3.1-1ubuntu1), gcc-5 (>= 5.3.1-3~)
    Recommends: libc6-dev | libc-dev
    Suggests: gcc-multilib, make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb, gcc-doc
    Conflicts: gcc-doc (<< 1:2.95.3)
    Description: GNU C compiler
     This is the GNU C compiler, a fairly portable optimizing compiler for C.
     .
     This is a dependency package providing the default GNU C compiler.
    Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
    root@arm:~# 
    
    root@arm:~# dpkg -L vim
    /.
    /usr
    /usr/share
    /usr/share/doc
    /usr/share/bug
    /usr/share/bug/vim
    /usr/share/bug/vim/presubj
    /usr/share/bug/vim/script
    /usr/share/lintian
    /usr/share/lintian/overrides
    /usr/share/lintian/overrides/vim
    /usr/bin
    /usr/bin/vim.basic
    /usr/share/doc/vim
    root@arm:~# dpkg -s vim
    Package: vim
    Status: install ok installed
    Priority: optional
    Section: editors
    Installed-Size: 1525
    Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
    Architecture: armhf
    Version: 2:7.4.1689-3ubuntu1.1
    Provides: editor
    Depends: vim-common (= 2:7.4.1689-3ubuntu1.1), vim-runtime (= 2:7.4.1689-3ubuntu1.1), libacl1 (>= 2.2.51-8), libc6 (>= 2.15), libgpm2 (>= 1.20.4), libpython3.5 (>= 3.5.0~b1), libselinux1 (>= 1.32), libtinfo5 (>= 6)
    Suggests: ctags, vim-doc, vim-scripts
    Description: Vi IMproved - enhanced vi editor
     Vim is an almost compatible version of the UNIX editor Vi.
     .
     Many new features have been added: multi level undo, syntax
     highlighting, command line history, on-line help, filename
     completion, block operations, folding, Unicode support, etc.
     .
     This package contains a version of vim compiled with a rather
     standard set of features.  This package does not provide a GUI
     version of Vim.  See the other vim-* packages if you need more
     (or less).
    Homepage: http://www.vim.org/
    Original-Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
    root@arm:~# 
    

      

      

  • 相关阅读:
    ifelse选择结构
    Chrome插件开发进阶
    java应用线上一次故障诊断分析
    阻止保存要求重新创建表的更改
    【设计模式系列】行为型模式之Mediator模式
    C#.NET第一阶段课件下载
    Unity Animation.CrossFade Animation.Play
    Unity Resources.Load
    Unity Transform
    VS Ctrl + Shift + Q
  • 原文地址:https://www.cnblogs.com/renchong/p/5767694.html
Copyright © 2020-2023  润新知