Conary (package manager)

From Wikipedia, the free encyclopedia
Conary
Conary.png
Screenshot of Conary running in a terminal
Initial releaseJuly 15, 2004; 17 years ago (2004-07-15)
Stable release
2.5.9[1] / 3 March 2016; 6 years ago (3 March 2016)
Repository
Written inPython
Operating systemLinux
PlatformIA-32, x86-64
Available inEnglish
TypePackage management system
LicenseApache License, Version 2.0[2]
Websitegithub.com/sassoftware/conary

Conary is a free software package management system created by rPath (now SAS) and distributed under the terms of the Apache License Version 2.0. It was relicensed from the GPLv3 in 2013.[2] It focuses on installing packages through automated dependency resolution against distributed online repositories, and providing a concise and easy-to-use Python-based description language to specify how to build a package. It is used by Foresight Linux and rPath Linux.

Conary updates only those specific files in packages which need to be updated; this behavior minimizes bandwidth and time requirements for updating software packages. Conary also features rollbacks[3][4] of package installation as well as derived packages.[5]

The Conary toolchain includes rmake, a build server for conary packages, which builds packages inside chroot environments containing only the package's explicitly listed build requirements and some other fundamental packages. This is very useful for packagers, because it means that package builds can be done inside a reproducible environment, and packagers cannot accidentally introduce dependencies on peculiarities of their machine's environment (such as custom configuration files, or undocumented extra packages).

See also[]

References[]

  1. ^ "Release 2.5.9". 3 March 2016. Retrieved 20 July 2018.
  2. ^ a b Relicense under Apache License version 2.0 from the GPLv3. The change in license was implemented on Sep 1 2013.
  3. ^ "Rollback, a barrel of fun". Archived from the original on 2012-03-30. Retrieved 2011-08-17.
  4. ^ Evaluate Conary (Project conary-eval WebHome
  5. ^ ewtroan: Derived Packages Archived 2007-07-05 at the Wayback Machine

External links[]

Retrieved from ""