Package apt: Information

    Source package: apt
    Version: 0.5.15lorg2-alt100
    Latest version according to Repology
    Build time:  Jan 26, 2026, 10:26 PM in the task #406214
    Report package bug
    Home page: http://apt-rpm.org

    Summary: Debian's Advanced Packaging Tool with RPM support
    Description: 
    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.

    List of RPM packages built from this SRPM:
    apt (x86_64, i586, aarch64)
    apt-basic-checkinstall (noarch)
    apt-checkinstall (noarch)
    apt-debuginfo (x86_64, i586, aarch64)
    apt-https (x86_64, i586, aarch64)
    apt-https-debuginfo (x86_64, i586, aarch64)
    apt-rsync (x86_64, i586, aarch64)
    apt-rsync-debuginfo (x86_64, i586, aarch64)
    apt-tests (noarch)
    apt-under-pkdirect-checkinstall (noarch)
    apt-xxtra-heavy-load-checkinstall (noarch)
    libapt (x86_64, i586, aarch64)
    libapt-debuginfo (x86_64, i586, aarch64)
    libapt-devel (x86_64, i586, aarch64)

    Maintainer: Ivan Zakharyaschev



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

    Last changed


    Jan. 25, 2026 Ivan Zakharyaschev 0.5.15lorg2-alt100
    - e2k: Fixed the compilation of dependent packages with unchanged flags.
      (Restored the e2k source code adaptations; simply removing them in
      0.5.15lorg2-alt93 was wrong due to possible ABI or API breakage.)
    - Run all the tests with some long pkgprioties file (as a simplistic way
      to make sure that the problem from 0.5.15lorg2-alt97 doesn't appear).
    Jan. 15, 2026 Ivan Zakharyaschev 0.5.15lorg2-alt99
    - basic-checkinstall subpkg:
      + Do the testing with an installed GPG key in this subpkg.
      + Fixed permission issues when running it unpriviledged. (ALT#54672)
    Nov. 2, 2025 Maxim Slipenko 0.5.15lorg2-alt98
    - Fixed size mismatch for files >2GB by using strtoul() instead of atoi()
      in acquire-worker (ALT#56327).