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

Исходный пакет: apt
Версия: 0.5.15lorg2-alt65
Последняя версия по данным Repology
Собран:  3 июня 2019 г. 14:01 в задании #231081
Сообщить об ошибке в пакете
Домашняя страница: http://apt-rpm.org

Лицензия: GPL
О пакете: 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 (x86_64, i586, aarch64)
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)
libapt (x86_64, i586, aarch64)
libapt-debuginfo (x86_64, i586, aarch64)
libapt-devel (x86_64, i586, aarch64)

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



    1. libreadline-devel
    2. librpm-devel
    3. liblua5.3-devel
    4. bzlib-devel
    5. setproctitle-devel
    6. setproctitle-devel
    7. cvs
    8. cvs
    9. docbook-utils
    10. libgnutls-devel
    11. gcc-c++
    12. zlib-devel

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


30 мая 2019 г. Ivan Zakharyaschev 0.5.15lorg2-alt65
- Add buildtime to VerStrs (used by APT to identify package versions).
  This data is used in several manners:
  * by CheckDep() (only when matching a dependency with a real package);
  * rpm_name_conversion() (only when making up an id for a duplicated package);
  * and by *CmpVersion().
  The latter needs buildtime to determine the correct upgrade direction and
  can be called through the API with some externally supplied versions.
  In order to honor buildtime without changing the API and its clients, we pass
  buildtime inside the existing argument. (Also fixes ALT#36528)
- Increase default APT::Cache-Limit in 1.5 times due to the extension of VerStrs
  (ALT#36775).
17 мая 2019 г. Aleksei Nikiforov 0.5.15lorg2-alt64
- Ported https support from Debian via https method to apt-https package (Closes: #33732).
11 мая 2019 г. Gleb Fotengauer-Malinovskiy 0.5.15lorg2-alt63
- archtable:
  + added ppc64le;
  + added trivial arch translation (%_target_cpu -> %_target_cpu).