Пакет apt: Информация

    Исходный пакет: apt
    Версия: 0.5.15lorg2-alt86
    Собран:  26 сентября 2023 г. 2:52
    Сообщить об ошибке в пакете
    Домашняя страница: http://apt-rpm.org

    Лицензия: GPL-2.0-or-later
    О пакете: Debian's Advanced Packaging Tool with RPM support
    Описание: 
    A port of Debian's APT tools for RPM based distributions,
    or at least for Conectiva. It provides the apt-get utility that
    provides a simpler, safer way to install and upgrade packages.
    APT features complete installation ordering, multiple source
    capability and several other unique features.
    
    This package is still under development.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    apt (mipsel)
    apt-basic-checkinstall (noarch)
    apt-checkinstall (noarch)
    apt-debuginfo (mipsel)
    apt-https (mipsel)
    apt-https-debuginfo (mipsel)
    apt-rsync (mipsel)
    apt-rsync-debuginfo (mipsel)
    apt-tests (noarch)
    apt-under-pkdirect-checkinstall (noarch)
    apt-xxtra-heavy-load-checkinstall (noarch)
    libapt (mipsel)
    libapt-debuginfo (mipsel)
    libapt-devel (mipsel)

    Сопровождающий: Ivan Zakharyaschev


      1. docbook-utils
      2. libreadline-devel
      3. gcc-c++
      4. librpm-devel
      5. libgnutls-devel
      6. liblua5.3-devel
      7. setproctitle-devel
      8. setproctitle-devel

    Последнее изменение


    24 июля 2023 г. Ivan Zakharyaschev 0.5.15lorg2-alt86
    - To make future API changes easier, extended a class so that it is suitable
      for aptitude and to untie aptitude and libapt. (Aptitude depended on its
      details, because it reimplemented it.) (Picked from Debian apt 0.6.42.4.)
    - Dropped a compat API, which could have still been relied on by libapt clients
      not aware of the support (since 0.5.15lorg2-alt73) for multiple hash types.
    5 июля 2023 г. Andrey Limachko 0.5.15lorg2-alt85
    - Added loongarch64 to archtable (thx Alexey Sheplyakov)
    2 июня 2023 г. Ivan Zakharyaschev 0.5.15lorg2-alt84
    - Fixed the display of descriptions in aptitude and packagekit (by making
      the format closer to Debian's):
      + Fixed the display of the first line, which was not shown in packagekit.
      + Fixed the regression (from 0.5.15lorg2-alt72) in the display of
        all but the first lines (in aptitude and packagekit). (ALT#40826)
      + This has also made packagekit show translated descriptions. (ALT#46251)
      + As a result, there is a cosmetic regression in synaptic: extra blanks.
    - Increased the buf for reading to 32k for effectiveness in methods:
      gzip (and other compression types), rsh, ftp.
    - Avoid compilation errors with GCC 13 (thx Alexey Sheplyakov). (ALT#46105)