( Kiss Gyula Endre | 2020. 05. 27., sze – 19:32 )

Szerkesztve: 2020. 05. 27., sze – 19:35

Nem Debian, vagy Ubuntu variáns. A csomagok nevükben és szerkezeti felépítésükben is különböznek  a *.deb csomagoktól. Az ubuntu és debian deb csomagjai valamennyire kompatibilisek egymással, az UBK uhu csomagjai, csak az UBK rendszerre telepíthetők.

 

Egy példasorozat, a csomagba bedrótozott információkról:

 

Például UBK esetében nincs libc6, libpolkit-gobject-1.0, libaccountsservice0, libglib2.0-0 csomag, ami kellene az accountsservice.deb csomag feltelepítéséhez.

UHU accountsservice (0.6.55) csomag:

attila@attila-p5k:/usr/src/UHUBUILD/pkg/UBK4/main/amd64$ dpkg-deb -I accountsservice_0.6.55-1.2_amd64.ubk4.uhu
 new Debian package, version 2.0.
 size 138896 bytes: control archive=5320 bytes.
    4994 bytes,   234 lines      buildinfo            
     554 bytes,    18 lines      control              
    7564 bytes,    88 lines      md5sums              
      63 bytes,     2 lines   *  postinst             #!/bin/sh
      61 bytes,     2 lines   *  postrm               #!/bin/sh
      60 bytes,     2 lines   *  prerm                #!/bin/sh
      49 bytes,     1 lines      shlibs               
   10701 bytes,    91 lines      stat                 
 Package: accountsservice
 Source: accountsservice_0.6.55-1
 Version: 0.6.55-1.2
 Architecture: amd64
 Distribution: UHU-Linux UBK4
 Priority: optional
 Installed-Size: 920
 Installed-Sizes:
     908 /usr
     436 /usr/share
      60 /usr/share/doc
       8 /var
 Maintainer: peritus <peritus@freemail.hu>
 Vendor: UHU Linux Baráti Kör
 Depends: bash, glib (>= 2.64.1), glibc (>= 2.31), polkit (>= 0.116), uhu-pkg
 Section: Libraries
 Homepage: http://cgit.freedesktop.org/accountsservice/
 Description: Felhasználói fiókokhoz D-BUS alapú lekérdező függvénytár
attila@attila-p5k:/usr/src/UHUBUILD/pkg/UBK4/main/amd64$

DEBIAN accountsservice (0.6.55) csomag:

attila@attila-p5k:~/Letöltések$ dpkg-deb -I accountsservice_0.6.55-2_amd64.deb
 new Debian package, version 2.0.
 size 90064 bytes: control archive=3872 bytes.
     726 bytes,    15 lines      control              
    8083 bytes,    95 lines      md5sums              
    2020 bytes,    52 lines   *  postinst             #!/bin/sh
     833 bytes,    24 lines   *  postrm               #!/bin/sh
     199 bytes,     5 lines   *  preinst              #!/bin/sh
     854 bytes,    26 lines   *  prerm                #!/bin/sh
 Package: accountsservice
 Version: 0.6.55-2
 Architecture: amd64
 Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
 Installed-Size: 638
 Depends: dbus (>= 1.9.18), libaccountsservice0 (= 0.6.55-2), libc6 (>= 2.4), libglib2.0-0 (>= 2.44), libpolkit-gobject-1-0 (>= 0.99)
 Suggests: gnome-control-center
 Section: admin
 Priority: optional
 Homepage: https://www.freedesktop.org/wiki/Software/AccountsService/
 Description: query and manipulate user account information
  The AccountService project provides a set of D-Bus
  interfaces for querying and manipulating user account
  information and an implementation of these interfaces,
  based on the useradd, usermod and userdel commands.
attila@attila-p5k:~/Letöltések$