File: tech-packagekit.page

package info (click to toggle)
gnome-devel-docs 3.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 46,300 kB
  • ctags: 630
  • sloc: xml: 2,321; ansic: 2,040; python: 1,807; makefile: 747; sh: 504; cpp: 131
file content (43 lines) | stat: -rw-r--r-- 1,723 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="tech-packagekit" xml:lang="gl">
<info>
  <link type="guide" xref="tech" group="packagekit"/>
  <desc>Software installation and management</desc>

    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Fran Dieguez</mal:name>
      <mal:email>frandieguez@gnome.org</mal:email>
      <mal:years>2009-2013.</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Leandro Regueiro</mal:name>
      <mal:email>leandro.regueiro@gmail.com</mal:email>
      <mal:years>2011.</mal:years>
    </mal:credit>
  </info>

<title>PackageKit</title>

  <p>
    PackageKit lets applications query whether other packages are installed,
    regardless of the GNU/Linux distribution in which they are running.  If
    your application needs an extra package to be installed at runtime, it can
    ask PackageKit to download and install it.  For example, a multimedia
    application may need to download a codec, or an illustration program may
    need to download fonts as needed.
  </p>

  <p>
    Various Gnome applications use PackageKit in similar situations.  Totem,
    the media player, uses PackageKit to request installation of codecs when it
    tries to play a media file that it does not recognize.
    System-config-printer, a program to configure printers when they are
    plugged in, uses PackageKit to download and install printer drivers as needed.
  </p>

  <list style="compact">
    <item><p><link href="http://www.packagekit.org/">PackageKit home page</link></p></item>
  </list>

</page>