[go: up one dir, main page]

Jump to content

PackageKit

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 1992 FARHAAD (talk | contribs) at 13:56, 18 June 2020 (gnome-packagekit: removed bad image added much better image). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

PackageKit
Original author(s)Richard Hughes
Initial release2007; 17 years ago (2007)
Stable release
1.2.0 / 4 May 2020; 4 years ago (2020-05-04)[1]
Repository
Written inC, C++, Python
Operating systemLinux
TypePackage management system
LicenseGNU General Public License
Websitewww.freedesktop.org/software/PackageKit/

PackageKit is a free and open-source suite of software applications designed to provide a consistent and high-level front end for a number of different package management systems. PackageKit was created by Richard Hughes in 2007,[2][3] and first introduced into an operating system as a default application in May 2008 with the release of Fedora 9.[4]

The suite is cross-platform, though it is primarily targeted at Linux distributions which follow the interoperability standards set out by the freedesktop.org group. It uses the software libraries provided by the D-Bus and Polkit projects to handle inter-process communication and privilege negotiation respectively.

Since 1995, package formats have been around, since 2000 there have been dependency solvers and auto-downloaders as a layer on top of them around, and since 2004 graphical front-ends. PackageKit seeks to introduce automatic updates without having to authenticate as root, fast-user-switching, warnings translated into the correct locale, common upstream GNOME and KDE tools and one software over multiple Linux distributions.[5]

PackageKit has been out of active maintenance since 2014.[6]

Software architecture

PackageKit itself runs as a system-activated daemon, packagekitd, which abstracts out differences between the different systems. A library called libpackagekit allows other programs to interact with PackageKit.[7]

Features include:

  • installing local files, ServicePack media and packages from remote sources
  • authorization using Polkit
  • the use of existing packaging tools
  • multi-user system awareness – it will not allow shutdown in critical parts of the transaction
  • a system-activated daemon which exits when not in use

pkcon is the official program of PackageKit, it operates from the command-line.[8]

Graphical front-ends

gnome-packagekit
gnome-packagekit 3.32 (released in 2019-03)

gnome-packagekit is an official GNOME front-end for PackageKit. Unlike GNOME Software, gnome-packagekit can handle all packages, not just applications, and has advanced features that are missing in GNOME Software as of June 2020.

GNOME Software
GNOME Software 3.30

GNOME Software is a utility for installing the applications and updates on Linux. It is part of the GNOME Core Applications and was introduced in GNOME 3.10.

Qt-based

Back-ends

A number of different package management systems (known as back-ends) support different abstract methods and signals used by the front-end tools.[9] Supported back-ends include:

See also

References

  1. ^ Hughes, Richard (20 May 2016). "PackageKit - Where can I download it?". freedesktop.org. Retrieved 23 April 2020.
  2. ^ "Installing and Updating Software Blows Goats". Richard Hughes. Retrieved 18 January 2011.
  3. ^ "Richard Hughes' blog posts about PackageKit". Richard Hughes. Retrieved 18 January 2011.
  4. ^ "Releases/9/FeatureList". Fedora Project Wiki. Fedora Project. 28 May 2008. Retrieved 7 July 2015.
  5. ^ "Introduction to PackageKit, a Package Abstraction Framework" (PDF). Richard Hughes. 2008-02-24. Retrieved 2014-04-11.
  6. ^ "PackageKit is dead, long live, well, something else". Richard Hughes. 2019-02-15. Retrieved 2019-06-18.
  7. ^ "PackageKit Reference Manual". packagekit.org. Archived from the original on 16 July 2009. Retrieved 10 July 2009.
  8. ^ "HowTo use pkon".
  9. ^ "Frequently asked questions". packagekit.org. Archived from the original on 19 March 2008. Retrieved 10 July 2009.
  10. ^ "hawkey on github".
  11. ^ "librepo on github".