
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.sabayonlinux.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.sabayonlinux.org/index.php?title=Ru:Equo&amp;feed=atom&amp;action=history</id>
		<title>Ru:Equo - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.sabayonlinux.org/index.php?title=Ru:Equo&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=Ru:Equo&amp;action=history"/>
		<updated>2013-05-23T12:44:22Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.4</generator>

	<entry>
		<id>http://wiki.sabayonlinux.org/index.php?title=Ru:Equo&amp;diff=10227&amp;oldid=prev</id>
		<title>K4ph: added missing i18n</title>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=Ru:Equo&amp;diff=10227&amp;oldid=prev"/>
				<updated>2011-02-10T18:49:31Z</updated>
		
		<summary type="html">&lt;p&gt;added missing i18n&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{I18n| [[Ca:Equo|ca]] [[De:Equo|de]] [[En:Equo|en]] [[Es:Equo|es]] [[It:Equo|it]] [[Ru:Equo|ru]]}}&lt;br /&gt;
&lt;br /&gt;
{{Construction}}&lt;br /&gt;
&lt;br /&gt;
==Об Equo==&lt;br /&gt;
[[Image:Equo--help_ouput.png|thumb|400px|Equo в действии]]&lt;br /&gt;
Equo - терминальное приложение-клиент для системы Entropy. Оно устанавливает, удаляет и обновляет пакеты, обнаруживает зависимости и это лишь начало.&lt;br /&gt;
&lt;br /&gt;
== Установка Equo ==&lt;br /&gt;
Equo - часть пакета Entropy. Для ее установки, пожалуйста следуйте инструкциям на следующей странице: [[Entropy#Installing_Entropy|Entropy]]&lt;br /&gt;
&lt;br /&gt;
==Использование Equo==&lt;br /&gt;
Полный список доступных команд с их обьяснениями:&lt;br /&gt;
 # equo --help --verbose&lt;br /&gt;
===Обновление пакетных репозитариев===&lt;br /&gt;
Для обновления репозитариев, запустите следующую команду:&lt;br /&gt;
 # equo update&lt;br /&gt;
&lt;br /&gt;
===Обновление системы===&lt;br /&gt;
Для обновления всех пакетов до последних версии, используйте следующее:&lt;br /&gt;
 # equo upgrade --ask&lt;br /&gt;
&lt;br /&gt;
===Поиск пакетов===&lt;br /&gt;
Вы можете искать пакеты в equo командой search:&lt;br /&gt;
 # equo search &amp;lt;имя пакета&amp;gt;&lt;br /&gt;
===Установка пакетов===&lt;br /&gt;
Для установки пакетов используйте следующую команду. Опция --ask необязательна, но рекомендуется.&lt;br /&gt;
 # equo install &amp;lt;пакет&amp;gt; --ask&lt;br /&gt;
===Удаление пакетов===&lt;br /&gt;
Для удаления пакета используйте эту функцию:&lt;br /&gt;
 # equo remove &amp;lt;пакет&amp;gt;&lt;br /&gt;
===Отчистка скачанных пакетов===&lt;br /&gt;
Время от времени следует очищать временные файлы Entropy. Используйте следующую команду:&lt;br /&gt;
 # equo cleanup&lt;br /&gt;
[[Category:Entropy|EquoEn]]&lt;br /&gt;
&lt;br /&gt;
==Весь 'equo --help --verbose'==&lt;br /&gt;
&lt;br /&gt;
''For easy reference'' all output of '''equo --help --verbose''' pasted here in a nice, easier to read wiki format.&lt;br /&gt;
&lt;br /&gt;
''' ~ equo ~             Entropy Framework Client - (C) 2007-2010''' &lt;br /&gt;
&lt;br /&gt;
===Basic Options ===&lt;br /&gt;
 &lt;br /&gt;
        '''--help'''           '' this output'' &lt;br /&gt;
       ''' --version'''       ''print version'' &lt;br /&gt;
        '''--nocolor'''       ''disable colorized output'' &lt;br /&gt;
        '''--bashcomp'''   ''print a bash completion script to stdout'' &lt;br /&gt;
&lt;br /&gt;
===Application Options=== &lt;br /&gt;
&lt;br /&gt;
        '''update'''         '' update configured repositories'' &lt;br /&gt;
                ''' --force'''                  force sync regardless repositories status &lt;br /&gt;
 &lt;br /&gt;
        ''' repo'''     ''manage your repositories'' &lt;br /&gt;
                enable          enable given repository &lt;br /&gt;
                disable         disable given repository &lt;br /&gt;
 &lt;br /&gt;
        '''notice''' [repos]  repository notice board reader &lt;br /&gt;
        '''status'''          show respositories status &lt;br /&gt;
        '''search'''          ''search packages in repositories'' &lt;br /&gt;
 &lt;br /&gt;
        '''match'''           ''match a package in repositories'' &lt;br /&gt;
                '''--multimatch'''    return all the possible matches &lt;br /&gt;
                '''--multirepo'''     return matches from every repository &lt;br /&gt;
                '''--showrepo'''      print repository information (w/--quiet) &lt;br /&gt;
                '''--showdesc'''      print description too (w/--quiet) &lt;br /&gt;
 &lt;br /&gt;
        '''hop''' &amp;lt;branch&amp;gt;   '' upgrade your distribution to a new release (branch)'' &lt;br /&gt;
 &lt;br /&gt;
        '''upgrade'''         ''update system with the latest available packages'' &lt;br /&gt;
                '''--ask'''           ask before making any changes &lt;br /&gt;
                '''--fetch'''         just download packages &lt;br /&gt;
                '''--pretend'''       only show what would be done &lt;br /&gt;
                '''--verbose'''       show more details about what is going on &lt;br /&gt;
                '''--replay'''        reinstall all the packages and their dependencies &lt;br /&gt;
               ''' --empty'''         same as --replay &lt;br /&gt;
                '''--resume'''        resume previously interrupted operations &lt;br /&gt;
                '''--skipfirst'''     used with --resume, makes the first package to be skipped &lt;br /&gt;
                '''--nochecksum'''    disable package integrity check &lt;br /&gt;
                '''--multifetch'''    download multiple packages in parallel (default 3) &lt;br /&gt;
                '''--multifetch=N'''  download N packages in parallel (max 10) &lt;br /&gt;
 &lt;br /&gt;
        '''security'''      ''  security infrastructure functions'' &lt;br /&gt;
                '''update'''          download the latest Security Advisories &lt;br /&gt;
                        '''--force'''         force download even if already up-to-date &lt;br /&gt;
                '''list'''            list all the available Security Advisories &lt;br /&gt;
                        '''--affected'''      list only affected &lt;br /&gt;
                        '''--unaffected'''    list only unaffected &lt;br /&gt;
               ''' info  '''          show information about provided advisories identifiers &lt;br /&gt;
                '''install  '''       automatically install all the available security updates &lt;br /&gt;
                     '''   --ask  '''         ask before making any changes &lt;br /&gt;
                    '''    --fetch   '''      just download packages &lt;br /&gt;
                    '''    --pretend  '''     just show what would be done &lt;br /&gt;
                     '''  --quiet   '''      show less details (useful for scripting) &lt;br /&gt;
 &lt;br /&gt;
      '''  install  '''       i''nstall atoms or binary packages'' &lt;br /&gt;
             '''   --ask'''           ask before making any changes &lt;br /&gt;
              '''  --pretend  '''     just show what would be done &lt;br /&gt;
              '''  --fetch  '''       just download packages without doing the install &lt;br /&gt;
              '''  --nodeps    '''    do not pull in any dependency &lt;br /&gt;
              '''  --bdeps   '''      also pull in build-time dependencies &lt;br /&gt;
               ''' --resume '''       resume previously interrupted operations &lt;br /&gt;
              '''  --skipfirst  '''   used with --resume, makes the first package in queue to be skipped &lt;br /&gt;
             '''   --clean   '''      remove downloaded packages after being used &lt;br /&gt;
              '''  --empty '''        pull all the dependencies in, regardless their state &lt;br /&gt;
             '''   --relaxed  '''     calm down dependencies resolution algorithm (might be risky) &lt;br /&gt;
             '''   --deep     '''     makes dependency rules stricter &lt;br /&gt;
             '''   --verbose'''       show more details about what is going on &lt;br /&gt;
              '''  --configfiles'''   makes old configuration files to be removed &lt;br /&gt;
              '''  --nochecksum  '''  disable package integrity check &lt;br /&gt;
             '''   --multifetch  '''  download multiple packages in parallel (default 3) &lt;br /&gt;
               ''' --multifetch=N'''  download N packages in parallel (max 10) &lt;br /&gt;
 &lt;br /&gt;
       ''' source     '''    '' download atoms source code'' &lt;br /&gt;
             '''   --ask   '''        ask before making any changes &lt;br /&gt;
             '''   --pretend '''      just show what would be done &lt;br /&gt;
              '''  --nodeps  '''      do not pull in any dependency &lt;br /&gt;
             '''   --relaxed   '''    calm down dependencies resolution algorithm (might be risky) &lt;br /&gt;
             '''   --savehere   '''   save sources in current working directory &lt;br /&gt;
 &lt;br /&gt;
     '''   fetch '''          ''just download packages without doing the install'' &lt;br /&gt;
             '''   --ask  '''         ask before making any changes &lt;br /&gt;
             '''   --pretend   '''    just show what would be done &lt;br /&gt;
             '''   --nodeps  '''      do not pull in any dependency &lt;br /&gt;
            '''    --relaxed '''      calm down dependencies resolution algorithm (might be risky) &lt;br /&gt;
             '''   --multifetch'''    download multiple packages in parallel (default 3) &lt;br /&gt;
             '''   --multifetch=N'''  download N packages in parallel (max 10) &lt;br /&gt;
 &lt;br /&gt;
      '''  remove '''         ''remove one or more packages'' &lt;br /&gt;
            '''    --ask    '''       ask before making any changes &lt;br /&gt;
            '''    --pretend  '''     just show what would be done &lt;br /&gt;
             '''   --nodeps '''       do not pull in any dependency &lt;br /&gt;
           '''     --deep  '''        also pull unused dependencies where reverse deps list is empty &lt;br /&gt;
            '''    --configfiles'''   makes configuration files to be removed &lt;br /&gt;
             '''   --resume'''        resume previously interrupted operations &lt;br /&gt;
 &lt;br /&gt;
    '''    mask   '''         ''mask one or more packages'' &lt;br /&gt;
             '''   --ask '''          ask before making any changes &lt;br /&gt;
              '''  --pretend '''      just show what would be done &lt;br /&gt;
 &lt;br /&gt;
    '''   unmask '''         ''unmask one or more packages'' &lt;br /&gt;
            '''    --ask   '''       ask before making any changes &lt;br /&gt;
             '''   --pretend'''       just show what would be done &lt;br /&gt;
 &lt;br /&gt;
     '''   config'''          ''configure one or more installed packages'' &lt;br /&gt;
             '''   --ask   '''        ask before making any changes &lt;br /&gt;
              '''  --pretend  '''     just show what would be done &lt;br /&gt;
 &lt;br /&gt;
   '''   deptest  '''               l''ook for unsatisfied dependencies'' &lt;br /&gt;
             '''   --quiet '''       show less details (useful for scripting) &lt;br /&gt;
              '''  --ask '''          ask before making any changes &lt;br /&gt;
                '''--pretend  '''     just show what would be done &lt;br /&gt;
 &lt;br /&gt;
     '''   unusedpackages  '''       '' look for unused packages (pay attention)'' &lt;br /&gt;
             '''   --quiet  '''      show less details (useful for scripting) &lt;br /&gt;
            '''    --sortbysize '''   sort packages by disk size &lt;br /&gt;
 &lt;br /&gt;
      '''  libtest'''                '' look for missing libraries'' &lt;br /&gt;
              '''  --dump '''         dump results to files &lt;br /&gt;
              '''  --listfiles'''     print broken files to stdout &lt;br /&gt;
              '''  --quiet'''         show less details (useful for scripting) &lt;br /&gt;
           '''     --ask  '''         ask before making any changes &lt;br /&gt;
             '''   --pretend '''      just show what would be done &lt;br /&gt;
 &lt;br /&gt;
      '''  conf    '''        ''configuration files update tool'' &lt;br /&gt;
            '''    info        '''    show configuration files to be updated &lt;br /&gt;
             '''   update   '''       run the configuration files update function &lt;br /&gt;
 &lt;br /&gt;
     '''   query'''         '' do misc queries on repository and local databases'' &lt;br /&gt;
              '''  belongs  '''       search from what package a file belongs &lt;br /&gt;
              ''' changelog'''       show packages changelog &lt;br /&gt;
             '''   revdeps  '''       search what packages depend on the provided atoms &lt;br /&gt;
           '''     description  '''   search packages by description &lt;br /&gt;
            '''    files    '''       show files owned by the provided atoms &lt;br /&gt;
            '''    installed  '''     search a package into the local database &lt;br /&gt;
             '''   license  '''       show packages owning the provided licenses &lt;br /&gt;
            '''    list  '''          list packages based on the chosen parameter below &lt;br /&gt;
                        '''installed'''               list installed packages &lt;br /&gt;
                        '''available''' ''[repos]''       list available packages &lt;br /&gt;
             '''   needed  '''        show runtime libraries needed by the provided atoms &lt;br /&gt;
            '''    orphans '''        search files that do not belong to any package &lt;br /&gt;
             '''   removal'''         show the removal tree for the specified atoms &lt;br /&gt;
              '''  required'''        show atoms needing the provided libraries &lt;br /&gt;
             '''   sets '''           search available package sets &lt;br /&gt;
              '''  slot  '''          show packages owning the provided slot &lt;br /&gt;
              '''  tags   '''         show packages owning the provided tags &lt;br /&gt;
              '''  graph  '''         show direct depdendencies tree for provided installable atoms &lt;br /&gt;
                   '''     --complete '''             include system packages, build deps and circularity information &lt;br /&gt;
              '''  revgraph  '''      show reverse depdendencies tree for provided installed atoms &lt;br /&gt;
                  '''      --complete   '''           include system packages, build deps and circularity information &lt;br /&gt;
             '''   --verbose    '''   show more details &lt;br /&gt;
             '''   --quiet  '''       print results in a scriptable way&lt;br /&gt;
&lt;br /&gt;
===Extended Options=== &lt;br /&gt;
 &lt;br /&gt;
    ''' smart '''                ''handles extended functionalities'' &lt;br /&gt;
             '''application '''      make a smart application for the provided atoms''' (experimental)''' &lt;br /&gt;
             '''package  '''        make a smart package for the provided atoms (multiple packages into one file) &lt;br /&gt;
             '''quickpkg  '''       recreate an Entropy package from your System &lt;br /&gt;
                    '''--savedir'''     save new packages into the specified directory &lt;br /&gt;
             '''inflate    '''         convert provided Source Package Manager package files into Entropy packages     &lt;br /&gt;
                    '''--savedir'''   save new packages into the specified directory &lt;br /&gt;
           '''  deflate     '''     convert provided Entropy packages into Source Package Manager ones &lt;br /&gt;
                    '''--savedir'''   save new packages into the specified directory &lt;br /&gt;
             '''extract      '''      extract Entropy metadata from provided Entropy package files &lt;br /&gt;
                    '''--savedir  ''' save new metadata into the specified directory &lt;br /&gt;
 &lt;br /&gt;
     '''database    '''    ''handles installed packages database'' &lt;br /&gt;
           '''     check   '''        check System Database for errors &lt;br /&gt;
           '''     vacuum   '''     remove System Database internal indexes to save space &lt;br /&gt;
           '''     generate   '''   generate installed packages database using Source Package Manager repositories &lt;br /&gt;
            '''    resurrect   '''   generate installed packages database using files on the system [last hope] &lt;br /&gt;
            '''    revdeps    '''   regenerate reverse dependencies metadata &lt;br /&gt;
             '''   spmuids    '''   regenerate SPM UIDs map (SPM &amp;lt;-&amp;gt; Entropy packages) &lt;br /&gt;
            '''    spmsync    '''  makes Entropy aware of your Source Package Manager updated packages &lt;br /&gt;
             '''   backup   '''     backup the current Entropy installed packages database &lt;br /&gt;
             '''   restore '''       restore a previously backed up Entropy installed packages database&lt;br /&gt;
  &lt;br /&gt;
    '''community  '''     ''handles community-side features'' &lt;br /&gt;
                '''repos    '''       community repositories management functions &lt;br /&gt;
                           '''update      '''            scan the System looking for newly compiled packages &lt;br /&gt;
                                         '''--seekstore  '''           analyze the Entropy Store directory directly &lt;br /&gt;
                                         '''--repackage &amp;lt;atoms&amp;gt; '''    repackage the specified atoms &lt;br /&gt;
                                         '''--noask    '''             do not ask anything except critical things &lt;br /&gt;
                                         '''--atoms &amp;lt;atoms&amp;gt;   '''      manage only the specified atoms &lt;br /&gt;
                                         '''--interactive'''   run in interactive mode (asking things one by one)     &lt;br /&gt;
                           '''inject &amp;lt;packages&amp;gt;  '''     add binary packages to repository w/o affecting scopes (multipackages) &lt;br /&gt;
                '''mirrors         '''        community repositories mirrors management functions &lt;br /&gt;
                           '''sync  '''                  sync packages, database and also do some tidy &lt;br /&gt;
                                         '''--noask  '''               do not ask anything except critical things &lt;br /&gt;
                                         '''    --syncall    '''           sync all the configured repositories &lt;br /&gt;
                           '''packages-sync     '''      sync packages across primary mirrors &lt;br /&gt;
                                         '''--ask     '''              ask before making any changes &lt;br /&gt;
                                         '''--pretend   '''            only show what would be done &lt;br /&gt;
                                         '''--syncall     '''          sync all the configured repositories &lt;br /&gt;
                                         '''--do-packages-check '''    also verify packages integrity &lt;br /&gt;
                           '''db-sync'''                   sync the current repository database across primary mirrors &lt;br /&gt;
                                         '''--syncall    '''           sync all the configured repositories &lt;br /&gt;
                           '''db-lock'''                 lock the current repository database (server-side) &lt;br /&gt;
                           '''db-unlock   '''            unlock the current repository database (server-side) &lt;br /&gt;
                           '''db-download-loc'''k        lock the current repository database (client-side) &lt;br /&gt;
                           '''db-download-unlock'''      unlock the current repository database (client-side) &lt;br /&gt;
                           '''db-lock-status     '''     show current lock status &lt;br /&gt;
                           '''tidy   '''                 remove binary packages not in repositories and expired &lt;br /&gt;
             '''   database     '''   community repositories database functions &lt;br /&gt;
                           '''--initialize     '''       (re)initialize the current repository database &lt;br /&gt;
                                       '''--empty      '''           do not refill database using packages on mirrors &lt;br /&gt;
                                       '''--repo=&amp;lt;repo&amp;gt;   '''        (re)create the database for the specified repository &lt;br /&gt;
                           '''bump          '''          manually force a revision bump for the current repository database &lt;br /&gt;
                                       '''--sync  '''                synchronize the database &lt;br /&gt;
                           '''flushback [branches] '''   flush back old branches packages to current branch &lt;br /&gt;
                           '''remove               '''   remove the provided atoms from the current repository database &lt;br /&gt;
                           '''multiremove       '''      remove the provided injected atoms (all if no atom specified) &lt;br /&gt;
                           ''' create-empty-database  ''' create an empty repository database in the provided path &lt;br /&gt;
                           '''switchbranch &amp;lt;from branch&amp;gt; &amp;lt;to branch&amp;gt;  '''        switch to the specified branch the provided atoms (or world) &lt;br /&gt;
                           '''md5remote  '''             verify remote integrity of the provided atoms (or world) &lt;br /&gt;
                           '''backup      '''            backup current repository database &lt;br /&gt;
                           '''restore    '''                     restore a previously backed-up repository database &lt;br /&gt;
                           '''spmuids'''                 regenerate SPM UIDs map (SPM &amp;lt;-&amp;gt; Entropy packages) &lt;br /&gt;
              '''  repo '''          '' manage a repository'' &lt;br /&gt;
                           '''enable &amp;lt;repo&amp;gt;                '''   enable the specified repository &lt;br /&gt;
                           '''disable &amp;lt;repo&amp;gt;             '''     disable the specified repository &lt;br /&gt;
                           '''status &amp;lt;repo&amp;gt;            '''       show the current Server Interface status &lt;br /&gt;
                           '''package-dep &amp;lt;repo&amp;gt; [atoms]     ''' handle packages dependencies &lt;br /&gt;
                           '''package-tag &amp;lt;repo&amp;gt; &amp;lt;tag-string&amp;gt; [atoms]     '''    clone a package inside a repository assigning it an arbitrary tag &lt;br /&gt;
                           '''move &amp;lt;from&amp;gt; &amp;lt;to&amp;gt; [atoms]    '''    move packages from a repository to another &lt;br /&gt;
                           '''             --deps         '''         pulls dependencies in &lt;br /&gt;
                           '''copy &amp;lt;from&amp;gt; &amp;lt;to&amp;gt; [atoms] '''       copy packages from a repository to another &lt;br /&gt;
                           '''             --deps                '''  pulls dependencies in &lt;br /&gt;
                           '''default &amp;lt;repo_id&amp;gt;     '''          set the default repository &lt;br /&gt;
                '''key       '''      manage repository digital signatures (OpenGPG) &lt;br /&gt;
                           '''create [repos] ''' create keypair for repositories and sign packages &lt;br /&gt;
                           '''delete [repos]'''  delete keypair (and digital signatures) of repository &lt;br /&gt;
                           '''status [repos] ''' show currently configured keys information for given repositories &lt;br /&gt;
                           '''sign [repos]  '''  sign (or re-sign) packages in repository using currently set keypair &lt;br /&gt;
                           '''import &amp;lt;repo_id&amp;gt; &amp;lt;privkey_path&amp;gt; &amp;lt;pubkey_path&amp;gt;  ''' import keypair, bind to given repository &lt;br /&gt;
                           '''export-public &amp;lt;repo_id&amp;gt; &amp;lt;key_path&amp;gt;  '''    export public key of given repository &lt;br /&gt;
                           '''export-private &amp;lt;repo_id&amp;gt; &amp;lt;key_path&amp;gt; '''    export private key of given repository &lt;br /&gt;
               ''' query       '''    do some searches into community repository databases &lt;br /&gt;
                           '''belongs     '''            show from what package the provided files belong &lt;br /&gt;
                           '''changelog      '''         show packages changelog &lt;br /&gt;
                           '''revdeps       '''          show what packages depend on the provided atoms &lt;br /&gt;
                           '''description  '''           search packages by description &lt;br /&gt;
                           '''eclass         '''         search packages using the provided eclasses &lt;br /&gt;
                           '''files           '''        show files owned by the provided atoms &lt;br /&gt;
                           '''list   '''                 list all the packages in the default repository &lt;br /&gt;
                           '''needed    '''              show runtime libraries needed by the provided atoms &lt;br /&gt;
                           '''search    '''              search packages inside the default repository database &lt;br /&gt;
                           '''sets     '''               search available package sets &lt;br /&gt;
                           '''tags     '''               show packages owning the specified tags &lt;br /&gt;
                           '''revisions    '''                   show installed packages owning the specified revisions &lt;br /&gt;
                           '''--verbose    '''           show more details &lt;br /&gt;
                           '''--quiet     '''                    print results in a scriptable way &lt;br /&gt;
          '''spm'''    source package manager functions &lt;br /&gt;
                  '''compile      '''           compilation function &lt;br /&gt;
                          '''categories  '''            compile packages belonging to the provided categories &lt;br /&gt;
                                  '''--list   '''       just list packages &lt;br /&gt;
                                  '''--nooldslots  '''  do not pull old package slots &lt;br /&gt;
                          '''pkgset       '''           compile packages in provided package set names &lt;br /&gt;
                                  '''--list    '''      just list packages &lt;br /&gt;
                                  '''--rebuild  '''     rebuild everything &lt;br /&gt;
                                  '''--dbupdate '''     run database update if all went fine &lt;br /&gt;
                                  '''--dbsync    '''    run mirror sync if all went fine &lt;br /&gt;
                  '''orphans  '''               scan orphaned packages on SPM &lt;br /&gt;
          '''notice     '''     notice board handling functions &lt;br /&gt;
                  '''add        '''             add a news item to the notice board &lt;br /&gt;
                  '''remove     '''             remove a news item from the notice board &lt;br /&gt;
                  '''read   '''                 read the current notice board &lt;br /&gt;
           '''deptest     '''            look for unsatisfied dependencies across community repositories &lt;br /&gt;
           '''pkgtest       '''          verify the integrity of local package files &lt;br /&gt;
           '''revdeps        '''         regenerate the reverse dependencies metadata &lt;br /&gt;
     '''ugc         '''    handles User Generated Content features &lt;br /&gt;
    '''            login &amp;lt;repository&amp;gt; '''     login against a specified repository &lt;br /&gt;
    '''            logout &amp;lt;repository&amp;gt;  '''   logout from a specified repository &lt;br /&gt;
     '''                   --force        '''         force action &lt;br /&gt;
      '''          documents &amp;lt;repository&amp;gt;'''  manage package documents for the selected repository (comments, files, videos) &lt;br /&gt;
    '''                    get &amp;lt;pkgkey&amp;gt;  '''          get available documents for the specified package key (example: x11-libs/qt) &lt;br /&gt;
      '''                  add &amp;lt;pkgkey&amp;gt;   '''         add a new document to the specified package key (example: x11-libs/qt) &lt;br /&gt;
    '''                    remove &amp;lt;docs ids&amp;gt;   '''    remove documents from database using their identifiers &lt;br /&gt;
    '''            vote &amp;lt;repository&amp;gt;  '''     manage package votes for the selected repository &lt;br /&gt;
    '''                    get &amp;lt;pkgkey&amp;gt;   '''         get vote for the specified package key (example: x11-libs/qt) &lt;br /&gt;
      '''                  add &amp;lt;pkgkey&amp;gt;    '''        add vote for the specified package key (example: x11-libs/qt) &lt;br /&gt;
    '''cache    '''       handles Entropy cache &lt;br /&gt;
    '''            clean  '''       '''  clean Entropy cache &lt;br /&gt;
       '''         --verbose  '''     show more details &lt;br /&gt;
     '''           --quiet    '''     print results in a scriptable way &lt;br /&gt;
     '''cleanup   '''              remove downloaded packages and clean temp. directories &lt;br /&gt;
     '''   --info '''         show system information &lt;br /&gt;
&lt;br /&gt;
lines 0-300/300 (END) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Entropy|EquoEn]]&lt;/div&gt;</summary>
		<author><name>K4ph</name></author>	</entry>

	</feed>