• Linux 如何查看.deb文件详细信息版本号包名


    一、查看 deb 信息的命令:

    dpkg-deb --info  ***.deb
    
    • 1

    二、举例:

    wong@wong-Inspiron-3558:~/Downloads $ dpkg-deb --info sunloginclient-11.0.0.36662-amd64.deb 
     new debian package, version 2.0.
     size 17528282 bytes: control archive=1878 bytes.
         830 bytes,    18 lines   *  control              
        3922 bytes,   146 lines   *  postinst             #!/bin/bash
          71 bytes,     4 lines   *  postrm               #!/bin/bash
         169 bytes,     6 lines   *  preinst              #!/bin/bash
        1124 bytes,    40 lines   *  prerm                #!/bin/bash
     Package: sunloginclient
     Section: Internet
     Priority: extra
     Version: 11.0.0.36662
     Maintainer: Oray <dev@oray.com>
     Installed-Size: 38100
     Architecture: amd64
     Depends: libappindicator3-1 
     Recommends: libwebkit2gtk-4.0.37,libwebkitgtk-3.0-0
     HomePage:https://www.oray.com
     Description: SunloginClient-11.0.0.36662 (Beta) for Linux
      Sunlogin Remote Control is a software that supports remote control of mobile
      devices, Windows, Mac, Linux and other systems. It is the best choice for IT
      technology, game players, designers and other people with remote management
      needs. By using Sunlogin, you can control other computers or mobile phones
      anytime, anywhere. You can make things feasible, including remote high-risk
      operations, remote power on/off, download files, AFK, and so on. Download
      Sunlogin and explore more exciting features!
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26

    在这里插入图片描述

  • 相关阅读:
    ONE 2.0应用场景解读 | 如何通过时序拓扑直观还原故障传导链路?
    MySQL多表
    向量化实现矩阵运算优化(一)
    zabbix 自动发现
    ElasticSeach的Api操作学习
    【C语言】指针和数组的深入理解(第一期)
    杰理之、产线装配环节【篇】
    some和filter、map的区别
    缺失值补充--SimpleImputer
    配置DHCP服务器
  • 原文地址:https://blog.csdn.net/qq_39779233/article/details/126062952