Package apt: Information
Source package: apt
Version: 0.5.15lorg2-alt100
Build time: Jan 26, 2026, 10:26 PM in the task #406214
Category: System/Configuration/Packaging
Report package bugHome page: http://apt-rpm.org
License: GPL-2.0-or-later
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)
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
List of contributors:
Ivan Zakharyaschev
Maxim Slipenko
Maria Alexeeva
Ivan A. Melnikov
Andrey Cherepanov
Andrey Limachko
Vitaly Chikunov
Aleksei Nikiforov
Andrew Savchenko
Gleb Fotengauer-Malinovskiy
Dmitry V. Levin
Anton V. Boyarshinov
Alexey Tourbin
Sir Raorn
Stanislav Ievlev
Slava Semushin
Alex V. Myltsev
Anton Farygin
qa-robot
Sergey Bolshakov
Kachalov Anton
avd
Sviatoslav Sviridov
Ivan Zakharyaschev
Maxim Slipenko
Maria Alexeeva
Ivan A. Melnikov
Andrey Cherepanov
Andrey Limachko
Vitaly Chikunov
Aleksei Nikiforov
Andrew Savchenko
Gleb Fotengauer-Malinovskiy
Dmitry V. Levin
Anton V. Boyarshinov
Alexey Tourbin
Sir Raorn
Stanislav Ievlev
Slava Semushin
Alex V. Myltsev
Anton Farygin
qa-robot
Sergey Bolshakov
Kachalov Anton
avd
Sviatoslav Sviridov
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).