<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://linupedia.org/wiki/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zerum</id>
	<title>Linupedia.org - Benutzerbeiträge [de]</title>
	<link rel="self" type="application/atom+xml" href="https://linupedia.org/wiki/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zerum"/>
	<link rel="alternate" type="text/html" href="https://linupedia.org/opensuse/Spezial:Beitr%C3%A4ge/Zerum"/>
	<updated>2026-04-10T18:05:24Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Man_zypper&amp;diff=30133</id>
		<title>Man zypper</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Man_zypper&amp;diff=30133"/>
		<updated>2013-11-25T15:12:37Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Update auf zypper-1.9.3&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Korrekter Titel|man zypper}}&lt;br /&gt;
&lt;br /&gt;
{{Achtung|Dies ist eine reine Textkopie der Manpage von zypper um sie online anzuschauen. Anwendbar für zypper 1.9.3}}&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;zypper(8)                                             System Tools                                            zypper(8)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NAME&lt;br /&gt;
       zypper - Command-line interface to ZYpp system management library (libzypp)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SYNTAX&lt;br /&gt;
       zypper [--global-opts] &amp;lt;command&amp;gt; [--command-opts] [command-arguments]&lt;br /&gt;
&lt;br /&gt;
       zypper help [command]&lt;br /&gt;
&lt;br /&gt;
DESCRIPTION&lt;br /&gt;
       zypper is a command-line interface to ZYpp system management library.  It can be used to install,&lt;br /&gt;
       update, remove software, manage repositories, perform various queries, and more.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CONCEPTS&lt;br /&gt;
       Most of the following concepts are common for all applications based on the libzypp package  man-&lt;br /&gt;
       agement library, but there are some zypper specifics.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Repositories&lt;br /&gt;
       Libzypp  works  with  package  metadata,  that  is information about packages and their relations&lt;br /&gt;
       extracted from RPM packages and other data like  patch  information,  pattern  definitions,  etc.&lt;br /&gt;
       These  data  are  stored together with the RPM files in folders called repositories. Repositories&lt;br /&gt;
       can be placed on various media like an HTTP or FTP server, DVD, or a folder on a local disc.&lt;br /&gt;
&lt;br /&gt;
       There is a special set of commands in zypper intented to manipulate repositories.  Also many com-&lt;br /&gt;
       mands  and  options take a repository as an arugment. See section COMMANDS, subsection Repository&lt;br /&gt;
       Management for more details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Resource Identfiers (URI)&lt;br /&gt;
       To specify locations of repositories or other resources (RPM files, .repo files) you can use  any&lt;br /&gt;
       type  of  URIs  supported by libzypp. See http://en.opensuse.org/openSUSE:Libzypp_URIs for a com-&lt;br /&gt;
       plete list and usage examples.&lt;br /&gt;
&lt;br /&gt;
       Zypper also accepts special URIs identifying openSUSE Build Service  (OBS)  repositories  in  the&lt;br /&gt;
       addrepo  command.  These  URIs  have the form of obs://&amp;lt;project&amp;gt;/[platform], where project is the&lt;br /&gt;
       name of the OBS project and platform is the target platform (OS)  for  which  the  repository  is&lt;br /&gt;
       intended. For example: obs://server:http/openSUSE_11.3.&lt;br /&gt;
&lt;br /&gt;
       If  platform is omitted, zypper.conf's obs.platform value is used.  See also other options in the&lt;br /&gt;
       [obs] section of zypper.conf.&lt;br /&gt;
&lt;br /&gt;
       In addition to these URIs you can use plain directory and file paths in which case  zypper  auto-&lt;br /&gt;
       matically treats them as dir:/path URIs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Refresh&lt;br /&gt;
       Refreshing a repository means downloading metadata of packages from the medium (if needed), stor-&lt;br /&gt;
       ing it in local cache (typically under /var/cache/zypp/raw/&amp;lt;alias&amp;gt; directory) and preparsing  the&lt;br /&gt;
       metadata     into     .solv    files    (building    the    solv    cache),    typically    under&lt;br /&gt;
       /var/cache/zypp/solv/&amp;lt;alias&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
       The metadata get refreshed either automatically or on user request. An  automatic  refresh  takes&lt;br /&gt;
       place  right  before  reading  metadata  from the database if the auto-refresh is enabled for the&lt;br /&gt;
       repository and the metada is reported to be out of date. If the  auto-refresh  is  disabled,  the&lt;br /&gt;
       repository  will  only  be refreshed on user request. You can request a refresh by calling zypper&lt;br /&gt;
       refresh (see the documentation of the refresh command for details).&lt;br /&gt;
&lt;br /&gt;
       The repository metadata are checked for changes before actually doing the refresh.  A  change  is&lt;br /&gt;
       detected by downloading one or two metadata index files (small files) and comparing the checksums&lt;br /&gt;
       of the cached ones and the remote ones. If the files differ, the repository is out  of  date  and&lt;br /&gt;
       will be refreshed.&lt;br /&gt;
&lt;br /&gt;
       To  delay  the up-to-date check (and thus the automatic refresh) for a certain number of minutes,&lt;br /&gt;
       edit the value of the repo.refresh.delay attribute of  ZYpp  config  file  (/etc/zypp/zypp.conf).&lt;br /&gt;
       This  means, zypper will not even try to download and check the index files, and you will be able&lt;br /&gt;
       to use zypper for operations like search or info without internet access or root privileges.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Services&lt;br /&gt;
       Services are one level above repositories and serve to manage repositories or to do some  special&lt;br /&gt;
       tasks. Libzypp currently supports only one type of services, the Repository Index Service (RIS).&lt;br /&gt;
&lt;br /&gt;
       Repository  Index  Service  (RIS)  is a special type of repository which contains a list of other&lt;br /&gt;
       repositories. This list can be generated dynamically by the server according to some URI  parame-&lt;br /&gt;
       ters or user name, or can be static. Once such service is added to your system, zypper takes care&lt;br /&gt;
       of adding, modifying, or removing these repositories on your system to reflect the current  list.&lt;br /&gt;
       See  section Service Management and http://old-en.opensuse.org/Standards/Repository_Index_Service&lt;br /&gt;
       for more details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Package Types&lt;br /&gt;
       zypper works with several types of resource objects, called resolvables.  A resolvable is a pack-&lt;br /&gt;
       age, patch, pattern, or a product.&lt;br /&gt;
&lt;br /&gt;
       package - an ordinary RPM package.&lt;br /&gt;
       patch  -  update  of one or more packages. A patch can include special scripts and messages to be&lt;br /&gt;
       run or shown during installation of the update.&lt;br /&gt;
       pattern - group of packages required or recommended to install some functionality.&lt;br /&gt;
       product - group of packages which are necessary to install a product.&lt;br /&gt;
       srcpackage - source code package (.src.rpm). This type works in search and install commands.&lt;br /&gt;
&lt;br /&gt;
       Throughout this manual we will refer to resolvables simply as packages and to resolvable types as&lt;br /&gt;
       package  types.  These  type  names can be used as arguments of --type option in several commands&lt;br /&gt;
       like install, info, or search.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Package Dependencies&lt;br /&gt;
       Software packages depend on each other in various ways. Packages  usually  require  or  recommend&lt;br /&gt;
       other  packages,  they can declare that they conflict with other packages, etc. Packages can also&lt;br /&gt;
       depend on specific hardware.  See http://old-en.opensuse.org/Software_Management/Dependencies for&lt;br /&gt;
       more  information. Zypper uses a dependency solver to find out what packages need to be installed&lt;br /&gt;
       to satisfy the user's request.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
COMMANDS&lt;br /&gt;
       zypper provides a number of commands. Each command accepts  the  options  listed  in  the  GLOBAL&lt;br /&gt;
       OPTIONS  section. These options must be specified before the command name. In addition, many com-&lt;br /&gt;
       mands have specific options, which are listed in this  section.  These  command-specific  options&lt;br /&gt;
       must be specified after the name of the command and before any of the command arguments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   General Commands&lt;br /&gt;
       help [command]&lt;br /&gt;
              Shows help texts. If invoked without any argument (just ´zypper´ or ´zypper help´), zypper&lt;br /&gt;
              displays global help text which lists all available global options  and  commands  (except&lt;br /&gt;
              those provided only for compatibility with rug).&lt;br /&gt;
&lt;br /&gt;
              If  invoked  with a command name argument, zypper displays help for the specified command,&lt;br /&gt;
              if such command exists. Long as well as short variants of the command names can be used.&lt;br /&gt;
&lt;br /&gt;
              For your convenience, zypper help can be invoked in any of the following ways:&lt;br /&gt;
&lt;br /&gt;
              $ zypper help [command]&lt;br /&gt;
              $ zypper -h|--help [command]&lt;br /&gt;
              $ zypper [command] -h|--help&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       shell (sh)&lt;br /&gt;
              Starts a shell for entering multiple commands  in  one  session.   Exit  the  shell  using&lt;br /&gt;
              &amp;quot;exit&amp;quot;, &amp;quot;quit&amp;quot;, or Ctrl-D.&lt;br /&gt;
&lt;br /&gt;
              The shell support is not complete so expect bugs there. However, there's no urgent need to&lt;br /&gt;
              use the shell since libzypp became so fast thanks to the SAT solver and its  tools  (open-&lt;br /&gt;
              SUSE 11.0), but still, you're welcome to experiment with it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Package Management Commands&lt;br /&gt;
       info (if) [options] &amp;lt;name&amp;gt; ...&lt;br /&gt;
              Displays detailed information about the specified packages.&lt;br /&gt;
&lt;br /&gt;
              For  each  specified package, zypper finds the best available version in defined reposito-&lt;br /&gt;
              ries and shows information for this package.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work only with the repository specified by the alias, name, number or URI. This option can&lt;br /&gt;
              be used multiple times.&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Type  of package (default: package). See section Package Types for list of available pack-&lt;br /&gt;
              age types.&lt;br /&gt;
&lt;br /&gt;
           --requires&lt;br /&gt;
              Show also symbols required and pre-required by the  package.  Available  for  package  and&lt;br /&gt;
              patch type only.&lt;br /&gt;
&lt;br /&gt;
           --recommends&lt;br /&gt;
              Show also symbols recommended by the package. Available for package and patch type only.&lt;br /&gt;
&lt;br /&gt;
       Examples:&lt;br /&gt;
&lt;br /&gt;
              Show information about package 'workrave':&lt;br /&gt;
              $ zypper info workrave&lt;br /&gt;
&lt;br /&gt;
              Show information about patch 'libzypp':&lt;br /&gt;
              $ zypper info -t patch libzypp&lt;br /&gt;
&lt;br /&gt;
              Show information about pattern 'lamp_server':&lt;br /&gt;
              $ zypper info -t pattern lamp_server&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       install (in) [options] &amp;lt;name|capability|rpm_file_uri&amp;gt; ...&lt;br /&gt;
              Install or update packages.&lt;br /&gt;
&lt;br /&gt;
              The packages can be selected by their name or by a capability they provide.&lt;br /&gt;
&lt;br /&gt;
              Capability is: NAME, or &amp;quot;NAME[.ARCH][OP&amp;lt;EDITION&amp;gt;]&amp;quot;, where ARCH is architecture code, OP is&lt;br /&gt;
              &amp;lt;, &amp;lt;=, =, &amp;gt;=, or &amp;gt; and EDITION is VERSION[-RELEASE].  For example: zypper=0.8.8-2.&lt;br /&gt;
&lt;br /&gt;
              The NAME component of a capability is not only a package name but any symbol  provided  by&lt;br /&gt;
              packages: /bin/vi, libcurl.so.3, perl(Time::ParseDate).  Just remember to quote to protect&lt;br /&gt;
              the special characters from the shell, for example: zypper\&amp;gt;0.8.10 or 'zypper&amp;gt;0.8.10'&lt;br /&gt;
&lt;br /&gt;
              If EDITION is not specified, the newest installable version will be installed.  This  also&lt;br /&gt;
              means  that  if the package is already installed and newer versions are available, it will&lt;br /&gt;
              get upgraded to the newest installable version.&lt;br /&gt;
&lt;br /&gt;
              If ARCH is not specified, or the last dot of the capability name string is not followed by&lt;br /&gt;
              known  architecture,  the  solver will treat the whole string as a capability name. If the&lt;br /&gt;
              ARCH is known, the solver will select a package matching that architecture and complain if&lt;br /&gt;
              such package cannot be found.&lt;br /&gt;
&lt;br /&gt;
              Zypper will report packages that it cannot find. Further, in interactive mode, zypper pro-&lt;br /&gt;
              ceeds with installation of the rest of requested packages, and it will  abort  immediately&lt;br /&gt;
              in  non-interactive mode. In both cases zypper returns ZYPPER_EXIT_INF_CAP_NOT_FOUND after&lt;br /&gt;
              finishing the operation.&lt;br /&gt;
&lt;br /&gt;
              Zypper is also able to install plain RPM files while trying to satisfy their  dependencies&lt;br /&gt;
              using  packages  from defined repositories. You can install a plain RPM file by specifying&lt;br /&gt;
              its location in the install command arguments either as a local path or an URI. E.g.:&lt;br /&gt;
&lt;br /&gt;
              $ zypper install ~/rpms/foo.rpm http://some.site/bar.rpm&lt;br /&gt;
&lt;br /&gt;
              Zypper will download the files into its cache directory (/var/cache/zypper/RPMS), add this&lt;br /&gt;
              directory  as a temporary plaindir repository and mark the respective packages for instal-&lt;br /&gt;
              lation.&lt;br /&gt;
&lt;br /&gt;
              In the install command, you can specify also packages you wish to remove  in  addition  to&lt;br /&gt;
              the packages you wish to install, by prepending their names by a '-' or '~' character. For&lt;br /&gt;
              example:&lt;br /&gt;
&lt;br /&gt;
              $ zypper install vim -emacs&lt;br /&gt;
              $ zypper remove emacs +vim&lt;br /&gt;
&lt;br /&gt;
              will both install vim and remove emacs. Note that if you choose to use '-' with the  first&lt;br /&gt;
              package  you  specify, you need to write '--' before it to prevent its interpretation as a&lt;br /&gt;
              command option.&lt;br /&gt;
&lt;br /&gt;
              $ zypper install -- -boring-game great-game great-game-manual&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work only with the repository specified by the alias, name, number or URI. This option can&lt;br /&gt;
              be used multiple times.&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Type  of  package  to  install  (default:  package). See section Package Types for list of&lt;br /&gt;
              available package types.&lt;br /&gt;
&lt;br /&gt;
              If pattern is specified, and the pattern is not yet installed, all packages  required  and&lt;br /&gt;
              recommended  by  the  pattern will be installed.  A pattern is considered installed if all&lt;br /&gt;
              the packages and patterns it requires are installed. Thus a pattern can be  evalueated  as&lt;br /&gt;
              installed  even  if  you  do  not  install  the pattern itself, but rather the packages it&lt;br /&gt;
              requries. Use zypper search -t pattern [name] to look for available  patterns  and  zypper&lt;br /&gt;
              info -t pattern &amp;lt;name&amp;gt; to list its contents.&lt;br /&gt;
&lt;br /&gt;
              If  patch  is  specified,  zypper will install and/or remove packages to satisfy specified&lt;br /&gt;
              patch. This is a way to ensure that specific bug fix is installed. Like patterns,  patches&lt;br /&gt;
              can also be evaluated as installed by installing the packages needed to satisfy the patch.&lt;br /&gt;
              Use zypper list-patches to look for available needed patches  and  zypper  info  -t  patch&lt;br /&gt;
              &amp;lt;name&amp;gt; to display detailed information about a patch.&lt;br /&gt;
&lt;br /&gt;
              If  product  is  specified,  zypper  ensures  all  packages  required  by  the product are&lt;br /&gt;
              installed. Use zypper se -t product [name] to look for available products and zypper  info&lt;br /&gt;
              -t product &amp;lt;name&amp;gt; to display detailed information about a product.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Select packages by their name, don't try to select by capabilities.&lt;br /&gt;
&lt;br /&gt;
       -f, --force&lt;br /&gt;
              Install even if the item is already installed (reinstall), downgraded or changes vendor or&lt;br /&gt;
              architecture.&lt;br /&gt;
&lt;br /&gt;
           --oldpackage&lt;br /&gt;
              Allow to replace a newer item with an older one. Handy if you are doing a rollback. Unlike&lt;br /&gt;
              --force  it  will  not  enforce  a  reinstall,  if  the item is already installed with the&lt;br /&gt;
              requested version.&lt;br /&gt;
&lt;br /&gt;
           --from &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Select packages from specified repository.  If  strings  specified  as  arguments  to  the&lt;br /&gt;
              install  command  match  packages  in  repositories specified in this option, they will be&lt;br /&gt;
              marked for installation. This option currently implies --name, but allows using  wildcards&lt;br /&gt;
              for specifying packages.&lt;br /&gt;
&lt;br /&gt;
       -C, --capability&lt;br /&gt;
              Select packages by capabilities.&lt;br /&gt;
&lt;br /&gt;
       -l, --auto-agree-with-licenses&lt;br /&gt;
              Automatically  say 'yes' to third party license confirmation prompt. By using this option,&lt;br /&gt;
              you choose to agree with licenses of all third-party software this command  will  install.&lt;br /&gt;
              This  option  is particularly useful for administators installing the same set of packages&lt;br /&gt;
              on multiple machines (by an automated process) and have the licenses confirmed before.&lt;br /&gt;
&lt;br /&gt;
           --debug-solver&lt;br /&gt;
              Create solver test case for debugging. Use this option, if you think the dependencies were&lt;br /&gt;
              not  solved all right and attach the resulting /var/log/zypper.solverTestCase directory to&lt;br /&gt;
              your bug report. To use this option, simply add it to the problematic  install  or  remove&lt;br /&gt;
              command.&lt;br /&gt;
&lt;br /&gt;
           --no-recommends&lt;br /&gt;
              By  default, zypper installs also packages recommended by the requested ones.  This option&lt;br /&gt;
              causes the recomended packages to be ignored and only the required ones to be installed.&lt;br /&gt;
&lt;br /&gt;
       -R, --no-force-resolution&lt;br /&gt;
              Do not force the solver to find a solution. Instead, report dependency problem and  prompt&lt;br /&gt;
              the user to resolve it manually.&lt;br /&gt;
&lt;br /&gt;
           --force-resolution&lt;br /&gt;
              Force  the  solver  to  find  a solution, even if it would mean removing all packages with&lt;br /&gt;
              unfulfilled requirements.&lt;br /&gt;
&lt;br /&gt;
              The default behavior is 'force' in the interactive mode and 'no-force' in the non-interac-&lt;br /&gt;
              tive mode. If this option is specified, it takes the preference.&lt;br /&gt;
&lt;br /&gt;
       -D, --dry-run&lt;br /&gt;
              Test  the  installation,  do  not  actually  install any package. This option will add the&lt;br /&gt;
              --test option to the rpm commands run by the install command.&lt;br /&gt;
&lt;br /&gt;
       Download-and-install mode options:&lt;br /&gt;
&lt;br /&gt;
       -d, --download-only&lt;br /&gt;
              Only download the packages for later installation.&lt;br /&gt;
&lt;br /&gt;
           --download-in-advance&lt;br /&gt;
              First download all packages, then start installing.&lt;br /&gt;
&lt;br /&gt;
           --download-in-heaps&lt;br /&gt;
              (Not yet implemented, currently the same as --download-in-advance).   Download  a  minimal&lt;br /&gt;
              set  of  packages  that  can  be installed without leaving the system in broken state, and&lt;br /&gt;
              install them. Then download and install another heap until all are installed.  This  helps&lt;br /&gt;
              to  keep  the  system  in  consistent  state  without  the need to download all package in&lt;br /&gt;
              advance, which combines the advantages of --download-in-advance and  --download-as-needed.&lt;br /&gt;
              This is the default mode.&lt;br /&gt;
&lt;br /&gt;
           --download-as-needed&lt;br /&gt;
              Download  one  package,  install  it immediately, and continue with the rest until all are&lt;br /&gt;
              installed.&lt;br /&gt;
&lt;br /&gt;
           --download &amp;lt;mode&amp;gt;&lt;br /&gt;
              Use the specified download-and-install mode. Available modes are:  only,  in-advance,  in-&lt;br /&gt;
              heaps, as-needed.  See corresponding --download-&amp;lt;mode&amp;gt; options for their description.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       More examples:&lt;br /&gt;
&lt;br /&gt;
              Install lamp_server pattern:&lt;br /&gt;
              $ zypper install -t pattern lamp_server&lt;br /&gt;
&lt;br /&gt;
              Install GhostScript viewer, but ignore recommended packages:&lt;br /&gt;
              $ zypper install --no-recommends gv&lt;br /&gt;
&lt;br /&gt;
              Install version 2.0.6 of virtualbox-ose package (any of the following):&lt;br /&gt;
              $ zypper install virtualbox-ose-2.0.6&lt;br /&gt;
              $ zypper install virtualbox-ose=2.0.6&lt;br /&gt;
              $ zypper install virtualbox-ose = 2.0.6&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       source-install (si) &amp;lt;name&amp;gt; ...&lt;br /&gt;
              Install  specified  source  packages and their build dependencies. If the name of a binary&lt;br /&gt;
              package is given, the coresponding source package is looked up and installed instead.&lt;br /&gt;
&lt;br /&gt;
              This command will try to find the newest available versions of the source packages and use&lt;br /&gt;
              rpm -i to install them and the packages that are required to build the source package.&lt;br /&gt;
&lt;br /&gt;
              Note  that  the  source packages must be available in repositories you are using.  You can&lt;br /&gt;
              check whether a repository contains any source packages using the following command:&lt;br /&gt;
&lt;br /&gt;
              $ zypper search -t srcpackage -r &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -d, --build-deps-only&lt;br /&gt;
              Install only build dependencies of specified packages.&lt;br /&gt;
&lt;br /&gt;
       -D, --no-build-deps&lt;br /&gt;
              Don't install build dependencies.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work only with the repository specified by the alias, name, number, or  URI.  This  option&lt;br /&gt;
              can be used multiple times.&lt;br /&gt;
&lt;br /&gt;
           --download-only&lt;br /&gt;
              Only download the packages, do not install.&lt;br /&gt;
&lt;br /&gt;
       Examples:&lt;br /&gt;
&lt;br /&gt;
              Install build dependencies of dbus-1 source package:&lt;br /&gt;
              $ zypper si -d dbus-1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       verify (ve) [options]&lt;br /&gt;
              Check whether dependencies of installed packages are satisfied.&lt;br /&gt;
&lt;br /&gt;
              In  case  that  any  dependency problems are found, zypper suggests packages to install or&lt;br /&gt;
              remove to fix them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
           --no-recommends&lt;br /&gt;
              By default, zypper installs also packages recommended by  the  requested  ones  (the  ones&lt;br /&gt;
              needed  to fix broken dependencies in this case).  This option causes the recomended pack-&lt;br /&gt;
              ages to be ignored and only the required ones to be installed.&lt;br /&gt;
&lt;br /&gt;
       -D, --dry-run&lt;br /&gt;
              Test the repair, do not actually do anything to the system.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work only with the repository specified by the alias, name, number, or  URI.  This  option&lt;br /&gt;
              can be used multiple times.&lt;br /&gt;
&lt;br /&gt;
           --debug-solver&lt;br /&gt;
              Create solver test case for debugging. See the install command for details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       install-new-recommends (inr) [options]&lt;br /&gt;
              Install newly added packages recommended by already installed ones.  This can typically be&lt;br /&gt;
              used to install language packages recently added to  repositories  or  drivers  for  newly&lt;br /&gt;
              added hardware.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work  only  with  the repository specified by the alias, name, number, or URI. This option&lt;br /&gt;
              can be used multiple times.&lt;br /&gt;
&lt;br /&gt;
       -D, --dry-run&lt;br /&gt;
              Test the installation, do not actually install anything.&lt;br /&gt;
&lt;br /&gt;
           --debug-solver&lt;br /&gt;
              Create solver test case for debugging. See the install command for details.&lt;br /&gt;
&lt;br /&gt;
       This command also accepts the download-and-install mode options described&lt;br /&gt;
              in the install command description.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       remove (rm) [options] &amp;lt;name&amp;gt; ...&lt;br /&gt;
&lt;br /&gt;
       remove (rm) [options] --capability &amp;lt;capability&amp;gt; ...&lt;br /&gt;
              Remove (uninstall) packages.&lt;br /&gt;
&lt;br /&gt;
              The packages can be selected by their name or by a capability they provide.   For  details&lt;br /&gt;
              on package selection see the install command description.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work  only  with  the repository specified by the alias, name, number, or URI. This option&lt;br /&gt;
              can be used multiple times.&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Type of package (default: package). See section Package Types for list of available  pack-&lt;br /&gt;
              age types.&lt;br /&gt;
&lt;br /&gt;
              Since  patches  are not installed in sense of copying files or recording a database entry,&lt;br /&gt;
              they cannot be uninstalled, even though zypper shows them as installed. The installed sta-&lt;br /&gt;
              tus  is  determined  solely based on the installed status of its required dependencies. If&lt;br /&gt;
              these dependencies are satisified, the patch is rendered installed.&lt;br /&gt;
&lt;br /&gt;
              Uninstallation of patterns is currently not implemented.&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Select packages by their name (default).&lt;br /&gt;
&lt;br /&gt;
       -C, --capability&lt;br /&gt;
              Select packages by capabilities.&lt;br /&gt;
&lt;br /&gt;
       --debug-solver&lt;br /&gt;
              Create solver test case for debugging. See the install command for details.&lt;br /&gt;
&lt;br /&gt;
       -R, --no-force-resolution&lt;br /&gt;
              Do not force the solver to find a solution. Instead, report dependency problem and  prompt&lt;br /&gt;
              the user to resolve it manually.&lt;br /&gt;
&lt;br /&gt;
           --force-resolution&lt;br /&gt;
              Force  the  solver  to  find  a solution, even if it would mean removing all packages with&lt;br /&gt;
              unfulfilled requirements.&lt;br /&gt;
&lt;br /&gt;
              The default behavior is 'force' in the interactive mode and 'no-force' in the non-interac-&lt;br /&gt;
              tive mode. If this option is specified, it takes the preference.&lt;br /&gt;
&lt;br /&gt;
       -u, --clean-deps&lt;br /&gt;
              Automatically  remove  dependencies which become unneeded after removal of requested pack-&lt;br /&gt;
              ages.&lt;br /&gt;
&lt;br /&gt;
       -U, --no-clean-deps&lt;br /&gt;
              No automatic removal of unneeded dependencies.&lt;br /&gt;
&lt;br /&gt;
       -D, --dry-run&lt;br /&gt;
              Test the removal of packages, do not actually remove anything. This option  will  add  the&lt;br /&gt;
              --test option to the rpm commands run by the remove command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Update Management Commands&lt;br /&gt;
       list-updates (lu) [options]&lt;br /&gt;
              List available updates.&lt;br /&gt;
&lt;br /&gt;
              This  command  will  list  only installable updates, i.e. updates which have no dependency&lt;br /&gt;
              problems, or which do not change package vendor. This list is what the update command will&lt;br /&gt;
              propose  to install. To list all packages for which newer version are available, use --all&lt;br /&gt;
              option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Type of package (default: package). See section Package Types for list of available  pack-&lt;br /&gt;
              age types.&lt;br /&gt;
&lt;br /&gt;
              If patch is specified, zypper acts as if the list-patches command was executed.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work  only  with  the repository specified by the alias, name, number, or URI. This option&lt;br /&gt;
              can be used multiple times.&lt;br /&gt;
&lt;br /&gt;
       -a, --all&lt;br /&gt;
              List all packages for which newer versions  are  available,  regardles  whether  they  are&lt;br /&gt;
              installable or not.&lt;br /&gt;
&lt;br /&gt;
           --best-effort&lt;br /&gt;
              See the update command for description.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       update (up) [options] [packagename] ...&lt;br /&gt;
              Update installed packages with newer versions, where possible.&lt;br /&gt;
&lt;br /&gt;
              This  command will not update packages which would require change of package vendor unless&lt;br /&gt;
              the vendor is specified in /etc/zypp/vendors.d, or which would require  manual  resolution&lt;br /&gt;
              of  problems  with dependencies. Such non-installable updates will then be listed in sepa-&lt;br /&gt;
              rate section of the summary as &amp;quot;The following package updates will NOT be installed:&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
              To update individual packages, specify one or more package names. You can use the '*'  and&lt;br /&gt;
              '?'  wildcard  characters  in  the package names to specify multiple packages matching the&lt;br /&gt;
              pattern.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Type of package (default: package). See section Package Types for list of available  pack-&lt;br /&gt;
              age types.&lt;br /&gt;
&lt;br /&gt;
              If patch is specified, zypper acts as if the patche command was executed.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work  only  with  the repository specified by the alias, name, number, or URI. This option&lt;br /&gt;
              can be used multiple times.&lt;br /&gt;
&lt;br /&gt;
           --skip-interactive&lt;br /&gt;
              This will skip interactive patches, that is, those that need reboot, contain a message, or&lt;br /&gt;
              update a package whose license needs to be confirmed.&lt;br /&gt;
&lt;br /&gt;
       -l, --auto-agree-with-licenses&lt;br /&gt;
              Automatically  say 'yes' to third party license confirmation prompt. By using this option,&lt;br /&gt;
              you choose to agree with licenses of all third-party software this command  will  install.&lt;br /&gt;
              This  option  is particularly useful for administators installing the same set of packages&lt;br /&gt;
              on multiple machines (by an automated process) and have the licenses confirmed before.&lt;br /&gt;
&lt;br /&gt;
           --debug-solver&lt;br /&gt;
              Create solver test case for debugging. See the install command for details.&lt;br /&gt;
&lt;br /&gt;
           --no-recommends&lt;br /&gt;
              By default, zypper installs also packages recommended by the requested ones.  This  option&lt;br /&gt;
              causes the recomended packages to be ignored and only the required ones to be installed.&lt;br /&gt;
&lt;br /&gt;
       -R, --no-force-resolution&lt;br /&gt;
              Do  not force the solver to find a solution. Instead, report dependency problem and prompt&lt;br /&gt;
              the user to resolve it manually.&lt;br /&gt;
&lt;br /&gt;
           --force-resolution&lt;br /&gt;
              Force the solver to find a solution, even if it would  mean  removing  all  packages  with&lt;br /&gt;
              unfulfilled requirements.&lt;br /&gt;
&lt;br /&gt;
              The default behavior is 'no-force'. If this option is specified, it takes the preference.&lt;br /&gt;
&lt;br /&gt;
       -D, --dry-run&lt;br /&gt;
              Test  the  update, do not actually install or update any package. This option will add the&lt;br /&gt;
              --test option to the rpm commands run by the update command.&lt;br /&gt;
&lt;br /&gt;
           --best-effort&lt;br /&gt;
              Do a 'best effort' approach to update. This method does  not  explicitly  select  packages&lt;br /&gt;
              with  best  version  and architecture, but instead requests installation of a package with&lt;br /&gt;
              higher version than the installed one and leaves the rest on the dependency  solver.  This&lt;br /&gt;
              method  is  always used for packages, and is optional for products and patterns. It is not&lt;br /&gt;
              applicable to patches.&lt;br /&gt;
&lt;br /&gt;
       This command also accepts the download-and-install mode options described&lt;br /&gt;
              in the install command description.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       list-patches (lp) [options]&lt;br /&gt;
              List all available needed patches.&lt;br /&gt;
&lt;br /&gt;
              This command is similar to 'zypper list-updates -t patch'.&lt;br /&gt;
&lt;br /&gt;
              Note that since the arguments of some of the following options are not required, they must&lt;br /&gt;
              be specified using '=' instead of a space.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -b, --bugzilla[=#]&lt;br /&gt;
              List  available needed patches for all Bugzilla issues, or issues whose number matches the&lt;br /&gt;
              given string.&lt;br /&gt;
&lt;br /&gt;
            --cve[=#]&lt;br /&gt;
              List available needed patches for all CVE issues, or issues whose number matches the given&lt;br /&gt;
              string.&lt;br /&gt;
&lt;br /&gt;
       -g, --category &amp;lt;category&amp;gt;&lt;br /&gt;
              List available patches in the specified category.&lt;br /&gt;
&lt;br /&gt;
            --issues[=string]&lt;br /&gt;
              Look for issues whose number, summary, or description matches the specified string. Issues&lt;br /&gt;
              found by number are displayed separately from those found by descriptions. In  the  latter&lt;br /&gt;
              case, use zypper patch-info &amp;lt;patchname&amp;gt; to get information about issues the patch fixes.&lt;br /&gt;
&lt;br /&gt;
       -a, --all&lt;br /&gt;
              By  default,  only  patches  that are relevant and needed on your system are listed.  This&lt;br /&gt;
              option causes all available released patches to be listed. This  option  can  be  combined&lt;br /&gt;
              with all the rest of the list-updates command options.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work  only  with  the repository specified by the alias, name, number, or URI. This option&lt;br /&gt;
              can be used multiple times.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       patch-check (pchk)&lt;br /&gt;
              Check for patches. Displays a count of applicable patches and how many of  them  have  the&lt;br /&gt;
              security category.&lt;br /&gt;
&lt;br /&gt;
       See  also  the  EXIT CODES section for details on exit status of 0, 100, and 101 returned by this&lt;br /&gt;
       command.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Check for patches only in the repository specified by the alias,  name,  number,  or  URI.&lt;br /&gt;
              This option can be used multiple times.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       patch [options]&lt;br /&gt;
              Install all available needed patches.&lt;br /&gt;
&lt;br /&gt;
              If  there  are  patches that affect the package management itself, those will be installed&lt;br /&gt;
              first and you will be asked to run the patch command again.&lt;br /&gt;
&lt;br /&gt;
              This command is similar to 'zypper update -t patch'.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -b, --bugzilla &amp;lt;#&amp;gt;&lt;br /&gt;
              Install patch fixing a Bugzilla issue specified by  number.  Use  list-patches  --bugzilla&lt;br /&gt;
              command to get a list of available needed patches for specific issues.&lt;br /&gt;
&lt;br /&gt;
            --cve &amp;lt;#&amp;gt;&lt;br /&gt;
              Install  patch fixing a MITRE's CVE issue specified by number. Use list-patches --cve com-&lt;br /&gt;
              mand to get a list of available needed patches for specific issues.&lt;br /&gt;
&lt;br /&gt;
       -g, --category &amp;lt;category&amp;gt;&lt;br /&gt;
              Install all patches in the specified category. Use list-patches --category command to  get&lt;br /&gt;
              a list of available patches for a specific category.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work  only  with  the repository specified by the alias, name, number, or URI. This option&lt;br /&gt;
              can be used multiple times.&lt;br /&gt;
&lt;br /&gt;
           --skip-interactive&lt;br /&gt;
              Skip interactive patches.&lt;br /&gt;
&lt;br /&gt;
           --with-interactive&lt;br /&gt;
              Avoid skipping of  interactive patches when in non-interactive mode.&lt;br /&gt;
&lt;br /&gt;
       -l, --auto-agree-with-licenses&lt;br /&gt;
              See the update command for description of this option.&lt;br /&gt;
&lt;br /&gt;
           --no-recommends&lt;br /&gt;
              By default, zypper installs also packages recommended by the requested ones.  This  option&lt;br /&gt;
              causes the recomended packages to be ignored and only the required ones to be installed.&lt;br /&gt;
&lt;br /&gt;
           --debug-solver&lt;br /&gt;
              Create test case for debugging of dependency resolver.&lt;br /&gt;
&lt;br /&gt;
       -D, --dry-run&lt;br /&gt;
              Test the update, do not actually update.&lt;br /&gt;
&lt;br /&gt;
       This command also accepts the download-and-install mode options described&lt;br /&gt;
              in the install command description.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       dist-upgrade (dup) [options]&lt;br /&gt;
              Perform a distribution upgrade. This command applies the state of (specified) repositories&lt;br /&gt;
              onto the system; upgrades (or even downgrades) installed packages  to  versions  found  in&lt;br /&gt;
              repositories,  removes  packages  that are no longer in the repositories and pose a depen-&lt;br /&gt;
              dency problem for the upgrade, handles package splits and renames, etc.&lt;br /&gt;
&lt;br /&gt;
              If no repositories are specified via --from or --repo options, zypper will do the  upgrade&lt;br /&gt;
              with  all  defined  repositories. This can be a problem if the system contains conflicting&lt;br /&gt;
              repositories, like repositories for two different distribution releases. This  often  hap-&lt;br /&gt;
              pens  if  one  forgets  to  remove an older release repository after adding a new one, say&lt;br /&gt;
              openSUSE 11.1 and openSUSE 11.2.&lt;br /&gt;
&lt;br /&gt;
              To avoid the above trouble, you can specify the repositories from which to do the  upgrade&lt;br /&gt;
              using  the --from or --repo options.  The difference between these two is that when --repo&lt;br /&gt;
              is used, zypper uses only the specified repositories, while with --from  zypper  can  also&lt;br /&gt;
              use the rest of the enabled repositories to satisfy package dependencies.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
           --from &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Restricts  the  upgrade  to  the  specified  repositories (the option can be used multiple&lt;br /&gt;
              times) only, but can satisfy dependencies also from the rest of enabled repositories.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work only with the repository specified by the alias, name, number, or  URI.  This  option&lt;br /&gt;
              can be used multiple times.&lt;br /&gt;
&lt;br /&gt;
       -l, --auto-agree-with-licenses&lt;br /&gt;
              Automatically  say 'yes' to third party license confirmation prompt. By using this option,&lt;br /&gt;
              you choose to agree with licenses of all third-party software this command  will  install.&lt;br /&gt;
              This  option  is particularly useful for administators installing the same set of packages&lt;br /&gt;
              on multiple machines (by an automated process) and have the licenses confirmed before.&lt;br /&gt;
&lt;br /&gt;
           --no-recommends&lt;br /&gt;
              By default, zypper installs also packages recommended by the requested ones.  This  option&lt;br /&gt;
              causes the recomended packages to be ignored and only the required ones to be installed.&lt;br /&gt;
&lt;br /&gt;
           --debug-solver&lt;br /&gt;
              Create solver test case for debugging. See the install command for details.&lt;br /&gt;
&lt;br /&gt;
       -D, --dry-run&lt;br /&gt;
              Test  the upgrade, do not actually install or update any package. This option will add the&lt;br /&gt;
              --test option to the rpm commands run by the dist-upgrade command.&lt;br /&gt;
&lt;br /&gt;
       This command also accepts the download-and-install mode options described&lt;br /&gt;
              in the install command description.&lt;br /&gt;
&lt;br /&gt;
       Examples:&lt;br /&gt;
&lt;br /&gt;
              Upgrade the system using 'factory' and 'packman' repository:&lt;br /&gt;
              $ zypper install zypper libzypp&lt;br /&gt;
              $ zypper dup --from factory --from packman&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Query Commands&lt;br /&gt;
       search (se) [options] [querystring|capability] ...&lt;br /&gt;
              Search for packages matching any of the given strings. * (any substring) and ?  (any char-&lt;br /&gt;
              acter) wildcards can also be used within search strings.  If the search string is enclosed&lt;br /&gt;
              in '/', for example $ zypper se '/^k.*e$/', it's  interpreted  as  a  regular  expression.&lt;br /&gt;
              It's  also possible to specify a capability like &amp;quot;NAME[.ARCH][OP&amp;lt;EDITION&amp;gt;]&amp;quot;, where ARCH is&lt;br /&gt;
              an architecture code, OP is &amp;lt;, &amp;lt;=, =, &amp;gt;=, or &amp;gt; and  EDITION  is  VERSION[-RELEASE].   Also&lt;br /&gt;
              quote  here  to  protect  the  special characters from the shell, for example: $ zypper se&lt;br /&gt;
              'libgcc&amp;gt;4.6'.&lt;br /&gt;
&lt;br /&gt;
              Results of search are printed in a table with following columns: S (status), Catalog, Type&lt;br /&gt;
              (type  of  package), Name, Version, Arch (architecture). The status column can contain the&lt;br /&gt;
              following values: i - installed, v - another version installed, or an empty space for nei-&lt;br /&gt;
              ther of the former cases.&lt;br /&gt;
&lt;br /&gt;
              The 'v' status is only shown if the version or the repository matters (--details or --repo&lt;br /&gt;
              is used), and the installed version differs from the one listed or is  from  a  repository&lt;br /&gt;
              other than specified.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
              This command accepts the following options:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
           --match-substrings&lt;br /&gt;
              Matches for search strings may be partial words (default).&lt;br /&gt;
&lt;br /&gt;
           --match-words&lt;br /&gt;
              Matches for search strings may only be whole words.&lt;br /&gt;
&lt;br /&gt;
           --match-exact&lt;br /&gt;
              Searches for an exact name of the package.&lt;br /&gt;
&lt;br /&gt;
           --provides&lt;br /&gt;
              Search  for  packages which provide the search strings. A search string here might be also&lt;br /&gt;
              any symbol provided  by  a  package  like  /bin/vi,  libcurl.so.3,  perl(Time::ParseDate),&lt;br /&gt;
              web_browser,  e.g.  search  for the package which provides the shell: zypper se --provides&lt;br /&gt;
              /bin/sh&lt;br /&gt;
&lt;br /&gt;
           --requires&lt;br /&gt;
              Search for packages which require the search strings. A search string here might  be  also&lt;br /&gt;
              any  symbol  required  by  a package, e.g. all packages which require the snapper library:&lt;br /&gt;
              zypper se --requires libsnapper.so&lt;br /&gt;
&lt;br /&gt;
           --recommends&lt;br /&gt;
              Search for packages which recommend the  search  strings,  e.g.   zypper  se  --recommends&lt;br /&gt;
              usb_modeswitch&lt;br /&gt;
&lt;br /&gt;
           --suggests&lt;br /&gt;
              Search for packages which suggest the search strings, e.g.  zypper se --suggests acroread&lt;br /&gt;
&lt;br /&gt;
           --conflicts&lt;br /&gt;
              Search  for  packages  conflicting  with  the  search strings, e.g.  zypper se --conflicts&lt;br /&gt;
              aspell-hi&lt;br /&gt;
&lt;br /&gt;
           --obsoletes&lt;br /&gt;
              Search for packages wich obsolete the search strings, e.g.  zypper se --obsoletes efence&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Useful together with dependency options, otherwise searching in package name is default.&lt;br /&gt;
&lt;br /&gt;
       -f, --file-list&lt;br /&gt;
              Search in file list of packages.&lt;br /&gt;
&lt;br /&gt;
       -d, --search-descriptions&lt;br /&gt;
              Search also in summaries and descriptions.&lt;br /&gt;
&lt;br /&gt;
       -C, --case-sensitive&lt;br /&gt;
              Perform case-sensitive search.&lt;br /&gt;
&lt;br /&gt;
       -i, --installed-only&lt;br /&gt;
              Show only packages that are already installed.&lt;br /&gt;
&lt;br /&gt;
       -u, --uninstalled-only&lt;br /&gt;
              Show only packages that are not currently installed.&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Search only for packages of specified type. See section Package Types for list  of  avail-&lt;br /&gt;
              able package types. Multiple -t option are allowed.&lt;br /&gt;
&lt;br /&gt;
              See also the type-specific query commands like packages, patterns, etc.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work  only  with  the repository specified by the alias, name, number, or URI. This option&lt;br /&gt;
              can be used multiple times.&lt;br /&gt;
&lt;br /&gt;
           --sort-by-name&lt;br /&gt;
              Sort packages by name (default).&lt;br /&gt;
&lt;br /&gt;
           --sort-by-repo&lt;br /&gt;
              Sort packages by catalog, not by name.&lt;br /&gt;
&lt;br /&gt;
       -s, --details&lt;br /&gt;
              Show all available versions of found packages, each version in each repository on a  sepa-&lt;br /&gt;
              rate line.&lt;br /&gt;
&lt;br /&gt;
       -v, --verbose&lt;br /&gt;
              Like  --details  with  additional  information  where  the search has matched (useful when&lt;br /&gt;
              searching for dependencies, e.g. --provides).&lt;br /&gt;
&lt;br /&gt;
       Examples:&lt;br /&gt;
&lt;br /&gt;
              Search for YaST packages (quote the string to prevent the shell from expanding  the  wild-&lt;br /&gt;
              card):&lt;br /&gt;
              $ zypper se 'yast*'&lt;br /&gt;
&lt;br /&gt;
              Show all available versions of package 'kernel-default':&lt;br /&gt;
              $ zypper se -s --match-exact kernel-default&lt;br /&gt;
&lt;br /&gt;
              Look for RSI acronym (case-sensitively), also in summaries and descriptions:&lt;br /&gt;
              $ zypper se -dC --match-words RSI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       packages (pa) [options] [repository] ...&lt;br /&gt;
              List all available packages or all packages from specified repositories (similar to zypper&lt;br /&gt;
              search -s -t package).  Also allows the options --orphaned, --suggested, --recommended and&lt;br /&gt;
              --unneeded to get corresponding lists of packages.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Just another means to specify repositories.&lt;br /&gt;
&lt;br /&gt;
       -i, --installed-only&lt;br /&gt;
              Show only installed packages.&lt;br /&gt;
&lt;br /&gt;
       -u, --uninstalled-only&lt;br /&gt;
              Show only packages which are not installed.&lt;br /&gt;
&lt;br /&gt;
       -o, --orphaned&lt;br /&gt;
              Show packages which are orphaned (without repository).&lt;br /&gt;
&lt;br /&gt;
       -s, --suggested&lt;br /&gt;
              Show packages which are suggested.&lt;br /&gt;
&lt;br /&gt;
       -r, --recommended&lt;br /&gt;
              Show packages which are recommeded.&lt;br /&gt;
&lt;br /&gt;
       -n, --unneeded&lt;br /&gt;
              Show packages which are unneeded.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       patches (pch) [options] [repository] ...&lt;br /&gt;
              List  all available patches from specified repositories, including those not needed. Simi-&lt;br /&gt;
              lar to zypper search -s -t patch.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Just another means to specify repositories.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       patterns (pt) [options] [repository] ...&lt;br /&gt;
              List all available patterns or all patterns from specified repositories.  Similar to  zyp-&lt;br /&gt;
              per search -s -t pattern.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Just another means to specify repositories.&lt;br /&gt;
&lt;br /&gt;
       -i, --installed-only&lt;br /&gt;
              Show only installed patterns.&lt;br /&gt;
&lt;br /&gt;
       -u, --uninstalled-only&lt;br /&gt;
              Show only patterns which are not installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       products (pd) [options] [repository] ...&lt;br /&gt;
              List  all available products or all products from specified repositories.  Similar to zyp-&lt;br /&gt;
              per search -s -t product, but shows also the type of the product (base, add-on).&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Just another means to specify repositories.&lt;br /&gt;
&lt;br /&gt;
       -i, --installed-only&lt;br /&gt;
              Show only installed products.&lt;br /&gt;
&lt;br /&gt;
       -u, --uninstalled-only&lt;br /&gt;
              Show only products which are not installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       what-provides (wp) &amp;lt;capability&amp;gt;&lt;br /&gt;
              List all packages providing the specified capability. See also  the  install  command  for&lt;br /&gt;
              hint about capabilities.&lt;br /&gt;
              what-provides is replaced by the search command, which now has the functionality to search&lt;br /&gt;
              for dependencies (and allows various options).&lt;br /&gt;
              The command line is automatically transformed to the appropriate search, e.g.:&lt;br /&gt;
              $ zypper what-provides 'zypper&amp;gt;1.6' to $ zypper se --provides --match-exact 'zypper&amp;gt;1.6'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Repository Management&lt;br /&gt;
       Zypper is able to work with YaST, RPM-MD (yum) software repositories, and plain directories  con-&lt;br /&gt;
       taining .rpm files.&lt;br /&gt;
&lt;br /&gt;
       Repositories  are primarily identified using their URI or alias.  Alias serves as a shorthand for&lt;br /&gt;
       the long URI or name of the repository.  The name of the repository should briefly  describe  the&lt;br /&gt;
       repository  and is shown to the user in tables and messages. The name is not required, and if not&lt;br /&gt;
       known, the alias is shown instead. The alias is required and uniquely identifies  the  repository&lt;br /&gt;
       on the system.&lt;br /&gt;
&lt;br /&gt;
       The alias, name, URI, or the number from zypper repos list can be used to specify a repository as&lt;br /&gt;
       an argument of various zypper commands and options like refresh, --repo, or --from.&lt;br /&gt;
&lt;br /&gt;
       Supported URI formats:&lt;br /&gt;
&lt;br /&gt;
       CD or DVD drive&lt;br /&gt;
              Optionally with devices list for probing.&lt;br /&gt;
&lt;br /&gt;
              cd:///&lt;br /&gt;
              dvd:/subdir?devices=/dev/sr0,/dev/sr1&lt;br /&gt;
&lt;br /&gt;
       FTP/HTTP/HTTPS directory tree&lt;br /&gt;
              The ftp URL scheme supports absolute and relative paths to the default ftp  server  direc-&lt;br /&gt;
              tory  (RFC1738, Section 3.2.2). To use an absolute path, you have to prepend the path with&lt;br /&gt;
              an additional slash, what results in a &amp;quot;/%2f&amp;quot; combination (second &amp;quot;/&amp;quot; encoded to &amp;quot;%2f&amp;quot;) at&lt;br /&gt;
              the  begin of the URL path. This is important, especially in user authenticated ftp, where&lt;br /&gt;
              the users home is usually the default directory of the  server  (except  when  the  server&lt;br /&gt;
              chroots into the users home directory).&lt;br /&gt;
&lt;br /&gt;
              Explicit  proxy settings may be passed via optional parameters proxy, proxyport, proxyuser&lt;br /&gt;
              and proxypass.&lt;br /&gt;
&lt;br /&gt;
              HTTP authentication methods to use can be defined as comma  separated  list  via  optional&lt;br /&gt;
              parameter  auth. Valid methods are e.g. 'basic', 'digest', 'ntlm', 'negotiate'. Note, that&lt;br /&gt;
              this list depends on the list of methods supported by the curl library.&lt;br /&gt;
&lt;br /&gt;
              ftp://user:pass@server/path/to/media/dir&lt;br /&gt;
              ftp://user:pass@server/%2fhome/user/path/to/media/dir&lt;br /&gt;
              http://user:pass@server/path&lt;br /&gt;
              https://user:pass@server/path?proxy=foo&amp;amp;proxyuser=me&amp;amp;proxypass=pw&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       Disk volume (partition)&lt;br /&gt;
              Mandatory device parameter specifying the name of the block device to mount. The  name  of&lt;br /&gt;
              the optional filesystem defaults to &amp;quot;auto&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
              hd:/subdir?device=/dev/sda1&amp;amp;filesystem=reiserfs&lt;br /&gt;
&lt;br /&gt;
       Local directory tree&lt;br /&gt;
&lt;br /&gt;
              dir:/directory/name&lt;br /&gt;
&lt;br /&gt;
       Media in an ISO image (loopback mounted)&lt;br /&gt;
              Mandatory iso parameter specifying the name of the iso file. Optional url parameter speci-&lt;br /&gt;
              fying the URL to the directory containing the iso file. Optional mnt parameter  specifying&lt;br /&gt;
              the  preferred  attach  point  for  the  source media url. Optional filesystem name of the&lt;br /&gt;
              filesystem used in the iso file. Defaults to &amp;quot;auto&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
              iso:/?iso=CD1.iso&amp;amp;url=nfs://server/path/to/media&lt;br /&gt;
              iso:/?iso=CD1.iso&amp;amp;url=hd:/?device=/dev/hda&lt;br /&gt;
              iso:/subdir?iso=DVD1.iso&amp;amp;url=nfs://nfs-server/directory&amp;amp;mnt=/nfs/attach/point&amp;amp;filesys-&lt;br /&gt;
              tem=udf&lt;br /&gt;
&lt;br /&gt;
       NFS exported directory tree&lt;br /&gt;
              To  use  NFSv4  either use schema tnfsv4:// or pass an optional parameter type=nfs4. Addi-&lt;br /&gt;
              tional mountoptions can be passed as comma separated list. Defaults to &amp;quot;ro&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
              nfs://nfs-server/exported/path&lt;br /&gt;
              nfs://nfs-server/exported/path?mountoptions=ro&amp;amp;type=nfs4&lt;br /&gt;
              nfs4://nfs-server/exported/path?mountoptions=ro&lt;br /&gt;
&lt;br /&gt;
       CIFS/SMB directory tree&lt;br /&gt;
              There is no difference between cifs and smb scheme (any more).  In  both  cases  the  cifs&lt;br /&gt;
              filesystem  is  used.  Additional  mountoptions  can  be  passed  as comma separated list.&lt;br /&gt;
              Defaults to &amp;quot;ro,guest&amp;quot;. Specify &amp;quot;noguest&amp;quot; to turn off &amp;quot;guest&amp;quot;. This is necessary if  Samba&lt;br /&gt;
              is configured to reject guest connections.&lt;br /&gt;
&lt;br /&gt;
              Optional  workgroup  or  domain parameter set the name of the workgroup. As alternative to&lt;br /&gt;
              passing username:password in the URI authority the parameters user and pass can be used.&lt;br /&gt;
&lt;br /&gt;
              smb://servername/share/path/on/the/share&lt;br /&gt;
              cifs://usenr:passw@servername/share/path/on/the/share?mountoptions=ro,noguest&lt;br /&gt;
              cifs://usern:passw@servername/share/path/on/the/share?workgroup=mygroup&lt;br /&gt;
              cifs://servername/share/path/on/the/share?user=usern&amp;amp;pass=passw&lt;br /&gt;
&lt;br /&gt;
       Apart from the above, repositories have several other properties which can be set using the  com-&lt;br /&gt;
       mands  described  in  this  section below, or by manually editing the repository definition files&lt;br /&gt;
       (.repo files, see section FILES).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       addrepo (ar) [options] &amp;lt;URI&amp;gt; &amp;lt;alias&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       addrepo (ar) [options] &amp;lt;FILE.repo&amp;gt;&lt;br /&gt;
&lt;br /&gt;
              Add a new repository specified by URI and assign specified alias to it or specify URI to a&lt;br /&gt;
              .repo file.&lt;br /&gt;
&lt;br /&gt;
              Newly  added  repositories  have auto-refresh disabled by default (except for repositories&lt;br /&gt;
              imported from a .repo, having the auto-refresh enabled). To enable auto-refresh,  use  the&lt;br /&gt;
              --refresh option of the modifyrepo command.&lt;br /&gt;
&lt;br /&gt;
              Also,  this  command  does  not  automatically  refresh the newly added repositories.  The&lt;br /&gt;
              repositories will get refreshed when used for the first time, or you can use  the  refresh&lt;br /&gt;
              command after finishing your modifications with *repo commands.  See also METADATA REFRESH&lt;br /&gt;
              POLICY section for more details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;file.repo&amp;gt;&lt;br /&gt;
              Read URI and alias from specified .repo file&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Type of repository (yast2, rpm-md, or plaindir). There are  several  aliases  defined  for&lt;br /&gt;
              these  types: yast2 - susetags, yast, YaST, YaST2, YAST; rpm-md - repomd, rpmmd, yum, YUM;&lt;br /&gt;
              plaindir - Plaindir.&lt;br /&gt;
&lt;br /&gt;
       -d, --disable&lt;br /&gt;
              Add the repository as disabled. Repositories are added as enabled by default.&lt;br /&gt;
&lt;br /&gt;
       -c, --check&lt;br /&gt;
              Probe given URI.&lt;br /&gt;
&lt;br /&gt;
       -C, --nocheck&lt;br /&gt;
              Don't probe URI, probe later during refresh.&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Specify descriptive name for the repository.&lt;br /&gt;
&lt;br /&gt;
       -k, --keep-packages&lt;br /&gt;
              Enable RPM files caching for the repository.&lt;br /&gt;
&lt;br /&gt;
       -K, --no-keep-packages&lt;br /&gt;
              Disable RPM files caching.&lt;br /&gt;
&lt;br /&gt;
       -f, --refresh&lt;br /&gt;
              Enable autorefresh of the repository. The autorefresh is disabled by default  when  adding&lt;br /&gt;
              new repositories.&lt;br /&gt;
&lt;br /&gt;
       Examples:&lt;br /&gt;
&lt;br /&gt;
              Add an HTTP repository, probe it, name it 'Packman 11.1 repo', and use 'packman' as alias:&lt;br /&gt;
              $ zypper ar -c -n 'Packman 11.1 repo' http://packman.iu-bremen.de/suse/11.1 packman&lt;br /&gt;
&lt;br /&gt;
              Add repositories from a repo file:&lt;br /&gt;
              $      zypper     ar     http://download.opensuse.org/repositories/zypp:/svn/openSUSE_Fac-&lt;br /&gt;
              tory/zypp:svn.repo&lt;br /&gt;
              $ zypper ar myreposbackup.repo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       removerepo (rr) [options] &amp;lt;alias|name|#|URI&amp;gt; ...&lt;br /&gt;
              Delete repositories specified by aliases, names, numbers or URIs.&lt;br /&gt;
&lt;br /&gt;
       --loose-auth&lt;br /&gt;
              Ignore user authentication data in the URI&lt;br /&gt;
&lt;br /&gt;
       --loose-query&lt;br /&gt;
              Ignore query string in the URI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       repos (lr) [options] [repo] ...&lt;br /&gt;
              List all defined repositories or show detailed information about those specified as  argu-&lt;br /&gt;
              ments&lt;br /&gt;
&lt;br /&gt;
              The  following  data  can be printed for each repository found on the sytem: # (repository&lt;br /&gt;
              number), Alias (shorthand for Name), Name, Enabled (whether the  repository  is  enabled),&lt;br /&gt;
              Refresh  (whether  auto-refresh is enabled for the repository), Priority, Type (repository&lt;br /&gt;
              meta-data type: rpm-md, yast2, plaindir). Which of the data is shown is determined by com-&lt;br /&gt;
              mand  line options listed below and the main.repoListColumns setting from zypper.conf.  By&lt;br /&gt;
              default, #, Alias, Name, Enabled, and Refresh is shown.&lt;br /&gt;
&lt;br /&gt;
              Repository number is a unique identifier of the repository in current set of repositories.&lt;br /&gt;
              If  you add, remove or change a repository, the numbers may change. Keep that in mind when&lt;br /&gt;
              using the numbers with the repository handling commands. On  the  other  hand,  using  the&lt;br /&gt;
              alias instead of the number is always safe.&lt;br /&gt;
&lt;br /&gt;
              To  show  detailed  information  about  specific  repositories, specify them as arguments,&lt;br /&gt;
              either by alias, name, number from simple zypper lr, or by URI; e.g. fB zypper lr factory,&lt;br /&gt;
              or zypper lr 2.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -e, --export &amp;lt;FILE.repo|-&amp;gt;&lt;br /&gt;
              This  option causes zypper to write repository definition of all defined repositories into&lt;br /&gt;
              a single file in repo file format.  If '-' is specified instead of a file name, the repos-&lt;br /&gt;
              itories will be written to the standard output.&lt;br /&gt;
&lt;br /&gt;
       -a, --alias&lt;br /&gt;
              Add alias column to the output.&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Add name column to the output.&lt;br /&gt;
&lt;br /&gt;
       -u, --uri&lt;br /&gt;
              Add base URI column to the output.&lt;br /&gt;
&lt;br /&gt;
       -p, --priority&lt;br /&gt;
              Add repository priority column to the output.&lt;br /&gt;
&lt;br /&gt;
       -r, --refresh&lt;br /&gt;
              Add the autorefresh column to the output.&lt;br /&gt;
&lt;br /&gt;
       -d, --details&lt;br /&gt;
              Show more information like URI, priority, type, etc.&lt;br /&gt;
&lt;br /&gt;
       -E, --show-enabled-only&lt;br /&gt;
              Show enabled repositories only.&lt;br /&gt;
&lt;br /&gt;
       -U, --sort-by-uri&lt;br /&gt;
              Add base URI column and sort the list it.&lt;br /&gt;
&lt;br /&gt;
       -P, --sort-by-priority&lt;br /&gt;
              Add repository priority column and sort the list by it.&lt;br /&gt;
&lt;br /&gt;
       -A, --sort-by-alias&lt;br /&gt;
              Sort the list by alias.&lt;br /&gt;
&lt;br /&gt;
       -N, --sort-by-name&lt;br /&gt;
              Sort the list by name.&lt;br /&gt;
&lt;br /&gt;
       Examples:&lt;br /&gt;
&lt;br /&gt;
              Backup your repository setup:&lt;br /&gt;
              $ zypper repos -e myreposbackup.repo&lt;br /&gt;
&lt;br /&gt;
              List repositories with their URIs and priorities:&lt;br /&gt;
              $ zypper lr -pu&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       renamerepo (nr) &amp;lt;alias|name|#|URI&amp;gt; &amp;lt;new-alias&amp;gt;&lt;br /&gt;
              Assign new alias to the repository specified by alias, name, number, or URI.&lt;br /&gt;
&lt;br /&gt;
       Example:&lt;br /&gt;
&lt;br /&gt;
              Rename  repository  number 8 to 'myrepo' (useful if the repo has some dreadful alias which&lt;br /&gt;
              is not usable on the command line).&lt;br /&gt;
              $ zypper nr 8 myrepo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       modifyrepo (mr) &amp;lt;options&amp;gt; &amp;lt;alias|name|#|URI&amp;gt; ...&lt;br /&gt;
&lt;br /&gt;
       modifyrepo (mr) &amp;lt;options&amp;gt; &amp;lt;--all|--remote|--local|--medium-type&amp;gt;&lt;br /&gt;
              Modify properties of repositories specified by alias, name, number, or URI or one  of  the&lt;br /&gt;
              aggregate options.&lt;br /&gt;
&lt;br /&gt;
       -e, --enable&lt;br /&gt;
              Enable the repository.&lt;br /&gt;
&lt;br /&gt;
       -d, --disable&lt;br /&gt;
              Disable the repository.&lt;br /&gt;
&lt;br /&gt;
       -r, --refresh&lt;br /&gt;
              Enable auto-refresh for the repository.&lt;br /&gt;
&lt;br /&gt;
       -R, --no-refresh&lt;br /&gt;
              Disable auto-refresh for the repository.&lt;br /&gt;
&lt;br /&gt;
       -p, --priority &amp;lt;positive-integer&amp;gt;&lt;br /&gt;
              Set  priority  of  the repository. Priority of 1 is the highest, the higher the number the&lt;br /&gt;
              lower the priority. Default priority is 99. Packages from repositories with higher  prior-&lt;br /&gt;
              ity  will be preferred even in case there is a higher installable version available in the&lt;br /&gt;
              repository with a lower priority.&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Set a descriptive name for the repository.&lt;br /&gt;
&lt;br /&gt;
       -k, --keep-packages&lt;br /&gt;
              Enable RPM files caching.&lt;br /&gt;
&lt;br /&gt;
       -K, --no-keep-packages&lt;br /&gt;
              Disable RPM files caching.&lt;br /&gt;
&lt;br /&gt;
       -a, --all&lt;br /&gt;
              Apply changes to all repositories.&lt;br /&gt;
&lt;br /&gt;
       -l, --local&lt;br /&gt;
              Apply changes to all local repositories.&lt;br /&gt;
&lt;br /&gt;
       -t, --remote&lt;br /&gt;
              Apply changes to all remote repositories (http/https/ftp).&lt;br /&gt;
&lt;br /&gt;
       -m, --medium-type &amp;lt;type&amp;gt;&lt;br /&gt;
              Apply changes to repositories of specified type. The type corresponds  to  the  repository&lt;br /&gt;
              URI  scheme  identifier  like http, dvd, etc. You can find complete list of valid types at&lt;br /&gt;
              http://en.opensuse.org/openSUSE:Libzypp_URIs.&lt;br /&gt;
&lt;br /&gt;
       Examples:&lt;br /&gt;
&lt;br /&gt;
              Enable keeping of packages for all remote repositories:&lt;br /&gt;
              $ zypper mr -kt&lt;br /&gt;
&lt;br /&gt;
              Enable repository 'updates' and switch on autorefresh for the repo:&lt;br /&gt;
              $ zypper mr -er updates&lt;br /&gt;
&lt;br /&gt;
              Disable all repositories:&lt;br /&gt;
              $ zypper mr -da&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       refresh (ref) [alias|name|#|URI] ...&lt;br /&gt;
              Refresh repositories specified by their alias, name, number, or URI.  If  no  repositories&lt;br /&gt;
              are specified, all enabled repositories will be refreshed.&lt;br /&gt;
&lt;br /&gt;
              See also METADATA REFRESH POLICY section for more details.&lt;br /&gt;
&lt;br /&gt;
       -f, --force&lt;br /&gt;
              Force  a complete refresh of specified repositories. This option will cause both the down-&lt;br /&gt;
              load of raw metadata and parsing of the metadata to be forced even if everything indicates&lt;br /&gt;
              a refresh is not needed.&lt;br /&gt;
&lt;br /&gt;
       -b, --force-build&lt;br /&gt;
              Force only reparsing of cached metadata and rebuilding of the database. Raw metadata down-&lt;br /&gt;
              load will not be forced.&lt;br /&gt;
&lt;br /&gt;
       -d, --force-download&lt;br /&gt;
              Force only download of current copy of repository metadata. Parsing  and  rebuild  of  the&lt;br /&gt;
              database will not be forced.&lt;br /&gt;
&lt;br /&gt;
       -B, --build-only&lt;br /&gt;
              Only  parse  the  metadata  and  build  the database, don't download raw metadata into the&lt;br /&gt;
              cache. This will enable you to repair damaged database from cached data without  accessing&lt;br /&gt;
              network at all.&lt;br /&gt;
&lt;br /&gt;
       -D, --download-only&lt;br /&gt;
              Only download the raw metadata, don't parse it or build the database.&lt;br /&gt;
&lt;br /&gt;
       -s, --services&lt;br /&gt;
              Refresh also services before refreshing repositories.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       clean (cc) [options] [alias|name|#|URI] ...&lt;br /&gt;
              Clean the local caches for all known or specified repositories. By default,&lt;br /&gt;
               only caches of downloaded packages are cleaned.&lt;br /&gt;
&lt;br /&gt;
       -m, --metadata&lt;br /&gt;
              Clean repository metadata cache instead of package cache.&lt;br /&gt;
&lt;br /&gt;
       -M, --raw-metadata&lt;br /&gt;
              Clean repository raw metadata cache instead of package cache.&lt;br /&gt;
&lt;br /&gt;
       -a, --all&lt;br /&gt;
              Clean both repository metadata and package caches.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Service Management&lt;br /&gt;
       The  services,  addservice, removeservice, modifyservice, and refresh-services commands serve for&lt;br /&gt;
       manipulating services. A service is specified by its URI and needs to have a unique alias defined&lt;br /&gt;
       (among both services and repositories).&lt;br /&gt;
&lt;br /&gt;
       Standalone  repositories  (not  belonging  to any service) are treated like services, too. The ls&lt;br /&gt;
       command will list them, ms command will modify  them,  etc.  Repository  specific  options,  like&lt;br /&gt;
       --keep-packages  are  not  available  here,  though.  You can use repository handling commands to&lt;br /&gt;
       manipulate them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       addservice (as) [options] &amp;lt;URI&amp;gt; &amp;lt;alias&amp;gt;&lt;br /&gt;
              Adds a service specified by URI to the system. The alias must  be  unique  and  serves  to&lt;br /&gt;
              identify the service.&lt;br /&gt;
&lt;br /&gt;
              Newly added services are not refereshed automatically. Use the refresh-services command to&lt;br /&gt;
              refresh them. Zypper does not access the service URI when adding the service, so the  type&lt;br /&gt;
              of the services is unknown until it is refreshed.&lt;br /&gt;
&lt;br /&gt;
              This  command  also allows to add also ordinary repositories when used with --type option,&lt;br /&gt;
              where you specify the type of the repository. See the addrepo command for the list of sup-&lt;br /&gt;
              ported repository types.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;TYPE&amp;gt;&lt;br /&gt;
              Type  of  the  service  (possible values: ris). There are several aliases defined for this&lt;br /&gt;
              type: ris - RIS, nu, NU&lt;br /&gt;
&lt;br /&gt;
       -d, --disable&lt;br /&gt;
              Add the service as disabled.&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Specify descriptive name for the service.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       removeservice (rs) [options] &amp;lt;alias|name|#|URI&amp;gt; ...&lt;br /&gt;
&lt;br /&gt;
              Remove specified repository index service from the sytem.&lt;br /&gt;
&lt;br /&gt;
              Removing an RIS service will result in removing of all of its repositories.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       --loose-auth&lt;br /&gt;
              Ignore user authentication data in the URI.&lt;br /&gt;
&lt;br /&gt;
       --loose-query&lt;br /&gt;
              Ignore query string in the URI.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       modifyservice (ms) &amp;lt;options&amp;gt; &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              modifyservice (ms) &amp;lt;options&amp;gt; &amp;lt;--all|--remote|--local|--medium-type&amp;gt; Modify  properties  of&lt;br /&gt;
              specified services.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       Common Options&lt;br /&gt;
              These options are common to all types of services and repositories.&lt;br /&gt;
&lt;br /&gt;
       -d, --disable&lt;br /&gt;
              Disable the service (but don't remove it).&lt;br /&gt;
&lt;br /&gt;
       -e, --enable&lt;br /&gt;
              Enable a disabled service.&lt;br /&gt;
&lt;br /&gt;
       -r, --refresh&lt;br /&gt;
              Enable auto-refresh of the service.&lt;br /&gt;
&lt;br /&gt;
       -R, --no-refresh&lt;br /&gt;
              Disable auto-refresh of the service.&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Set a descriptive name for the service.&lt;br /&gt;
&lt;br /&gt;
       -a, --all&lt;br /&gt;
              Apply changes to all services.&lt;br /&gt;
&lt;br /&gt;
       -l, --local&lt;br /&gt;
              Apply changes to all local services.&lt;br /&gt;
&lt;br /&gt;
       -t, --remote&lt;br /&gt;
              Apply changes to all remote services.&lt;br /&gt;
&lt;br /&gt;
       -m, --medium-type &amp;lt;type&amp;gt;&lt;br /&gt;
              Apply changes to services of specified type.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       RIS Service Specific Options&lt;br /&gt;
              These options are ignored by services other than Repository Index Services.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -i, --ar-to-enable &amp;lt;alias&amp;gt;&lt;br /&gt;
              Schedule an RIS service repository to be enabled at next service refresh.&lt;br /&gt;
&lt;br /&gt;
       -I, --ar-to-disable &amp;lt;alias&amp;gt;&lt;br /&gt;
              Schedule an RIS service repository to be disabled at next service refresh.&lt;br /&gt;
&lt;br /&gt;
       -j, --rr-to-enable &amp;lt;alias&amp;gt;&lt;br /&gt;
              Remove a RIS service repository to enable.&lt;br /&gt;
&lt;br /&gt;
       -J, --rr-to-disable &amp;lt;alias&amp;gt;&lt;br /&gt;
              Remove a RIS service repository to disable.&lt;br /&gt;
&lt;br /&gt;
       -k, --cl-to-enable&lt;br /&gt;
              Clear the list of RIS repositories to enable.&lt;br /&gt;
&lt;br /&gt;
       -K, --cl-to-disable&lt;br /&gt;
              Clear the list of RIS repositories to disable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       services (ls) [options]&lt;br /&gt;
              List services defined on the system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -u, --uri&lt;br /&gt;
              Show also base URI of repositories.&lt;br /&gt;
&lt;br /&gt;
       -p, --priority&lt;br /&gt;
              Show also repository priority.&lt;br /&gt;
&lt;br /&gt;
       -d, --details&lt;br /&gt;
              Show more information like URI, priority, type.&lt;br /&gt;
&lt;br /&gt;
       -r, --with-repos&lt;br /&gt;
              Show also repositories belonging to the services.&lt;br /&gt;
&lt;br /&gt;
       -P, --sort-by-priority&lt;br /&gt;
              Sort the list by repository priority.&lt;br /&gt;
&lt;br /&gt;
       -E, --show-enabled-only&lt;br /&gt;
              Show  enabled  services only. If used together with --with-repos a disabled service owning&lt;br /&gt;
              (manually) enabled repositories is shown as well.&lt;br /&gt;
&lt;br /&gt;
       -U, --sort-by-uri&lt;br /&gt;
              Sort the list by URI.&lt;br /&gt;
&lt;br /&gt;
       -N, --sort-by-name&lt;br /&gt;
              Sort the list by name.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       refresh-services (refs) [options] &amp;lt;alias|name|#|URI&amp;gt; ...&lt;br /&gt;
              Refreshing a service mean executing the service's special task.&lt;br /&gt;
&lt;br /&gt;
              RIS services add, remove, or modify repositories on your system based on  current  content&lt;br /&gt;
              of  the  repository  index. Services only manage defined repositories, they do not refresh&lt;br /&gt;
              them. To refresh also repositories, use --with-repos option or the refresh command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -r, --with-repos&lt;br /&gt;
              Refresh also repositories.&lt;br /&gt;
&lt;br /&gt;
              TODO more info&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Package Locks Management&lt;br /&gt;
       Package locks serve the purpose of preventing changes to the set of  installed  packages  on  the&lt;br /&gt;
       system.  The  locks  are  stored  in form of a query in /etc/zypp/locks file (see also locks(5)).&lt;br /&gt;
       Packages matching this query are then forbidden to change their installed  status;  an  installed&lt;br /&gt;
       package  can't  be removed, not installed package can't be installed.  When requesting to install&lt;br /&gt;
       or remove such locked package, you will get a dependency problem dialog.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       locks (ll)&lt;br /&gt;
              List currently active package locks.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       addlock (al) [options] &amp;lt;package-name&amp;gt; ...&lt;br /&gt;
              Add a package lock. Specify packages to lock by exact name or by a glob pattern using  '*'&lt;br /&gt;
              and '?'  wildcard characters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Restrict the lock to the specified repository.&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Lock  only  packages  of specified type (default: package).  See section Package Types for&lt;br /&gt;
              list of available package types.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       removelock (rl) [options] &amp;lt;lock-number|package-name&amp;gt; ...&lt;br /&gt;
              Remove specified package lock. Specify the lock to remove by its number obtained with zyp-&lt;br /&gt;
              per locks or by the package name.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Restrict the lock to the specified repository.&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Restrict  the  lock to packages of specified type (default: package).  See section Package&lt;br /&gt;
              Types for list of available package types.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       cleanlocks (cl)&lt;br /&gt;
              Remove unused locks.&lt;br /&gt;
&lt;br /&gt;
              This command looks for locks that do not currently (with regard to repositories used) lock&lt;br /&gt;
              any package and for each such lock it asks user whether to remove it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Other Commands&lt;br /&gt;
       versioncmp (vcmp) &amp;lt;version1&amp;gt; &amp;lt;version2&amp;gt;&lt;br /&gt;
              Compare  the  versions  supplied  as arguments and tell whether version1 is older or newer&lt;br /&gt;
              than version2 or the two version strings match.&lt;br /&gt;
&lt;br /&gt;
              The default output is in human-friendly form. If --terse global option is used, the result&lt;br /&gt;
              is  an integer number, negative/positive if version1 is older/newer than version2, zero if&lt;br /&gt;
              they match.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -m, --match&lt;br /&gt;
              Takes missing release number as any release. For example&lt;br /&gt;
              $ zypper vcmp -m 0.15.3 0.15.3-2&lt;br /&gt;
              0.15.3 matches 0.15.3-2&lt;br /&gt;
              $ zypper vcmp 0.15.3 0.15.3-2&lt;br /&gt;
              0.15.3 is older than 0.15.3-2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       targetos (tos)&lt;br /&gt;
              Shows the ID string of the target operating system. The string has a form  of  distroname-&lt;br /&gt;
              arch.  The  string  is  determined  by libzypp, the distroname is read from &amp;lt;current-root-&lt;br /&gt;
              dir&amp;gt;/etc/products.d/baseproduct and the architecture is  determined  from  uname  and  CPU&lt;br /&gt;
              flags.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       licenses&lt;br /&gt;
              Prints a report about licenses and EULAs of installed packages to standard output.&lt;br /&gt;
&lt;br /&gt;
              First,  a list of all packages and their licenses and/or EULAs is shown.  This is followed&lt;br /&gt;
              by a summary, including the total number of installed packages, the  number  of  installed&lt;br /&gt;
              packages  with  EULAs  that required a confirmation from the user. Since the EULAs are not&lt;br /&gt;
              stored on the system and can only be read from repository metadata, the  summary  includes&lt;br /&gt;
              also  the  number  of  installed packages that have their counterpart in repositories. The&lt;br /&gt;
              report ends with a list of all licenses uses by the installed packages.&lt;br /&gt;
&lt;br /&gt;
              This command can be useful for  companies  redistributiong  a  custom  distribution  (like&lt;br /&gt;
              appliances) to figure out what licenses they are bound by.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       source-download&lt;br /&gt;
              Download source rpms for all installed packages to a local directory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -d, --directory &amp;lt;dir&amp;gt;&lt;br /&gt;
              Download all source rpms to this directory. Default is /var/cache/zypper/source-download.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       --delete&lt;br /&gt;
              Delete extraneous source rpms in the local directory. This is the default.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       --no-delete&lt;br /&gt;
              Do not delete extraneous source rpms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       --status&lt;br /&gt;
              Don't download any source rpms, but show which source rpms are missing or extraneous.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       ps     After  each  upgrade  or removal of packages, there may be running processes on the system&lt;br /&gt;
              which then use files meanwhile deleted by the upgrade.  zypper ps lists  these  processes,&lt;br /&gt;
              together  with  the  corresponding  deleted files, and a service name hint, in case it's a&lt;br /&gt;
              known service.  The list contains the following information:&lt;br /&gt;
&lt;br /&gt;
              * PID      ID of the process&lt;br /&gt;
              * PPID     ID of the parent process&lt;br /&gt;
              * UID      ID of the user running the process&lt;br /&gt;
              * Login    login name of the user running the process&lt;br /&gt;
              * Command  command used to execute the process&lt;br /&gt;
              * Service  guessed name of the service. If an init script exists for this&lt;br /&gt;
                         service, you can do &amp;quot;rcservicename restart&amp;quot; to restart it.&lt;br /&gt;
              * Files    the list of the deleted files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
GLOBAL OPTIONS&lt;br /&gt;
       -h, --help&lt;br /&gt;
              Help. If a command is specified together with --help option, command specific help is dis-&lt;br /&gt;
              played.&lt;br /&gt;
&lt;br /&gt;
       -V, --version&lt;br /&gt;
              Print zypper version number and exit.&lt;br /&gt;
&lt;br /&gt;
       -c, --config &amp;lt;file&amp;gt;&lt;br /&gt;
              Use specified zypper config file instead of the default files.  Other command line options&lt;br /&gt;
              specified together with --config and having their counterpart in the config file are still&lt;br /&gt;
              prefered.  The order of preference with --config is as follows:&lt;br /&gt;
&lt;br /&gt;
              * Command line options&lt;br /&gt;
              * --config &amp;lt;file&amp;gt;&lt;br /&gt;
&lt;br /&gt;
              [ /etc/zypp/zypp.conf ] (system-wide defaults for all libzypp based applications)&lt;br /&gt;
&lt;br /&gt;
              See also FILES section for more information.&lt;br /&gt;
&lt;br /&gt;
       -v, --verbose&lt;br /&gt;
              Increase verbosity. For debugging output specify this option twice.&lt;br /&gt;
&lt;br /&gt;
       -q, --quiet&lt;br /&gt;
              Suppress  normal output. Brief (esp. result notification) messages and error messages will&lt;br /&gt;
              still be printed, though. If used together with conflicting --verbose option,  the  --ver-&lt;br /&gt;
              bose option takes preference.&lt;br /&gt;
&lt;br /&gt;
       -A, --no-abbrev&lt;br /&gt;
              Do  not  abbreviate text in tables. By default zypper will try to abbreviate texts in some&lt;br /&gt;
              columns so that the table fits the width of the screen. If you need to see the whole text,&lt;br /&gt;
              use this option.&lt;br /&gt;
&lt;br /&gt;
       -t, --terse&lt;br /&gt;
              Terse output for machine consumption. Currently not used and provided only for compatibil-&lt;br /&gt;
              ity with rug.&lt;br /&gt;
&lt;br /&gt;
       -s, --table-style&lt;br /&gt;
              Specifies table style to use. Table style is identified by an integer number. TODO&lt;br /&gt;
&lt;br /&gt;
       -r, --rug-compatible&lt;br /&gt;
              Turns on rug compatibility. See section COMPATIBILITY WITH RUG for details.&lt;br /&gt;
&lt;br /&gt;
       -n, --non-interactive&lt;br /&gt;
              Switches to non-interactive mode. In this mode zypper doesn't ask user to type answers  to&lt;br /&gt;
              various  prompts,  but uses default answers automatically. The behaviour of this option is&lt;br /&gt;
              somewhat different than that of options like '--yes', since zypper  can  answer  different&lt;br /&gt;
              answers  to  different questions. The answers also depend on other options like '--no-gpg-&lt;br /&gt;
              checks'.&lt;br /&gt;
&lt;br /&gt;
       -x, --xmlout&lt;br /&gt;
              Switches to XML output. This option is useful for scripts  or  graphical  frontends  using&lt;br /&gt;
              zypper.&lt;br /&gt;
&lt;br /&gt;
       -i, --ignore-unknown&lt;br /&gt;
              Ignore unknown packages. This option is useful for scripts.&lt;br /&gt;
&lt;br /&gt;
       -D, --reposd-dir &amp;lt;dir&amp;gt;&lt;br /&gt;
              Use  the  specified  directory  to look for the repository definition (*.repo) files.  The&lt;br /&gt;
              default value is /etc/zypp/repos.d.&lt;br /&gt;
&lt;br /&gt;
       -C, --cache-dir &amp;lt;dir&amp;gt;&lt;br /&gt;
              Use an alternative root directory for all caches.  The default value is /var/cache/zypp.&lt;br /&gt;
&lt;br /&gt;
           --raw-cache-dir &amp;lt;dir&amp;gt;&lt;br /&gt;
              Use the specified directory for storing raw copies  of  repository  metadata  files.   The&lt;br /&gt;
              default value is /var/cache/zypp/raw.&lt;br /&gt;
&lt;br /&gt;
           --solv-cache-dir &amp;lt;dir&amp;gt;&lt;br /&gt;
              Use  the  specified  directory to store the repository metadata cache database files (solv&lt;br /&gt;
              files).  The default value is /var/cache/zypp/solv.&lt;br /&gt;
&lt;br /&gt;
           --pkg-cache-dir &amp;lt;dir&amp;gt;&lt;br /&gt;
              Use the specified directory for storing downloaded rpm packages. (see addrepo --keep-pack-&lt;br /&gt;
              ages) The default value is /var/cache/zypp/packages.&lt;br /&gt;
&lt;br /&gt;
           --userdata &amp;lt;string&amp;gt;&lt;br /&gt;
              User data is expected to be a simple string without special chars or embedded newlines and&lt;br /&gt;
              may serve as transaction id. It will be written to all install history log entries created&lt;br /&gt;
              throughout  this  specific zypper call. It will also be passed on to zypp plugins executed&lt;br /&gt;
              during commit. This will enable e.g. a btrfs plugin to tag  created  snapshots  with  this&lt;br /&gt;
              string. For zypper itself this string has no special meaning.&lt;br /&gt;
&lt;br /&gt;
       Repository Options:&lt;br /&gt;
&lt;br /&gt;
           --no-gpg-checks&lt;br /&gt;
              Ignore  GPG check failures and continue. If a GPG issue occurs when using this option zyp-&lt;br /&gt;
              per prints and logs a warning and automatically continues without interrupting the  opera-&lt;br /&gt;
              tion.  Use this option with caution, as you can easily overlook security problems by using&lt;br /&gt;
              it.&lt;br /&gt;
&lt;br /&gt;
           --gpg-auto-import-keys&lt;br /&gt;
              If new repository signing key is found, do not ask what to do; trust and import  it  auto-&lt;br /&gt;
              matically.  This  option causes that the new key is imported also in non-interactive mode,&lt;br /&gt;
              where it would otherwise got rejected.&lt;br /&gt;
&lt;br /&gt;
       -p, --plus-repo &amp;lt;URI&amp;gt;&lt;br /&gt;
              Use an additional repository for this operation. The repository aliased tmp# and named  by&lt;br /&gt;
              the specified URI will be added for this operation and removed at the end. You can specify&lt;br /&gt;
              this option multiple times.&lt;br /&gt;
&lt;br /&gt;
           --disable-repositories&lt;br /&gt;
              Do not read metadata from repositories. This option will prevent loading of packages  from&lt;br /&gt;
              repositories,  thus making zypper work only with the installed packages (if --disable-sys-&lt;br /&gt;
              tem-resolvables was not specified).&lt;br /&gt;
&lt;br /&gt;
           --no-refresh&lt;br /&gt;
              Do not auto-refresh repositories (ignore the auto-refresh setting). Useful  to  save  time&lt;br /&gt;
              when  doing operations like search, if there is not a need to have a completely up to date&lt;br /&gt;
              metadata.&lt;br /&gt;
&lt;br /&gt;
           --no-cd&lt;br /&gt;
              Ignore CD/DVD repositories. When this option is specified, zypper acts as  if  the  CD/DVD&lt;br /&gt;
              repositories were not defined at all.&lt;br /&gt;
&lt;br /&gt;
           --no-remote&lt;br /&gt;
              Ignore remote repositories like http, ftp, smb and similar. This makes using zypper easier&lt;br /&gt;
              when being offline. When this option is specified, zypper acts as if the remote  reposito-&lt;br /&gt;
              ries were not defined at all.&lt;br /&gt;
&lt;br /&gt;
       Target Options:&lt;br /&gt;
&lt;br /&gt;
       -R, --root &amp;lt;dir&amp;gt;&lt;br /&gt;
              Operates on a different root directory. This option influences the location of the repos.d&lt;br /&gt;
              directory and the metadata cache directory and also causes rpm to be run with  the  --root&lt;br /&gt;
              option  to  do  the actual installation or removal of packages. Note that the ZYpp lock is&lt;br /&gt;
              still created in the original system, as well as temporary files. See also the FILES  sec-&lt;br /&gt;
              tion.&lt;br /&gt;
&lt;br /&gt;
           --disable-system-resolvables&lt;br /&gt;
              This  option  serves  mainly for testing purposes. It will cause zypper to act as if there&lt;br /&gt;
              were no packages installed in the system. Use with caution as you can damage  your  system&lt;br /&gt;
              using this option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
FILES&lt;br /&gt;
       /etc/zypp/zypper.conf, $HOME/.zypper.conf&lt;br /&gt;
              Global  (system-wide) and user's configuration file for zypper.  These files are read when&lt;br /&gt;
              zypper starts up and --config option is not used.&lt;br /&gt;
&lt;br /&gt;
              User's settings are prefered over global settings.  Similarly, command line options  over-&lt;br /&gt;
              ride  the  settings  in either of these files. To sum it up, the order of preference is as&lt;br /&gt;
              follows (from highest to lowest):&lt;br /&gt;
&lt;br /&gt;
              * Command line options&lt;br /&gt;
              * $HOME/.zypper.conf&lt;br /&gt;
              * /etc/zypp/zypper.conf&lt;br /&gt;
&lt;br /&gt;
              [ /etc/zypp/zypp.conf ] (system-wide defaults for all libzypp based applications)&lt;br /&gt;
&lt;br /&gt;
              See the comments in /etc/zypp/zypper.conf for a list and description of available options.&lt;br /&gt;
&lt;br /&gt;
       /etc/zypp/zypp.conf&lt;br /&gt;
              ZYpp configuration file affecting all libzypp based applications.  See the comments in the&lt;br /&gt;
              file  for  desciption of configurable properties.  Many locations of files and directories&lt;br /&gt;
              listed in this section are configurable via zypp.conf. The location for this  file  itself&lt;br /&gt;
              can be redefined only by setting $ZYPP_CONF in the environment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       /etc/zypp/locks&lt;br /&gt;
              File  with  package  lock  definitions, see locks(5) manual page for details.  The package&lt;br /&gt;
              lock commands (addlock, removelock, etc.) can be used to manipulate this file.&lt;br /&gt;
&lt;br /&gt;
              This file is used by all ZYpp-based applications.&lt;br /&gt;
&lt;br /&gt;
       /etc/zypp/repos.d&lt;br /&gt;
              Directory containing repository definition (*.repo) files.  You  can  use  the  Repository&lt;br /&gt;
              Management  commands  to  manipulate these files, or you can edit them yourself. In either&lt;br /&gt;
              case, after doing the modifications, executing zypper refresh is strongly recommended.&lt;br /&gt;
&lt;br /&gt;
              This directory is used by all ZYpp-based applications.&lt;br /&gt;
&lt;br /&gt;
              You can use the --reposd-dir global option to use an alternative directory for  this  pur-&lt;br /&gt;
              pose or the --root option to make this directory relative to the specified root directory.&lt;br /&gt;
&lt;br /&gt;
       /etc/zypp/services.d&lt;br /&gt;
              Directory  containing  service definition (*.service) files.  You can use the Service Man-&lt;br /&gt;
              agement Commands to manipulate theese files, or you can edit them youself. Running  zypper&lt;br /&gt;
              refs is recommended after modifications have been done.&lt;br /&gt;
&lt;br /&gt;
              This directory is used by all ZYpp-based applications.&lt;br /&gt;
&lt;br /&gt;
       /var/cache/zypp/raw&lt;br /&gt;
              Directory  for  storing raw metadata contained in repositories.  This directory is used by&lt;br /&gt;
              all ZYpp-based applications.  Use the --raw-cache-dir global option to use an  alternative&lt;br /&gt;
              directory  for  this  purpose  or the --root option to make this directory relative to the&lt;br /&gt;
              specified root directory.&lt;br /&gt;
&lt;br /&gt;
       /var/cache/zypp/solv&lt;br /&gt;
              Directory containing preparsed metadata in form of solv files.  This directory is used  by&lt;br /&gt;
              all ZYpp-based applications.&lt;br /&gt;
&lt;br /&gt;
       /var/cache/zypp/packages&lt;br /&gt;
              If keeppackages property is set for a repository (see the modifyrepo command), all the RPM&lt;br /&gt;
              file downloaded during installation will be kept here. See  also  the  clean  command  for&lt;br /&gt;
              cleaning these cache directories.&lt;br /&gt;
&lt;br /&gt;
              This directory is used by all ZYpp-based applications.&lt;br /&gt;
&lt;br /&gt;
       /var/log/zypp/history&lt;br /&gt;
              Installation history log.&lt;br /&gt;
&lt;br /&gt;
       ~/.zypper_history&lt;br /&gt;
              Command history for the shell.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
EXIT CODES&lt;br /&gt;
       There  are  several  exit  codes  defined for zypper for use e.g. within scripts. These codes are&lt;br /&gt;
       defined in header file src/zypper-main.h found in zypper  source  package.  Codes  from  interval&lt;br /&gt;
       (1-5)  denote  an  error, numbers (100-105) provide a specific information, 0 represents a normal&lt;br /&gt;
       successful run. Following is a list of these codes with descriptions.&lt;br /&gt;
&lt;br /&gt;
       0 - ZYPPER_EXIT_OK&lt;br /&gt;
              Successfull run of zypper with no special info.&lt;br /&gt;
&lt;br /&gt;
       1 - ZYPPER_EXIT_ERR_BUG&lt;br /&gt;
              Unexpected situation occured, probably caused by a bug.&lt;br /&gt;
&lt;br /&gt;
       2 - ZYPPER_EXIT_ERR_SYNTAX&lt;br /&gt;
              zypper was invoked with an invalid command or option, or a bad syntax.&lt;br /&gt;
&lt;br /&gt;
       3 - ZYPPER_EXIT_ERR_INVALID_ARGS&lt;br /&gt;
              Some of provided arguments were invalid. E.g. an invalid URI was provided to  the  addrepo&lt;br /&gt;
              command.&lt;br /&gt;
&lt;br /&gt;
       4 - ZYPPER_EXIT_ERR_ZYPP&lt;br /&gt;
              A problem is reported by ZYPP library.&lt;br /&gt;
&lt;br /&gt;
       5 - ZYPPER_EXIT_ERR_PRIVILEGES&lt;br /&gt;
              User invoking zypper has insufficient privileges for specified operation.&lt;br /&gt;
&lt;br /&gt;
       6 - ZYPPER_EXIT_NO_REPOS&lt;br /&gt;
              No repositories are defined.&lt;br /&gt;
&lt;br /&gt;
       7 - ZYPPER_EXIT_ZYPP_LOCKED&lt;br /&gt;
              The ZYPP library is locked, e.g. packagekit is running.&lt;br /&gt;
&lt;br /&gt;
       100 - ZYPPER_EXIT_INF_UPDATE_NEEDED&lt;br /&gt;
              Returned by the patch-check command if there are patches available for installation.&lt;br /&gt;
&lt;br /&gt;
       101 - ZYPPER_EXIT_INF_SEC_UPDATE_NEEDED&lt;br /&gt;
              Returned  by the patch-check command if there are security patches available for installa-&lt;br /&gt;
              tion.&lt;br /&gt;
&lt;br /&gt;
       102 - ZYPPER_EXIT_INF_REBOOT_NEEDED&lt;br /&gt;
              Returned after a successfull installation of a patch which requires reboot of computer.&lt;br /&gt;
&lt;br /&gt;
       103 - ZYPPER_EXIT_INF_RESTART_NEEDED&lt;br /&gt;
              Returned after a successfull installation of a patch which requires restart of the package&lt;br /&gt;
              manager itself. This means that one of patches to be installed affects the package manager&lt;br /&gt;
              itself and the command used (e.g. zypper update)  needs  to  be  executed  once  again  to&lt;br /&gt;
              install any remaining patches.&lt;br /&gt;
&lt;br /&gt;
       104 - ZYPPER_EXIT_INF_CAP_NOT_FOUND&lt;br /&gt;
              Returned by the install and the remove command in case any of the arguments does not match&lt;br /&gt;
              any of the available (or installed) package names or other capabilities.&lt;br /&gt;
&lt;br /&gt;
       105 - ZYPPER_EXIT_ON_SIGNAL&lt;br /&gt;
              Returned upon exiting after receiving a SIGINT or SIGTERM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
COMPATIBILITY WITH RUG&lt;br /&gt;
       zypper is designed to be compatible with rug, which is a command-line interface to  the  ZENworks&lt;br /&gt;
       Linux Management (ZLM) agent. Compared to rug, zypper does not need the ZLM daemon to run, and is&lt;br /&gt;
       intented to provide more and improved functionality. Following is a list  of  zypper-rug  command&lt;br /&gt;
       aliases,  supported  rug  command  line  options, and compatibility notes. See also compatibility&lt;br /&gt;
       notes in descriptions of zypper commands.&lt;br /&gt;
&lt;br /&gt;
       To enable rug-compatible behavior, use the -r or --rug-compatible global option  with  each  com-&lt;br /&gt;
       mand.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Service Management Commands&lt;br /&gt;
       ZENworks uses different terminology than ZYpp. ZLM services are ZYpp's repositories and services.&lt;br /&gt;
       Additionally some ZLM services can contain catalogs (rpmmd-type repositories in ZYpp speak).&lt;br /&gt;
&lt;br /&gt;
       Zypper tries to mimick rug's behavior in its service handling commands  when  used  with  the  -r&lt;br /&gt;
       global option. It also supports the --catalog option for specifying catalogs to work with in cur-&lt;br /&gt;
       rent operation (this is an alias for zypper's --repo option).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug service-add (sa)&lt;br /&gt;
              zypper addservice (as) When used with -r global option, this command probes  the  type  of&lt;br /&gt;
              service or repository at the specified URI, if not explicitly specified. Without -r option&lt;br /&gt;
              the URI is not accessed at all and the URI is added as ZYpp service.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug service-delete (sd)&lt;br /&gt;
              zypper removeservice (rs)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug service-list (sl)&lt;br /&gt;
              zypper services (ls)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug catalogs (ca)&lt;br /&gt;
              zypper repos (lr)&lt;br /&gt;
&lt;br /&gt;
               zypper doesn't include 'Enabled' and 'Refresh' columns and prints rug's  'Status'  column&lt;br /&gt;
              with values &amp;quot;Active&amp;quot; or &amp;quot;Disabled&amp;quot; instead.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug subscribe&lt;br /&gt;
              This  command  is  not  implemented  in zypper. Enabling zypper repositories is closest to&lt;br /&gt;
              rug's subscription of catalogs. Thus, you can  use  zypper  mr  -e  &amp;lt;alias|name|#|URI&amp;gt;  to&lt;br /&gt;
              enable  repositories added by the service.  Use zypper lr (or zypper ca) to list available&lt;br /&gt;
              repositories.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug unsubscribe&lt;br /&gt;
              See subscribe above, with the difference that -d will be used instead of -e in the  zypper&lt;br /&gt;
              mr command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Package Management Commands&lt;br /&gt;
       rug install (in)&lt;br /&gt;
              zypper install (in)&lt;br /&gt;
&lt;br /&gt;
              -y, --no-confirm&lt;br /&gt;
                     Don't  require  user  interaction.  This  option is implemented using zypper's non-&lt;br /&gt;
                     interactive mode.&lt;br /&gt;
&lt;br /&gt;
              --agree-to-third-party-licenses&lt;br /&gt;
                     This option is an alias to zypper's --auto-agree-with-licenses option.&lt;br /&gt;
&lt;br /&gt;
              -R, --force-resolution &amp;lt;on|off&amp;gt;&lt;br /&gt;
                     This option is not available in rug and zypper uses the  'force-resolution'  solver&lt;br /&gt;
                     mode  by  default  when  running in rug-compatible mode. However, it is possible to&lt;br /&gt;
                     turn the forcing of resolution off using this option even in rug-compatible mode.&lt;br /&gt;
&lt;br /&gt;
              --entire-catalog &amp;lt;catalog&amp;gt;&lt;br /&gt;
                     This option serves for marking all packages from specified  catalog  for  installa-&lt;br /&gt;
                     tion. This is achieved by simulating 'zypper in --from &amp;lt;repo&amp;gt; '*''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug remove (rm)&lt;br /&gt;
              zypper remove (rm)&lt;br /&gt;
&lt;br /&gt;
              -y, --no-confirm&lt;br /&gt;
                     Don't  require  user  interaction.  This  option is implemented using zypper's non-&lt;br /&gt;
                     interactive mode.&lt;br /&gt;
&lt;br /&gt;
              -R, --force-resolution &amp;lt;on|off&amp;gt;&lt;br /&gt;
                     This option is not available in rug and zypper uses the  'force-resolution'  solver&lt;br /&gt;
                     mode  by  default  when  running in rug-compatible mode. However, it is possible to&lt;br /&gt;
                     turn the forcing of resolution off using this option even in rug-compatible mode.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug verify (ve)&lt;br /&gt;
              zypper verify (ve)&lt;br /&gt;
&lt;br /&gt;
              -y, --no-confirm&lt;br /&gt;
                     Don't require user interaction. This option  is  implemented  using  zypper's  non-&lt;br /&gt;
                     interactive mode.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug update (up) [catalog] ...&lt;br /&gt;
              zypper update (up) [package] ...&lt;br /&gt;
&lt;br /&gt;
              Zypper  interprets  the update command arguments as repository identifiers in rug-compati-&lt;br /&gt;
              bilty mode. The update operation is restricted to the specified repositories.&lt;br /&gt;
&lt;br /&gt;
              -y, --no-confirm&lt;br /&gt;
                     Don't require user interaction. This option  is  implemented  using  zypper's  non-&lt;br /&gt;
                     interactive mode.&lt;br /&gt;
&lt;br /&gt;
              --agree-to-third-party-licenses&lt;br /&gt;
                     This option is an alias to zypper's --auto-agree-with-licenses option.&lt;br /&gt;
&lt;br /&gt;
              -R, --force-resolution &amp;lt;on|off&amp;gt;&lt;br /&gt;
                     This  option  is not available in rug and zypper uses the 'force-resolution' solver&lt;br /&gt;
                     mode by default when running in rug-compatible mode. However,  it  is  possible  to&lt;br /&gt;
                     turn the forcing of resolution off using this option even in rug-compatible mode.&lt;br /&gt;
&lt;br /&gt;
              -d, --downloade-only&lt;br /&gt;
                     This option has currently no effect.&lt;br /&gt;
&lt;br /&gt;
              --category&lt;br /&gt;
                     This option has currently no effect.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug search (se)&lt;br /&gt;
              zypper search (se)&lt;br /&gt;
&lt;br /&gt;
              Instead of the Type column, rug's Bundle column is printed, however, with no contents.&lt;br /&gt;
&lt;br /&gt;
              -t, --type&lt;br /&gt;
                     In  rug  compatibility  mode the --type option defaults to package. Zypper searches&lt;br /&gt;
                     all package types by default.&lt;br /&gt;
&lt;br /&gt;
                  --sort-by-catalog&lt;br /&gt;
                     Sort packages by catalog, not  by  name.  This  option  is  an  alias  to  zypper's&lt;br /&gt;
                     --sort-by-repo option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Patch Management Commands&lt;br /&gt;
       rug patch-info&lt;br /&gt;
              zypper info -t patch&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Pattern Management Commands&lt;br /&gt;
       rug pattern-info&lt;br /&gt;
              zypper info -t pattern&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Product Management Commands&lt;br /&gt;
       rug product-info&lt;br /&gt;
              zypper info -t product&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   System Commands&lt;br /&gt;
       rug ping&lt;br /&gt;
              zypper ping&lt;br /&gt;
&lt;br /&gt;
              This  command just returns 0 without producing any output or doing anything to the system.&lt;br /&gt;
              Rug's ping command is used to wake up the ZLM daemon or to check whether it is up and run-&lt;br /&gt;
              ning.  Since  zypper  does no require ZLM or any other daemon to run, it is safe to always&lt;br /&gt;
              return 0 here to indicate it is ready for operation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Other Compatibility Notes&lt;br /&gt;
       -c, --catalog &amp;lt;catalog&amp;gt;&lt;br /&gt;
              This option is an alias to zypper's --repo &amp;lt;alias&amp;gt; and it will restrict the  operation  of&lt;br /&gt;
              commands like search, install, etc to the repository specified by the alias.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -N, --dry-run&lt;br /&gt;
              Zypper  uses  -D shorthand for this option, but -N is provided for the sake of compatibil-&lt;br /&gt;
              ity. Zypper (libzypp) implements this option by passing the  --test  option  to  rpm.  The&lt;br /&gt;
              option is used in install, remove, update, dist-upgrade (not available in rug), and verify&lt;br /&gt;
              commands.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
HOMEPAGE&lt;br /&gt;
       http://en.opensuse.org/Portal:Zypper&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
AUTHORS&lt;br /&gt;
       Martin Vidner &amp;lt;mvidner@suse.cz&amp;gt;&lt;br /&gt;
       Duncan Mac-Vicar &amp;lt;dmacvicar@suse.de&amp;gt;&lt;br /&gt;
       Jan Kupec &amp;lt;jkupec@suse.cz&amp;gt;&lt;br /&gt;
       Stanislav Visnovsky &amp;lt;visnov@suse.cz&amp;gt;&lt;br /&gt;
       Josef Reidinger &amp;lt;jreidinger@suse.cz&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SEE ALSO&lt;br /&gt;
       rug(1), YaST2(8), locks(5), zypper-log(8)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
zypper                                            1.5.1                                        zypper(8)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Konsole|Zurück zu Konsole]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Paketmanager|Zurück zur Paketmanager-Übersicht]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:RPM]]&lt;br /&gt;
[[Kategorie:Paketmanager]]&lt;br /&gt;
[[Kategorie:Zypper]]&lt;br /&gt;
[[Kategorie:openSUSE]]&lt;br /&gt;
[[Category:Konsole]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=OpenSUSE&amp;diff=30100</id>
		<title>OpenSUSE</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=OpenSUSE&amp;diff=30100"/>
		<updated>2013-11-24T08:47:07Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Auf aktuelle Version geändert.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Korrekter Titel|openSUSE}}&lt;br /&gt;
{{Infobox Betriebssystem|&lt;br /&gt;
Name                              = openSuse&lt;br /&gt;
|Screenshot                       = [[Bild:opensuse-2.png|300px]]&lt;br /&gt;
|Beschreibung                     = openSUSE 12.3 mit KDE 4.10&lt;br /&gt;
|Entwickler                       = openSUSE-Projekt&amp;lt;br/&amp;gt;SUSE Linux GmbH&lt;br /&gt;
|AktuelleVersion                  = 13.1&lt;br /&gt;
|AktuelleVersionFreigabeDatum     = 19.11.2013&lt;br /&gt;
|Stammbaum                        =\ Linux&amp;lt;br/&amp;gt;&amp;amp;nbsp; \ [[Softlanding Linux System|SLS]]&amp;lt;br/&amp;gt;&amp;amp;nbsp; &amp;amp;nbsp; \ [[Slackware]]&amp;lt;br/&amp;gt;&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; \ SUSE Linux&amp;lt;br/&amp;gt;&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; \ openSuse&amp;lt;br/&amp;gt;&lt;br /&gt;
|Kategorie                        = [[Linux Distributionen]]&lt;br /&gt;
|Architekturen                    =i586, x86_64&lt;br /&gt;
|Lizenz                           =[[GNU_General_Public_License|GPL]] und andere Lizenzen&lt;br /&gt;
|Deutsch                          = ja, mehrsprachig&amp;lt;br /&amp;gt;Desktop: [[GNOME]], [[KDE]], [[XFCE]], [[LXDE]], [[Enlightenment]]&lt;br /&gt;
|Sonstiges                        = Preis: Kostenlos/käuflich&lt;br /&gt;
|Website                          =[http://de.opensuse.org/ openSUSE Projekt]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
openSUSE ist eine freie Linux Distribution welche entwickelt wird vom openSUSE-Projekt. Das Projekt wurde am 09.08.2005 gegründet. Das erste Release unter dem Namen &amp;quot;openSUSE&amp;quot; war 10.2. Gesponsert wird das Projekt durch die SUSE Linux GmbH, welche vorher SuSE Linux alleine entwickelt hat. Mit der Gründung des openSUSE-Projekts wurde die Entwicklung öffentlich gemacht und sie geschieht in Zusammenarbeit mit Mitarbeitern der SUSE GmbH. Die Entwicklungen von openSUSE bilden die Basis für die Produkte von SUSE: [https://www.suse.com/de-de/products/desktop/ SUSE Linux Enterprise Desktop] und [https://www.suse.com/de-de/products/server/ SUSE Linux Enterprise Server]. Dieses sind kostenpflichtige Produkte für Unternehmen und für den Privatanwender eher uninteressant. SUSE und openSUSE sollten streng voneinander unterschieden werden. &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Zur Installation und Konfiguration wird das hauseigene Werkzeug [[YaST]] benutzt, das eine zentrale Schnittstelle für das gesamte System darstellt. Auch die Paketverwaltung kann mit [[YaST]] grafisch erledigt werden. Eine Alternative dazu sind die Packagekit-basierten Anwendungen wie [[Apper]] ([[KDE]]) oder [[GNOME-Packagekit]]. Für die Paketverwaltung per Kommandozeile ist [[Zypper]] der Standard unter openSUSE. Alle Paketmanager greifen auf die Bibliothek &amp;quot;libzypp&amp;quot; zu, wodurch die Paketverwaltung konsistent bleibt und es nicht zu unterschiedlichen Ergebnissen bei der Abhängigkeitsauflösung kommt.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
openSUSE ist traditionell eine [[KDE]]-zentrierte Distribution. Bei Installation per DVD ist KDE als Standard angewählt. Es können aber auch alternativ [[Gnome]], [[Xfce]], [[LXDE]] und [[Enlightenment]] ausgewählt werden. Auf jedem System ist auch [[Icewm]] als Notfall-Desktop installiert (und weil [[YaST]] während der Installation unter [[Icewm]] läuft). Zudem stehen auf der Download-Seite (http://software.opensuse.org/) installierbare Live-Medien mit [[Gnome]]- oder [[KDE]]-Desktop zur Verfügung. Zusätzlich gibt es noch eine Netinstall-CD und eine (nichtinstallierbare) Rescue-CD zur Systemrettung. Alle 8 Monate erscheint eine neue Version von openSUSE.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Der Open Build Service (OBS) (https://build.opensuse.org/) ermöglicht Entwicklern und Benutzern Software für openSUSE zu packen und so fest und automatisiert in openSUSE zu integrieren. Dadurch kann openSUSE eine große Menge an Software und verschiedene Versionen bereitstellen. Per Suchmaske (http://software.opensuse.org/search) kann gezielt nach Paketen gesucht werden, die erfahrene Anwender dann herunterladen und installieren können.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;2&amp;quot; style=&amp;quot;border: 1px solid #FFA4A4; background-color: #FFF3F3; border-left: 5px solid #FF6666; margin-left: auto; margin-right: auto; width: {{{Breite|50%}}}&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;font-size: 95%; text-align:{{{Textausrichtung|left}}}&amp;quot; | WARNUNG: Die Benutzung des &amp;quot;1 click install&amp;quot;- Buttons ist verführerisch, sollte aber nur von erfahrenen Anwendern benutzt werden (wenn überhaupt). Durch den &amp;quot;1 click install&amp;quot; wird das ganze Repository, aus dem das Paket stammt, zu den Standard-Repos hinzugefügt. Dieses kann zu schweren Inkonsistenzen und Abhängigkeitskonflikten führen. So lange man nicht genau weiss was man tut, sollte die Einbindung eines unbekannten Repos nicht erlaubt werden. Die Option sollte dann in YaST vor der Installation verneint werden.&lt;br /&gt;
|}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Quellen und weiterführende Links ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
* [http://de.opensuse.org Website des openSUSE Projekts]&lt;br /&gt;
* [https://de.opensuse.org/Portal:Wiki openSUSE Wiki]&lt;br /&gt;
* [http://www.linupedia.org deutsches inoffizielles OpenSuSE-Wiki]&lt;br /&gt;
* [[Installationsmedien zu openSUSE]]&lt;br /&gt;
* [[Installationsquellen zu openSUSE|Paketquellen (Repositorien) für SuSE Linux ]]&lt;br /&gt;
* [[openSUSE-Produktlebensdauer]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Linux Distributionen|Zurück zu Linux Distributionen]]&lt;br /&gt;
[[Kategorie:Distributionen]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Man_zypper&amp;diff=29526</id>
		<title>Man zypper</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Man_zypper&amp;diff=29526"/>
		<updated>2013-07-31T07:45:13Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Update auf Version 1.8.16&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Korrekter Titel|man zypper}}&lt;br /&gt;
&lt;br /&gt;
{{Achtung|Dies ist eine reine Textkopie der Manpage von zypper um sie online anzuschauen. Anwendbar für zypper 1.8.16}}&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;zypper(8)                                             System Tools                                            zypper(8)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NAME&lt;br /&gt;
       zypper - Command-line interface to ZYpp system management library (libzypp)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SYNTAX&lt;br /&gt;
       zypper [--global-opts] &amp;lt;command&amp;gt; [--command-opts] [command-arguments]&lt;br /&gt;
&lt;br /&gt;
       zypper help [command]&lt;br /&gt;
&lt;br /&gt;
DESCRIPTION&lt;br /&gt;
       zypper is a command-line interface to ZYpp system management library.  It can be used to install, update, remove&lt;br /&gt;
       software, manage repositories, perform various queries, and more.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CONCEPTS&lt;br /&gt;
       Most of the following concepts are common for all applications based on the libzypp package management  library,&lt;br /&gt;
       but there are some zypper specifics.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Repositories&lt;br /&gt;
       Libzypp  works  with package metadata, that is information about packages and their relations extracted from RPM&lt;br /&gt;
       packages and other data like patch information, pattern definitions, etc. These data are  stored  together  with&lt;br /&gt;
       the  RPM  files  in folders called repositories. Repositories can be placed on various media like an HTTP or FTP&lt;br /&gt;
       server, DVD, or a folder on a local disc.&lt;br /&gt;
&lt;br /&gt;
       There is a special set of commands in zypper intented  to  manipulate  repositories.   Also  many  commands  and&lt;br /&gt;
       options  take  a  repository  as  an  arugment.  See section COMMANDS, subsection Repository Management for more&lt;br /&gt;
       details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Resource Identfiers (URI)&lt;br /&gt;
       To specify locations of repositories or other resources (RPM files, .repo files) you can use any  type  of  URIs&lt;br /&gt;
       supported by libzypp. See http://en.opensuse.org/openSUSE:Libzypp_URIs for a complete list and usage examples.&lt;br /&gt;
&lt;br /&gt;
       Zypper  also  accepts special URIs identifying openSUSE Build Service (OBS) repositories in the addrepo command.&lt;br /&gt;
       These URIs have the form of obs://&amp;lt;project&amp;gt;/[platform], where project is the name of the OBS project  and  plat-&lt;br /&gt;
       form  is  the  target  platform  (OS) for which the repository is intended. For example: obs://server:http/open-&lt;br /&gt;
       SUSE_11.3.&lt;br /&gt;
&lt;br /&gt;
       If platform is omitted, zypper.conf's obs.platform value is used.  See also other options in the  [obs]  section&lt;br /&gt;
       of zypper.conf.&lt;br /&gt;
&lt;br /&gt;
       In  addition  to these URIs you can use plain directory and file paths in which case zypper automatically treats&lt;br /&gt;
       them as dir:/path URIs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Refresh&lt;br /&gt;
       Refreshing a repository means downloading metadata of packages from the medium (if needed), storing it in  local&lt;br /&gt;
       cache  (typically  under  /var/cache/zypp/raw/&amp;lt;alias&amp;gt;  directory)  and  preparsing the metadata into .solv files&lt;br /&gt;
       (building the solv cache), typically under /var/cache/zypp/solv/&amp;lt;alias&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
       The metadata get refreshed either automatically or on user request.  An  automatic  refresh  takes  place  right&lt;br /&gt;
       before  reading  metadata  from the database if the auto-refresh is enabled for the repository and the metada is&lt;br /&gt;
       reported to be out of date. If the auto-refresh is disabled, the repository  will  only  be  refreshed  on  user&lt;br /&gt;
       request.  You  can request a refresh by calling zypper refresh (see the documentation of the refresh command for&lt;br /&gt;
       details).&lt;br /&gt;
&lt;br /&gt;
       The repository metadata are checked for changes before actually doing the refresh. A change is detected by down-&lt;br /&gt;
       loading  one  or  two  metadata index files (small files) and comparing the checksums of the cached ones and the&lt;br /&gt;
       remote ones. If the files differ, the repository is out of date and will be refreshed.&lt;br /&gt;
&lt;br /&gt;
       To delay the up-to-date check (and thus the automatic refresh) for a certain number of minutes, edit  the  value&lt;br /&gt;
       of  the repo.refresh.delay attribute of ZYpp config file (/etc/zypp/zypp.conf). This means, zypper will not even&lt;br /&gt;
       try to download and check the index files, and you will be able to use zypper for operations like search or info&lt;br /&gt;
       without internet access or root privileges.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Services&lt;br /&gt;
       Services  are one level above repositories and serve to manage repositories or to do some special tasks. Libzypp&lt;br /&gt;
       currently supports only one type of services, the Repository Index Service (RIS).&lt;br /&gt;
&lt;br /&gt;
       Repository Index Service (RIS) is a special type of repository which contains a list of other repositories. This&lt;br /&gt;
       list can be generated dynamically by the server according to some URI parameters or user name, or can be static.&lt;br /&gt;
       Once such service is added to your system, zypper takes care of adding, modifying, or removing  these  reposito-&lt;br /&gt;
       ries  on  your  system  to  reflect  the  current  list.  See section Service Management and http://old-en.open-&lt;br /&gt;
       suse.org/Standards/Repository_Index_Service for more details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Package Types&lt;br /&gt;
       zypper works with several types of resource objects, called resolvables.  A resolvable is a package, patch, pat-&lt;br /&gt;
       tern, or a product.&lt;br /&gt;
&lt;br /&gt;
       package - an ordinary RPM package.&lt;br /&gt;
       patch - update of one or more packages. A patch can include special scripts and messages to be run or shown dur-&lt;br /&gt;
       ing installation of the update.&lt;br /&gt;
       pattern - group of packages required or recommended to install some functionality.&lt;br /&gt;
       product - group of packages which are necessary to install a product.&lt;br /&gt;
       srcpackage - source code package (.src.rpm). This type works in search and install commands.&lt;br /&gt;
&lt;br /&gt;
       Throughout this manual we will refer to resolvables simply as packages and to resolvable types as package types.&lt;br /&gt;
       These type names can be used as arguments of --type option in several commands like install, info, or search.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Package Dependencies&lt;br /&gt;
       Software  packages  depend  on each other in various ways. Packages usually require or recommend other packages,&lt;br /&gt;
       they can declare that they conflict with other packages, etc. Packages can also  depend  on  specific  hardware.&lt;br /&gt;
       See  http://old-en.opensuse.org/Software_Management/Dependencies  for more information. Zypper uses a dependency&lt;br /&gt;
       solver to find out what packages need to be installed to satisfy the user's request.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
COMMANDS&lt;br /&gt;
       zypper provides a number of commands. Each command accepts the options listed in  the  GLOBAL  OPTIONS  section.&lt;br /&gt;
       These options must be specified before the command name. In addition, many commands have specific options, which&lt;br /&gt;
       are listed in this section. These command-specific options must be specified after the name of the  command  and&lt;br /&gt;
       before any of the command arguments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   General Commands&lt;br /&gt;
       help [command]&lt;br /&gt;
              Shows  help  texts.  If  invoked  without  any argument (just ´zypper´ or ´zypper help´), zypper displays&lt;br /&gt;
              global help text which lists all available global options and commands (except those  provided  only  for&lt;br /&gt;
              compatibility with rug).&lt;br /&gt;
&lt;br /&gt;
              If  invoked with a command name argument, zypper displays help for the specified command, if such command&lt;br /&gt;
              exists. Long as well as short variants of the command names can be used.&lt;br /&gt;
&lt;br /&gt;
              For your convenience, zypper help can be invoked in any of the following ways:&lt;br /&gt;
&lt;br /&gt;
              $ zypper help [command]&lt;br /&gt;
              $ zypper -h|--help [command]&lt;br /&gt;
              $ zypper [command] -h|--help&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       shell (sh)&lt;br /&gt;
              Starts a shell for entering multiple commands in one session.  Exit the shell using  &amp;quot;exit&amp;quot;,  &amp;quot;quit&amp;quot;,  or&lt;br /&gt;
              Ctrl-D.&lt;br /&gt;
&lt;br /&gt;
              The  shell support is not complete so expect bugs there. However, there's no urgent need to use the shell&lt;br /&gt;
              since libzypp became so fast thanks to the SAT solver and its tools (openSUSE 11.0),  but  still,  you're&lt;br /&gt;
              welcome to experiment with it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Package Management Commands&lt;br /&gt;
       info (if) [options] &amp;lt;name&amp;gt; ...&lt;br /&gt;
              Displays detailed information about the specified packages.&lt;br /&gt;
&lt;br /&gt;
              For  each  specified  package,  zypper finds the best available version in defined repositories and shows&lt;br /&gt;
              information for this package.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work only with the repository specified by the alias, name, number or URI. This option can be used multi-&lt;br /&gt;
              ple times.&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Type of package (default: package). See section Package Types for list of available package types.&lt;br /&gt;
&lt;br /&gt;
           --requires&lt;br /&gt;
              Show also symbols required and pre-required by the package. Available for package and patch type only.&lt;br /&gt;
&lt;br /&gt;
           --recommends&lt;br /&gt;
              Show also symbols recommended by the package. Available for package and patch type only.&lt;br /&gt;
&lt;br /&gt;
       Examples:&lt;br /&gt;
&lt;br /&gt;
              Show information about package 'workrave':&lt;br /&gt;
              $ zypper info workrave&lt;br /&gt;
&lt;br /&gt;
              Show information about patch 'libzypp':&lt;br /&gt;
              $ zypper info -t patch libzypp&lt;br /&gt;
&lt;br /&gt;
              Show information about pattern 'lamp_server':&lt;br /&gt;
              $ zypper info -t pattern lamp_server&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       install (in) [options] &amp;lt;name|capability|rpm_file_uri&amp;gt; ...&lt;br /&gt;
              Install or update packages.&lt;br /&gt;
&lt;br /&gt;
              The packages can be selected by their name or by a capability they provide.&lt;br /&gt;
&lt;br /&gt;
              Capability  is: NAME, or &amp;quot;NAME[.ARCH][OP&amp;lt;EDITION&amp;gt;]&amp;quot;, where ARCH is architecture code, OP is &amp;lt;, &amp;lt;=, =, &amp;gt;=,&lt;br /&gt;
              or &amp;gt; and EDITION is VERSION[-RELEASE].  For example: zypper=0.8.8-2.&lt;br /&gt;
&lt;br /&gt;
              The NAME component of a capability is not only a package  name  but  any  symbol  provided  by  packages:&lt;br /&gt;
              /bin/vi,  libcurl.so.3,  perl(Time::ParseDate).  Just remember to quote to protect the special characters&lt;br /&gt;
              from the shell, for example: zypper\&amp;gt;0.8.10 or 'zypper&amp;gt;0.8.10'&lt;br /&gt;
&lt;br /&gt;
              If EDITION is not specified, the newest installable version will be installed.  This also means  that  if&lt;br /&gt;
              the  package  is  already  installed and newer versions are available, it will get upgraded to the newest&lt;br /&gt;
              installable version.&lt;br /&gt;
&lt;br /&gt;
              If ARCH is not specified, or the last dot of the capability name string is not followed by  known  archi-&lt;br /&gt;
              tecture,  the  solver  will treat the whole string as a capability name. If the ARCH is known, the solver&lt;br /&gt;
              will select a package matching that architecture and complain if such package cannot be found.&lt;br /&gt;
&lt;br /&gt;
              Zypper will report packages that it cannot find. Further,  in  interactive  mode,  zypper  proceeds  with&lt;br /&gt;
              installation of the rest of requested packages, and it will abort immediately in non-interactive mode. In&lt;br /&gt;
              both cases zypper returns ZYPPER_EXIT_INF_CAP_NOT_FOUND after finishing the operation.&lt;br /&gt;
&lt;br /&gt;
              Zypper is also able to install plain RPM files while trying to satisfy their dependencies using  packages&lt;br /&gt;
              from  defined  repositories.  You  can install a plain RPM file by specifying its location in the install&lt;br /&gt;
              command arguments either as a local path or an URI. E.g.:&lt;br /&gt;
&lt;br /&gt;
              $ zypper install ~/rpms/foo.rpm http://some.site/bar.rpm&lt;br /&gt;
&lt;br /&gt;
              Zypper will download the files into its cache directory (/var/cache/zypper/RPMS), add this directory as a&lt;br /&gt;
              temporary plaindir repository and mark the respective packages for installation.&lt;br /&gt;
&lt;br /&gt;
              In  the install command, you can specify also packages you wish to remove in addition to the packages you&lt;br /&gt;
              wish to install, by prepending their names by a '-' or '~' character. For example:&lt;br /&gt;
&lt;br /&gt;
              $ zypper install vim -emacs&lt;br /&gt;
              $ zypper remove emacs +vim&lt;br /&gt;
&lt;br /&gt;
              will both install vim and remove emacs. Note that if you choose to use '-' with  the  first  package  you&lt;br /&gt;
              specify, you need to write '--' before it to prevent its interpretation as a command option.&lt;br /&gt;
&lt;br /&gt;
              $ zypper install -- -boring-game great-game great-game-manual&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work only with the repository specified by the alias, name, number or URI. This option can be used multi-&lt;br /&gt;
              ple times.&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Type of package to install (default: package). See section Package Types for list  of  available  package&lt;br /&gt;
              types.&lt;br /&gt;
&lt;br /&gt;
              If  pattern  is specified, and the pattern is not yet installed, all packages required and recommended by&lt;br /&gt;
              the pattern will be installed.  A pattern is considered installed if all the  packages  and  patterns  it&lt;br /&gt;
              requires are installed. Thus a pattern can be evalueated as installed even if you do not install the pat-&lt;br /&gt;
              tern itself, but rather the packages it requries. Use zypper search -t pattern [name] to look for  avail-&lt;br /&gt;
              able patterns and zypper info -t pattern &amp;lt;name&amp;gt; to list its contents.&lt;br /&gt;
&lt;br /&gt;
              If  patch  is specified, zypper will install and/or remove packages to satisfy specified patch. This is a&lt;br /&gt;
              way to ensure that specific bug fix is installed.  Like  patterns,  patches  can  also  be  evaluated  as&lt;br /&gt;
              installed  by  installing  the packages needed to satisfy the patch.  Use zypper list-patches to look for&lt;br /&gt;
              available needed patches and zypper info -t patch &amp;lt;name&amp;gt; to display detailed information about a patch.&lt;br /&gt;
&lt;br /&gt;
              If product is specified, zypper ensures all packages required by the product are installed. Use zypper se&lt;br /&gt;
              -t  product  [name]  to look for available products and zypper info -t product &amp;lt;name&amp;gt; to display detailed&lt;br /&gt;
              information about a product.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Select packages by their name, don't try to select by capabilities.&lt;br /&gt;
&lt;br /&gt;
       -f, --force&lt;br /&gt;
              Install even if the item is already installed (reinstall), downgraded or changes vendor or architecture.&lt;br /&gt;
&lt;br /&gt;
           --oldpackage&lt;br /&gt;
              Allow to replace a newer item with an older one. Handy if you are doing a  rollback.  Unlike  --force  it&lt;br /&gt;
              will not enforce a reinstall, if the item is already installed with the requested version.&lt;br /&gt;
&lt;br /&gt;
           --from &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Select packages from specified repository. If strings specified as arguments to the install command match&lt;br /&gt;
              packages in repositories specified in this option, they will be marked for installation. This option cur-&lt;br /&gt;
              rently implies --name, but allows using wildcards for specifying packages.&lt;br /&gt;
&lt;br /&gt;
       -C, --capability&lt;br /&gt;
              Select packages by capabilities.&lt;br /&gt;
&lt;br /&gt;
       -l, --auto-agree-with-licenses&lt;br /&gt;
              Automatically  say  'yes' to third party license confirmation prompt. By using this option, you choose to&lt;br /&gt;
              agree with licenses of all third-party software this command will install. This  option  is  particularly&lt;br /&gt;
              useful  for  administators  installing  the  same  set  of packages on multiple machines (by an automated&lt;br /&gt;
              process) and have the licenses confirmed before.&lt;br /&gt;
&lt;br /&gt;
           --debug-solver&lt;br /&gt;
              Create solver test case for debugging. Use this option, if you think the dependencies were not solved all&lt;br /&gt;
              right  and  attach the resulting /var/log/zypper.solverTestCase directory to your bug report. To use this&lt;br /&gt;
              option, simply add it to the problematic install or remove command.&lt;br /&gt;
&lt;br /&gt;
           --no-recommends&lt;br /&gt;
              By default, zypper installs also packages recommended by the requested  ones.   This  option  causes  the&lt;br /&gt;
              recomended packages to be ignored and only the required ones to be installed.&lt;br /&gt;
&lt;br /&gt;
       -R, --no-force-resolution&lt;br /&gt;
              Do  not  force  the  solver to find a solution. Instead, report dependency problem and prompt the user to&lt;br /&gt;
              resolve it manually.&lt;br /&gt;
&lt;br /&gt;
           --force-resolution&lt;br /&gt;
              Force the solver to find a solution, even if  it  would  mean  removing  all  packages  with  unfulfilled&lt;br /&gt;
              requirements.&lt;br /&gt;
&lt;br /&gt;
              The  default  behavior  is 'force' in the interactive mode and 'no-force' in the non-interactive mode. If&lt;br /&gt;
              this option is specified, it takes the preference.&lt;br /&gt;
&lt;br /&gt;
       -D, --dry-run&lt;br /&gt;
              Test the installation, do not actually install any package. This option will add the --test option to the&lt;br /&gt;
              rpm commands run by the install command.&lt;br /&gt;
&lt;br /&gt;
       Download-and-install mode options:&lt;br /&gt;
&lt;br /&gt;
       -d, --download-only&lt;br /&gt;
              Only download the packages for later installation.&lt;br /&gt;
&lt;br /&gt;
           --download-in-advance&lt;br /&gt;
              First download all packages, then start installing.&lt;br /&gt;
&lt;br /&gt;
           --download-in-heaps&lt;br /&gt;
              (Not  yet  implemented, currently the same as --download-in-advance).  Download a minimal set of packages&lt;br /&gt;
              that can be installed without leaving the system in broken state, and install  them.  Then  download  and&lt;br /&gt;
              install  another  heap until all are installed. This helps to keep the system in consistent state without&lt;br /&gt;
              the need to download all package in advance, which combines the advantages of  --download-in-advance  and&lt;br /&gt;
              --download-as-needed.  This is the default mode.&lt;br /&gt;
&lt;br /&gt;
           --download-as-needed&lt;br /&gt;
              Download one package, install it immediately, and continue with the rest until all are installed.&lt;br /&gt;
&lt;br /&gt;
           --download &amp;lt;mode&amp;gt;&lt;br /&gt;
              Use  the specified download-and-install mode. Available modes are: only, in-advance, in-heaps, as-needed.&lt;br /&gt;
              See corresponding --download-&amp;lt;mode&amp;gt; options for their description.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       More examples:&lt;br /&gt;
&lt;br /&gt;
              Install lamp_server pattern:&lt;br /&gt;
              $ zypper install -t pattern lamp_server&lt;br /&gt;
&lt;br /&gt;
              Install GhostScript viewer, but ignore recommended packages:&lt;br /&gt;
              $ zypper install --no-recommends gv&lt;br /&gt;
&lt;br /&gt;
              Install version 2.0.6 of virtualbox-ose package (any of the following):&lt;br /&gt;
              $ zypper install virtualbox-ose-2.0.6&lt;br /&gt;
              $ zypper install virtualbox-ose=2.0.6&lt;br /&gt;
              $ zypper install virtualbox-ose = 2.0.6&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       source-install (si) &amp;lt;name&amp;gt; ...&lt;br /&gt;
              Install specified source packages and their build dependencies. If the name of a binary package is given,&lt;br /&gt;
              the coresponding source package is looked up and installed instead.&lt;br /&gt;
&lt;br /&gt;
              This  command  will  try  to  find the newest available versions of the source packages and use rpm -i to&lt;br /&gt;
              install them and the packages that are required to build the source package.&lt;br /&gt;
&lt;br /&gt;
              Note that the source packages must be available in repositories you are using.  You can check  whether  a&lt;br /&gt;
              repository contains any source packages using the following command:&lt;br /&gt;
&lt;br /&gt;
              $ zypper search -t srcpackage -r &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -d, --build-deps-only&lt;br /&gt;
              Install only build dependencies of specified packages.&lt;br /&gt;
&lt;br /&gt;
       -D, --no-build-deps&lt;br /&gt;
              Don't install build dependencies.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work  only with the repository specified by the alias, name, number, or URI. This option can be used mul-&lt;br /&gt;
              tiple times.&lt;br /&gt;
&lt;br /&gt;
           --download-only&lt;br /&gt;
              Only download the packages, do not install.&lt;br /&gt;
&lt;br /&gt;
       Examples:&lt;br /&gt;
&lt;br /&gt;
              Install build dependencies of dbus-1 source package:&lt;br /&gt;
              $ zypper si -d dbus-1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       verify (ve) [options]&lt;br /&gt;
              Check whether dependencies of installed packages are satisfied.&lt;br /&gt;
&lt;br /&gt;
              In case that any dependency problems are found, zypper suggests packages to  install  or  remove  to  fix&lt;br /&gt;
              them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
           --no-recommends&lt;br /&gt;
              By  default, zypper installs also packages recommended by the requested ones (the ones needed to fix bro-&lt;br /&gt;
              ken dependencies in this case).  This option causes the recomended packages to be ignored  and  only  the&lt;br /&gt;
              required ones to be installed.&lt;br /&gt;
&lt;br /&gt;
       -D, --dry-run&lt;br /&gt;
              Test the repair, do not actually do anything to the system.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work  only with the repository specified by the alias, name, number, or URI. This option can be used mul-&lt;br /&gt;
              tiple times.&lt;br /&gt;
&lt;br /&gt;
           --debug-solver&lt;br /&gt;
              Create solver test case for debugging. See the install command for details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       install-new-recommends (inr) [options]&lt;br /&gt;
              Install newly added packages recommended by already installed  ones.   This  can  typically  be  used  to&lt;br /&gt;
              install language packages recently added to repositories or drivers for newly added hardware.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work  only with the repository specified by the alias, name, number, or URI. This option can be used mul-&lt;br /&gt;
              tiple times.&lt;br /&gt;
&lt;br /&gt;
       -D, --dry-run&lt;br /&gt;
              Test the installation, do not actually install anything.&lt;br /&gt;
&lt;br /&gt;
           --debug-solver&lt;br /&gt;
              Create solver test case for debugging. See the install command for details.&lt;br /&gt;
&lt;br /&gt;
       This command also accepts the download-and-install mode options described&lt;br /&gt;
              in the install command description.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       remove (rm) [options] &amp;lt;name&amp;gt; ...&lt;br /&gt;
&lt;br /&gt;
       remove (rm) [options] --capability &amp;lt;capability&amp;gt; ...&lt;br /&gt;
              Remove (uninstall) packages.&lt;br /&gt;
&lt;br /&gt;
              The packages can be selected by their name or by a capability  they  provide.   For  details  on  package&lt;br /&gt;
              selection see the install command description.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work  only with the repository specified by the alias, name, number, or URI. This option can be used mul-&lt;br /&gt;
              tiple times.&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Type of package (default: package). See section Package Types for list of available package types.&lt;br /&gt;
&lt;br /&gt;
              Since patches are not installed in sense of copying files or recording a database entry, they  cannot  be&lt;br /&gt;
              uninstalled,  even though zypper shows them as installed. The installed status is determined solely based&lt;br /&gt;
              on the installed status of its required dependencies. If these dependencies are satisified, the patch  is&lt;br /&gt;
              rendered installed.&lt;br /&gt;
&lt;br /&gt;
              Uninstallation of patterns is currently not implemented.&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Select packages by their name (default).&lt;br /&gt;
&lt;br /&gt;
       -C, --capability&lt;br /&gt;
              Select packages by capabilities.&lt;br /&gt;
&lt;br /&gt;
       --debug-solver&lt;br /&gt;
              Create solver test case for debugging. See the install command for details.&lt;br /&gt;
&lt;br /&gt;
       -R, --no-force-resolution&lt;br /&gt;
              Do  not  force  the  solver to find a solution. Instead, report dependency problem and prompt the user to&lt;br /&gt;
              resolve it manually.&lt;br /&gt;
&lt;br /&gt;
           --force-resolution&lt;br /&gt;
              Force the solver to find a solution, even if  it  would  mean  removing  all  packages  with  unfulfilled&lt;br /&gt;
              requirements.&lt;br /&gt;
&lt;br /&gt;
              The  default  behavior  is 'force' in the interactive mode and 'no-force' in the non-interactive mode. If&lt;br /&gt;
              this option is specified, it takes the preference.&lt;br /&gt;
&lt;br /&gt;
       -u, --clean-deps&lt;br /&gt;
              Automatically remove dependencies which become unneeded after removal of requested packages.&lt;br /&gt;
&lt;br /&gt;
       -U, --no-clean-deps&lt;br /&gt;
              No automatic removal of unneeded dependencies.&lt;br /&gt;
&lt;br /&gt;
       -D, --dry-run&lt;br /&gt;
              Test the removal of packages, do not actually remove anything. This option will add the --test option  to&lt;br /&gt;
              the rpm commands run by the remove command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Update Management Commands&lt;br /&gt;
       list-updates (lu) [options]&lt;br /&gt;
              List available updates.&lt;br /&gt;
&lt;br /&gt;
              This command will list only installable updates, i.e. updates which have no dependency problems, or which&lt;br /&gt;
              do not change package vendor. This list is what the update command will propose to install. To  list  all&lt;br /&gt;
              packages for which newer version are available, use --all option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Type of package (default: package). See section Package Types for list of available package types.&lt;br /&gt;
&lt;br /&gt;
              If patch is specified, zypper acts as if the list-patches command was executed.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work  only with the repository specified by the alias, name, number, or URI. This option can be used mul-&lt;br /&gt;
              tiple times.&lt;br /&gt;
&lt;br /&gt;
       -a, --all&lt;br /&gt;
              List all packages for which newer versions are available, regardles whether they are installable or not.&lt;br /&gt;
&lt;br /&gt;
           --best-effort&lt;br /&gt;
              See the update command for description.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       update (up) [options] [packagename] ...&lt;br /&gt;
              Update installed packages with newer versions, where possible.&lt;br /&gt;
&lt;br /&gt;
              This command will not update packages which would require change of package vendor unless the  vendor  is&lt;br /&gt;
              specified in /etc/zypp/vendors.d, or which would require manual resolution of problems with dependencies.&lt;br /&gt;
              Such non-installable updates will then be listed in separate section of the  summary  as  &amp;quot;The  following&lt;br /&gt;
              package updates will NOT be installed:&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
              To  update  individual  packages, specify one or more package names. You can use the '*' and '?' wildcard&lt;br /&gt;
              characters in the package names to specify multiple packages matching the pattern.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Type of package (default: package). See section Package Types for list of available package types.&lt;br /&gt;
&lt;br /&gt;
              If patch is specified, zypper acts as if the patche command was executed.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work only with the repository specified by the alias, name, number, or URI. This option can be used  mul-&lt;br /&gt;
              tiple times.&lt;br /&gt;
&lt;br /&gt;
           --skip-interactive&lt;br /&gt;
              This will skip interactive patches, that is, those that need reboot, contain a message, or update a pack-&lt;br /&gt;
              age whose license needs to be confirmed.&lt;br /&gt;
&lt;br /&gt;
       -l, --auto-agree-with-licenses&lt;br /&gt;
              Automatically say 'yes' to third party license confirmation prompt. By using this option, you  choose  to&lt;br /&gt;
              agree  with  licenses  of all third-party software this command will install. This option is particularly&lt;br /&gt;
              useful for administators installing the same set of  packages  on  multiple  machines  (by  an  automated&lt;br /&gt;
              process) and have the licenses confirmed before.&lt;br /&gt;
&lt;br /&gt;
           --debug-solver&lt;br /&gt;
              Create solver test case for debugging. See the install command for details.&lt;br /&gt;
&lt;br /&gt;
           --no-recommends&lt;br /&gt;
              By  default,  zypper  installs  also  packages recommended by the requested ones.  This option causes the&lt;br /&gt;
              recomended packages to be ignored and only the required ones to be installed.&lt;br /&gt;
&lt;br /&gt;
       -R, --no-force-resolution&lt;br /&gt;
              Do not force the solver to find a solution. Instead, report dependency problem and  prompt  the  user  to&lt;br /&gt;
              resolve it manually.&lt;br /&gt;
&lt;br /&gt;
           --force-resolution&lt;br /&gt;
              Force  the  solver  to  find  a  solution,  even  if it would mean removing all packages with unfulfilled&lt;br /&gt;
              requirements.&lt;br /&gt;
&lt;br /&gt;
              The default behavior is 'no-force'. If this option is specified, it takes the preference.&lt;br /&gt;
&lt;br /&gt;
       -D, --dry-run&lt;br /&gt;
              Test the update, do not actually install or update any package. This option will add the --test option to&lt;br /&gt;
              the rpm commands run by the update command.&lt;br /&gt;
&lt;br /&gt;
           --best-effort&lt;br /&gt;
              Do  a 'best effort' approach to update. This method does not explicitly select packages with best version&lt;br /&gt;
              and architecture, but instead requests installation of a package with higher version than  the  installed&lt;br /&gt;
              one  and  leaves  the  rest  on  the  dependency  solver. This method is always used for packages, and is&lt;br /&gt;
              optional for products and patterns. It is not applicable to patches.&lt;br /&gt;
&lt;br /&gt;
       This command also accepts the download-and-install mode options described&lt;br /&gt;
              in the install command description.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       list-patches (lp) [options]&lt;br /&gt;
              List all available needed patches.&lt;br /&gt;
&lt;br /&gt;
              This command is similar to 'zypper list-updates -t patch'.&lt;br /&gt;
&lt;br /&gt;
              Note that since the arguments of some of the following options are not required, they must  be  specified&lt;br /&gt;
              using '=' instead of a space.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -b, --bugzilla[=#]&lt;br /&gt;
              List available needed patches for all Bugzilla issues, or issues whose number matches the given string.&lt;br /&gt;
&lt;br /&gt;
            --cve[=#]&lt;br /&gt;
              List available needed patches for all CVE issues, or issues whose number matches the given string.&lt;br /&gt;
&lt;br /&gt;
       -g, --category &amp;lt;category&amp;gt;&lt;br /&gt;
              List available patches in the specified category.&lt;br /&gt;
&lt;br /&gt;
            --issues[=string]&lt;br /&gt;
              Look  for issues whose number, summary, or description matches the specified string. Issues found by num-&lt;br /&gt;
              ber are displayed separately from those found by descriptions. In the latter case, use zypper  patch-info&lt;br /&gt;
              &amp;lt;patchname&amp;gt; to get information about issues the patch fixes.&lt;br /&gt;
&lt;br /&gt;
       -a, --all&lt;br /&gt;
              By  default, only patches that are relevant and needed on your system are listed.  This option causes all&lt;br /&gt;
              available released patches to be listed. This option can be combined with  all  the  rest  of  the  list-&lt;br /&gt;
              updates command options.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work  only with the repository specified by the alias, name, number, or URI. This option can be used mul-&lt;br /&gt;
              tiple times.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       patch-check (pchk)&lt;br /&gt;
              Check for patches. Displays a count of applicable patches and how many of them have  the  security  cate-&lt;br /&gt;
              gory.&lt;br /&gt;
&lt;br /&gt;
       See also the EXIT CODES section for details on exit status of 0, 100, and 101 returned by this command.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Check  for  patches only in the repository specified by the alias, name, number, or URI.  This option can&lt;br /&gt;
              be used multiple times.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       patch [options]&lt;br /&gt;
              Install all available needed patches.&lt;br /&gt;
&lt;br /&gt;
              If there are patches that affect the package management itself, those will be  installed  first  and  you&lt;br /&gt;
              will be asked to run the patch command again.&lt;br /&gt;
&lt;br /&gt;
              This command is similar to 'zypper update -t patch'.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -b, --bugzilla &amp;lt;#&amp;gt;&lt;br /&gt;
              Install  patch  fixing a Bugzilla issue specified by number. Use list-patches --bugzilla command to get a&lt;br /&gt;
              list of available needed patches for specific issues.&lt;br /&gt;
&lt;br /&gt;
            --cve &amp;lt;#&amp;gt;&lt;br /&gt;
              Install patch fixing a MITRE's CVE issue specified by number. Use list-patches --cve  command  to  get  a&lt;br /&gt;
              list of available needed patches for specific issues.&lt;br /&gt;
&lt;br /&gt;
       -g, --category &amp;lt;category&amp;gt;&lt;br /&gt;
              Install  all  patches  in  the  specified  category. Use list-patches --category command to get a list of&lt;br /&gt;
              available patches for a specific category.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work only with the repository specified by the alias, name, number, or URI. This option can be used  mul-&lt;br /&gt;
              tiple times.&lt;br /&gt;
&lt;br /&gt;
           --skip-interactive&lt;br /&gt;
              Skip interactive patches.&lt;br /&gt;
&lt;br /&gt;
           --with-interactive&lt;br /&gt;
              Avoid skipping of  interactive patches when in non-interactive mode.&lt;br /&gt;
&lt;br /&gt;
       -l, --auto-agree-with-licenses&lt;br /&gt;
              See the update command for description of this option.&lt;br /&gt;
&lt;br /&gt;
           --no-recommends&lt;br /&gt;
              By  default,  zypper  installs  also  packages recommended by the requested ones.  This option causes the&lt;br /&gt;
              recomended packages to be ignored and only the required ones to be installed.&lt;br /&gt;
&lt;br /&gt;
           --debug-solver&lt;br /&gt;
              Create test case for debugging of dependency resolver.&lt;br /&gt;
&lt;br /&gt;
       -D, --dry-run&lt;br /&gt;
              Test the update, do not actually update.&lt;br /&gt;
&lt;br /&gt;
       This command also accepts the download-and-install mode options described&lt;br /&gt;
              in the install command description.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       dist-upgrade (dup) [options]&lt;br /&gt;
              Perform a distribution upgrade. This command applies the state of (specified) repositories onto the  sys-&lt;br /&gt;
              tem; upgrades (or even downgrades) installed packages to versions found in repositories, removes packages&lt;br /&gt;
              that are no longer in the repositories and pose a dependency problem for  the  upgrade,  handles  package&lt;br /&gt;
              splits and renames, etc.&lt;br /&gt;
&lt;br /&gt;
              If  no  repositories  are  specified  via  --from  or --repo options, zypper will do the upgrade with all&lt;br /&gt;
              defined repositories. This can be a problem if the system contains conflicting repositories, like reposi-&lt;br /&gt;
              tories  for  two  different  distribution  releases. This often happens if one forgets to remove an older&lt;br /&gt;
              release repository after adding a new one, say openSUSE 11.1 and openSUSE 11.2.&lt;br /&gt;
&lt;br /&gt;
              To avoid the above trouble, you can specify the repositories from which  to  do  the  upgrade  using  the&lt;br /&gt;
              --from or --repo options.  The difference between these two is that when --repo is used, zypper uses only&lt;br /&gt;
              the specified repositories, while with --from zypper can also use the rest of the enabled repositories to&lt;br /&gt;
              satisfy package dependencies.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
           --from &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Restricts the upgrade to the specified repositories (the option can be used multiple times) only, but can&lt;br /&gt;
              satisfy dependencies also from the rest of enabled repositories.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work only with the repository specified by the alias, name, number, or URI. This option can be used  mul-&lt;br /&gt;
              tiple times.&lt;br /&gt;
&lt;br /&gt;
       -l, --auto-agree-with-licenses&lt;br /&gt;
              Automatically  say  'yes' to third party license confirmation prompt. By using this option, you choose to&lt;br /&gt;
              agree with licenses of all third-party software this command will install. This  option  is  particularly&lt;br /&gt;
              useful  for  administators  installing  the  same  set  of packages on multiple machines (by an automated&lt;br /&gt;
              process) and have the licenses confirmed before.&lt;br /&gt;
&lt;br /&gt;
           --no-recommends&lt;br /&gt;
              By default, zypper installs also packages recommended by the requested  ones.   This  option  causes  the&lt;br /&gt;
              recomended packages to be ignored and only the required ones to be installed.&lt;br /&gt;
&lt;br /&gt;
           --debug-solver&lt;br /&gt;
              Create solver test case for debugging. See the install command for details.&lt;br /&gt;
&lt;br /&gt;
       -D, --dry-run&lt;br /&gt;
              Test  the  upgrade, do not actually install or update any package. This option will add the --test option&lt;br /&gt;
              to the rpm commands run by the dist-upgrade command.&lt;br /&gt;
&lt;br /&gt;
       This command also accepts the download-and-install mode options described&lt;br /&gt;
              in the install command description.&lt;br /&gt;
&lt;br /&gt;
       Examples:&lt;br /&gt;
&lt;br /&gt;
              Upgrade the system using 'factory' and 'packman' repository:&lt;br /&gt;
              $ zypper install zypper libzypp&lt;br /&gt;
              $ zypper dup --from factory --from packman&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Query Commands&lt;br /&gt;
       search (se) [options] [querystring|capability] ...&lt;br /&gt;
              Search for packages matching any of the given strings. * (any substring) and ?  (any character) wildcards&lt;br /&gt;
              can also be used within search strings.  If the search string is enclosed in '/', for example $ zypper se&lt;br /&gt;
              '/^k.*e$/', it's interpreted as a regular expression.  It's also possible to specify  a  capability  like&lt;br /&gt;
              &amp;quot;NAME[.ARCH][OP&amp;lt;EDITION&amp;gt;]&amp;quot;,  where  ARCH is an architecture code, OP is &amp;lt;, &amp;lt;=, =, &amp;gt;=, or &amp;gt; and EDITION is&lt;br /&gt;
              VERSION[-RELEASE].  Also quote here to protect the special characters from the shell, for example: $ zyp-&lt;br /&gt;
              per se 'libgcc&amp;gt;4.6'.&lt;br /&gt;
&lt;br /&gt;
              Results of search are printed in a table with following columns: S (status), Catalog, Type (type of pack-&lt;br /&gt;
              age), Name, Version, Arch (architecture). The status  column  can  contain  the  following  values:  i  -&lt;br /&gt;
              installed, v - another version installed, or an empty space for neither of the former cases.&lt;br /&gt;
&lt;br /&gt;
              The  'v' status is only shown if the version or the repository matters (--details or --repo is used), and&lt;br /&gt;
              the installed version differs from the one listed or is from a repository other than specified.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
              This command accepts the following options:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
           --match-substrings&lt;br /&gt;
              Matches for search strings may be partial words (default).&lt;br /&gt;
&lt;br /&gt;
           --match-words&lt;br /&gt;
              Matches for search strings may only be whole words.&lt;br /&gt;
&lt;br /&gt;
           --match-exact&lt;br /&gt;
              Searches for an exact name of the package.&lt;br /&gt;
&lt;br /&gt;
           --provides&lt;br /&gt;
              Search for packages which provide the search strings. A search string here might be also any symbol  pro-&lt;br /&gt;
              vided  by  a  package like /bin/vi, libcurl.so.3, perl(Time::ParseDate), web_browser, e.g. search for the&lt;br /&gt;
              package which provides the shell: zypper se --provides /bin/sh&lt;br /&gt;
&lt;br /&gt;
           --requires&lt;br /&gt;
              Search for packages which require the search strings. A search string  here  might  be  also  any  symbol&lt;br /&gt;
              required by a package, e.g. all packages which require the snapper library: zypper se --requires libsnap-&lt;br /&gt;
              per.so&lt;br /&gt;
&lt;br /&gt;
           --recommends&lt;br /&gt;
              Search for packages which recommend the search strings, e.g.  zypper se --recommends usb_modeswitch&lt;br /&gt;
&lt;br /&gt;
           --suggests&lt;br /&gt;
              Search for packages which suggest the search strings, e.g.  zypper se --suggests acroread&lt;br /&gt;
&lt;br /&gt;
           --conflicts&lt;br /&gt;
              Search for packages conflicting with the search strings, e.g.  zypper se --conflicts aspell-hi&lt;br /&gt;
&lt;br /&gt;
           --obsoletes&lt;br /&gt;
              Search for packages wich obsolete the search strings, e.g.  zypper se --obsoletes efence&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Useful together with dependency options, otherwise searching in package name is default.&lt;br /&gt;
&lt;br /&gt;
       -f, --file-list&lt;br /&gt;
              Search in file list of packages.&lt;br /&gt;
&lt;br /&gt;
       -d, --search-descriptions&lt;br /&gt;
              Search also in summaries and descriptions.&lt;br /&gt;
&lt;br /&gt;
       -C, --case-sensitive&lt;br /&gt;
              Perform case-sensitive search.&lt;br /&gt;
&lt;br /&gt;
       -i, --installed-only&lt;br /&gt;
              Show only packages that are already installed.&lt;br /&gt;
&lt;br /&gt;
       -u, --uninstalled-only&lt;br /&gt;
              Show only packages that are not currently installed.&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Search only for packages of specified type. See section Package  Types  for  list  of  available  package&lt;br /&gt;
              types. Multiple -t option are allowed.&lt;br /&gt;
&lt;br /&gt;
              See also the type-specific query commands like packages, patterns, etc.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work  only with the repository specified by the alias, name, number, or URI. This option can be used mul-&lt;br /&gt;
              tiple times.&lt;br /&gt;
&lt;br /&gt;
           --sort-by-name&lt;br /&gt;
              Sort packages by name (default).&lt;br /&gt;
&lt;br /&gt;
           --sort-by-repo&lt;br /&gt;
              Sort packages by catalog, not by name.&lt;br /&gt;
&lt;br /&gt;
       -s, --details&lt;br /&gt;
              Show all available versions of found packages, each version in each repository on a separate line.&lt;br /&gt;
&lt;br /&gt;
       -v, --verbose&lt;br /&gt;
              Like --details with additional information where the search has matched (useful when searching for depen-&lt;br /&gt;
              dencies, e.g. --provides).&lt;br /&gt;
&lt;br /&gt;
       Examples:&lt;br /&gt;
&lt;br /&gt;
              Search for YaST packages (quote the string to prevent the shell from expanding the wildcard):&lt;br /&gt;
              $ zypper se 'yast*'&lt;br /&gt;
&lt;br /&gt;
              Show all available versions of package 'kernel-default':&lt;br /&gt;
              $ zypper se -s --match-exact kernel-default&lt;br /&gt;
&lt;br /&gt;
              Look for RSI acronym (case-sensitively), also in summaries and descriptions:&lt;br /&gt;
              $ zypper se -dC --match-words RSI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       packages (pa) [options] [repository] ...&lt;br /&gt;
              List  all available packages or all packages from specified repositories.  Similar to zypper search -s -t&lt;br /&gt;
              package.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Just another means to specify repositories.&lt;br /&gt;
&lt;br /&gt;
       -i, --installed-only&lt;br /&gt;
              Show only installed packages.&lt;br /&gt;
&lt;br /&gt;
       -u, --uninstalled-only&lt;br /&gt;
              Show only packages which are not installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       patches (pch) [options] [repository] ...&lt;br /&gt;
              List all available patches from specified repositories, including those not  needed.  Similar  to  zypper&lt;br /&gt;
              search -s -t patch.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Just another means to specify repositories.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       patterns (pt) [options] [repository] ...&lt;br /&gt;
              List  all available patterns or all patterns from specified repositories.  Similar to zypper search -s -t&lt;br /&gt;
              pattern.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Just another means to specify repositories.&lt;br /&gt;
&lt;br /&gt;
       -i, --installed-only&lt;br /&gt;
              Show only installed patterns.&lt;br /&gt;
&lt;br /&gt;
       -u, --uninstalled-only&lt;br /&gt;
              Show only patterns which are not installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       products (pd) [options] [repository] ...&lt;br /&gt;
              List all available products or all products from specified repositories.  Similar to zypper search -s  -t&lt;br /&gt;
              product, but shows also the type of the product (base, add-on).&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Just another means to specify repositories.&lt;br /&gt;
&lt;br /&gt;
       -i, --installed-only&lt;br /&gt;
              Show only installed products.&lt;br /&gt;
&lt;br /&gt;
       -u, --uninstalled-only&lt;br /&gt;
              Show only products which are not installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       what-provides (wp) &amp;lt;capability&amp;gt;&lt;br /&gt;
              List  all  packages providing the specified capability. See also the install command for hint about capa-&lt;br /&gt;
              bilities.&lt;br /&gt;
              what-provides is replaced by the search command, which now has the functionality to search for  dependen-&lt;br /&gt;
              cies (and allows various options).&lt;br /&gt;
              The command line is automatically transformed to the appropriate search, e.g.:&lt;br /&gt;
              $ zypper what-provides 'zypper&amp;gt;1.6' to $ zypper se --provides --match-exact 'zypper&amp;gt;1.6'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Repository Management&lt;br /&gt;
       Zypper  is  able  to  work  with YaST, RPM-MD (yum) software repositories, and plain directories containing .rpm&lt;br /&gt;
       files.&lt;br /&gt;
&lt;br /&gt;
       Repositories are primarily identified using their URI or alias.  Alias serves as a shorthand for the long URI or&lt;br /&gt;
       name  of  the repository.  The name of the repository should briefly describe the repository and is shown to the&lt;br /&gt;
       user in tables and messages. The name is not required, and if not known, the alias is shown instead.  The  alias&lt;br /&gt;
       is required and uniquely identifies the repository on the system.&lt;br /&gt;
&lt;br /&gt;
       The alias, name, URI, or the number from zypper repos list can be used to specify a repository as an argument of&lt;br /&gt;
       various zypper commands and options like refresh, --repo, or --from.&lt;br /&gt;
&lt;br /&gt;
       Supported URI formats:&lt;br /&gt;
&lt;br /&gt;
       CD or DVD drive&lt;br /&gt;
              Optionally with devices list for probing.&lt;br /&gt;
&lt;br /&gt;
              cd:///&lt;br /&gt;
              dvd:/subdir?devices=/dev/sr0,/dev/sr1&lt;br /&gt;
&lt;br /&gt;
       FTP/HTTP/HTTPS directory tree&lt;br /&gt;
              The ftp URL scheme supports absolute and relative paths to the default  ftp  server  directory  (RFC1738,&lt;br /&gt;
              Section  3.2.2).  To  use  an  absolute path, you have to prepend the path with an additional slash, what&lt;br /&gt;
              results in a &amp;quot;/%2f&amp;quot; combination (second &amp;quot;/&amp;quot; encoded to &amp;quot;%2f&amp;quot;) at the begin  of  the  URL  path.  This  is&lt;br /&gt;
              important, especially in user authenticated ftp, where the users home is usually the default directory of&lt;br /&gt;
              the server (except when the server chroots into the users home directory).&lt;br /&gt;
&lt;br /&gt;
              Explicit proxy settings may be passed via optional parameters proxy, proxyport, proxyuser and proxypass.&lt;br /&gt;
&lt;br /&gt;
              HTTP authentication methods to use can be defined as comma separated list via  optional  parameter  auth.&lt;br /&gt;
              Valid  methods  are e.g. 'basic', 'digest', 'ntlm', 'negotiate'. Note, that this list depends on the list&lt;br /&gt;
              of methods supported by the curl library.&lt;br /&gt;
&lt;br /&gt;
              ftp://user:pass@server/path/to/media/dir&lt;br /&gt;
              ftp://user:pass@server/%2fhome/user/path/to/media/dir&lt;br /&gt;
              http://user:pass@server/path&lt;br /&gt;
              https://user:pass@server/path?proxy=foo&amp;amp;proxyuser=me&amp;amp;proxypass=pw&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       Disk volume (partition)&lt;br /&gt;
              Mandatory device parameter specifying the name of the block device to mount. The  name  of  the  optional&lt;br /&gt;
              filesystem defaults to &amp;quot;auto&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
              hd:/subdir?device=/dev/sda1&amp;amp;filesystem=reiserfs&lt;br /&gt;
&lt;br /&gt;
       Local directory tree&lt;br /&gt;
&lt;br /&gt;
              dir:/directory/name&lt;br /&gt;
&lt;br /&gt;
       Media in an ISO image (loopback mounted)&lt;br /&gt;
              Mandatory iso parameter specifying the name of the iso file. Optional url parameter specifying the URL to&lt;br /&gt;
              the directory containing the iso file. Optional mnt parameter specifying the preferred attach  point  for&lt;br /&gt;
              the  source  media  url.  Optional  filesystem  name  of the filesystem used in the iso file. Defaults to&lt;br /&gt;
              &amp;quot;auto&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
              iso:/?iso=CD1.iso&amp;amp;url=nfs://server/path/to/media&lt;br /&gt;
              iso:/?iso=CD1.iso&amp;amp;url=hd:/?device=/dev/hda&lt;br /&gt;
              iso:/subdir?iso=DVD1.iso&amp;amp;url=nfs://nfs-server/directory&amp;amp;mnt=/nfs/attach/point&amp;amp;filesystem=udf&lt;br /&gt;
&lt;br /&gt;
       NFS exported directory tree&lt;br /&gt;
              To use NFSv4 either use schema tnfsv4:// or pass an optional parameter type=nfs4. Additional mountoptions&lt;br /&gt;
              can be passed as comma separated list. Defaults to &amp;quot;ro&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
              nfs://nfs-server/exported/path&lt;br /&gt;
              nfs://nfs-server/exported/path?mountoptions=ro&amp;amp;type=nfs4&lt;br /&gt;
              nfs4://nfs-server/exported/path?mountoptions=ro&lt;br /&gt;
&lt;br /&gt;
       CIFS/SMB directory tree&lt;br /&gt;
              There is no difference between cifs and smb scheme (any more). In both cases the cifs filesystem is used.&lt;br /&gt;
              Additional mountoptions can be passed as comma separated list. Defaults to &amp;quot;ro,guest&amp;quot;. Specify  &amp;quot;noguest&amp;quot;&lt;br /&gt;
              to turn off &amp;quot;guest&amp;quot;. This is necessary if Samba is configured to reject guest connections.&lt;br /&gt;
&lt;br /&gt;
              Optional  workgroup  or  domain  parameter set the name of the workgroup. As alternative to passing user-&lt;br /&gt;
              name:password in the URI authority the parameters user and pass can be used.&lt;br /&gt;
&lt;br /&gt;
              smb://servername/share/path/on/the/share&lt;br /&gt;
              cifs://usenr:passw@servername/share/path/on/the/share?mountoptions=ro,noguest&lt;br /&gt;
              cifs://usern:passw@servername/share/path/on/the/share?workgroup=mygroup&lt;br /&gt;
              cifs://servername/share/path/on/the/share?user=usern&amp;amp;pass=passw&lt;br /&gt;
&lt;br /&gt;
       Apart from the above, repositories have several other properties which can be set using the  commands  described&lt;br /&gt;
       in this section below, or by manually editing the repository definition files (.repo files, see section FILES).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       addrepo (ar) [options] &amp;lt;URI&amp;gt; &amp;lt;alias&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       addrepo (ar) [options] &amp;lt;FILE.repo&amp;gt;&lt;br /&gt;
&lt;br /&gt;
              Add a new repository specified by URI and assign specified alias to it or specify URI to a .repo file.&lt;br /&gt;
&lt;br /&gt;
              Newly  added  repositories have auto-refresh disabled by default (except for repositories imported from a&lt;br /&gt;
              .repo, having the auto-refresh enabled). To enable auto-refresh, use the --refresh option  of  the  modi-&lt;br /&gt;
              fyrepo command.&lt;br /&gt;
&lt;br /&gt;
              Also,  this  command  does not automatically refresh the newly added repositories.  The repositories will&lt;br /&gt;
              get refreshed when used for the first time, or you can use the refresh command after finishing your modi-&lt;br /&gt;
              fications with *repo commands.  See also METADATA REFRESH POLICY section for more details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;file.repo&amp;gt;&lt;br /&gt;
              Read URI and alias from specified .repo file&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Type of repository (yast2, rpm-md, or plaindir). There are several aliases defined for these types: yast2&lt;br /&gt;
              - susetags, yast, YaST, YaST2, YAST; rpm-md - repomd, rpmmd, yum, YUM; plaindir - Plaindir.&lt;br /&gt;
&lt;br /&gt;
       -d, --disable&lt;br /&gt;
              Add the repository as disabled. Repositories are added as enabled by default.&lt;br /&gt;
&lt;br /&gt;
       -c, --check&lt;br /&gt;
              Probe given URI.&lt;br /&gt;
&lt;br /&gt;
       -C, --nocheck&lt;br /&gt;
              Don't probe URI, probe later during refresh.&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Specify descriptive name for the repository.&lt;br /&gt;
&lt;br /&gt;
       -k, --keep-packages&lt;br /&gt;
              Enable RPM files caching for the repository.&lt;br /&gt;
&lt;br /&gt;
       -K, --no-keep-packages&lt;br /&gt;
              Disable RPM files caching.&lt;br /&gt;
&lt;br /&gt;
       -f, --refresh&lt;br /&gt;
              Enable autorefresh of the repository. The autorefresh is disabled by default when  adding  new  reposito-&lt;br /&gt;
              ries.&lt;br /&gt;
&lt;br /&gt;
       Examples:&lt;br /&gt;
&lt;br /&gt;
              Add an HTTP repository, probe it, name it 'Packman 11.1 repo', and use 'packman' as alias:&lt;br /&gt;
              $ zypper ar -c -n 'Packman 11.1 repo' http://packman.iu-bremen.de/suse/11.1 packman&lt;br /&gt;
&lt;br /&gt;
              Add repositories from a repo file:&lt;br /&gt;
              $ zypper ar http://download.opensuse.org/repositories/zypp:/svn/openSUSE_Factory/zypp:svn.repo&lt;br /&gt;
              $ zypper ar myreposbackup.repo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       removerepo (rr) [options] &amp;lt;alias|name|#|URI&amp;gt; ...&lt;br /&gt;
              Delete repositories specified by aliases, names, numbers or URIs.&lt;br /&gt;
&lt;br /&gt;
       --loose-auth&lt;br /&gt;
              Ignore user authentication data in the URI&lt;br /&gt;
&lt;br /&gt;
       --loose-query&lt;br /&gt;
              Ignore query string in the URI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       repos (lr) [options] [repo] ...&lt;br /&gt;
              List all defined repositories or show detailed information about those specified as arguments&lt;br /&gt;
&lt;br /&gt;
              The  following  data  can be printed for each repository found on the sytem: # (repository number), Alias&lt;br /&gt;
              (shorthand for Name), Name, Enabled (whether the repository is enabled), Refresh (whether auto-refresh is&lt;br /&gt;
              enabled  for  the repository), Priority, Type (repository meta-data type: rpm-md, yast2, plaindir). Which&lt;br /&gt;
              of the data is shown is determined by command line options listed below and the main.repoListColumns set-&lt;br /&gt;
              ting from zypper.conf.  By default, #, Alias, Name, Enabled, and Refresh is shown.&lt;br /&gt;
&lt;br /&gt;
              Repository  number  is  a unique identifier of the repository in current set of repositories. If you add,&lt;br /&gt;
              remove or change a repository, the numbers may change. Keep that in mind when using the numbers with  the&lt;br /&gt;
              repository handling commands. On the other hand, using the alias instead of the number is always safe.&lt;br /&gt;
&lt;br /&gt;
              To  show  detailed  information  about specific repositories, specify them as arguments, either by alias,&lt;br /&gt;
              name, number from simple zypper lr, or by URI; e.g. fB zypper lr factory, or zypper lr 2.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -e, --export &amp;lt;FILE.repo|-&amp;gt;&lt;br /&gt;
              This option causes zypper to write repository definition of all defined repositories into a  single  file&lt;br /&gt;
              in repo file format.  If '-' is specified instead of a file name, the repositories will be written to the&lt;br /&gt;
              standard output.&lt;br /&gt;
&lt;br /&gt;
       -a, --alias&lt;br /&gt;
              Add alias column to the output.&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Add name column to the output.&lt;br /&gt;
&lt;br /&gt;
       -u, --uri&lt;br /&gt;
              Add base URI column to the output.&lt;br /&gt;
&lt;br /&gt;
       -p, --priority&lt;br /&gt;
              Add repository priority column to the output.&lt;br /&gt;
&lt;br /&gt;
       -r, --refresh&lt;br /&gt;
              Add the autorefresh column to the output.&lt;br /&gt;
&lt;br /&gt;
       -d, --details&lt;br /&gt;
              Show more information like URI, priority, type, etc.&lt;br /&gt;
&lt;br /&gt;
       -E, --show-enabled-only&lt;br /&gt;
              Show enabled repositories only.&lt;br /&gt;
&lt;br /&gt;
       -U, --sort-by-uri&lt;br /&gt;
              Add base URI column and sort the list it.&lt;br /&gt;
&lt;br /&gt;
       -P, --sort-by-priority&lt;br /&gt;
              Add repository priority column and sort the list by it.&lt;br /&gt;
&lt;br /&gt;
       -A, --sort-by-alias&lt;br /&gt;
              Sort the list by alias.&lt;br /&gt;
&lt;br /&gt;
       -N, --sort-by-name&lt;br /&gt;
              Sort the list by name.&lt;br /&gt;
&lt;br /&gt;
       Examples:&lt;br /&gt;
&lt;br /&gt;
              Backup your repository setup:&lt;br /&gt;
              $ zypper repos -e myreposbackup.repo&lt;br /&gt;
&lt;br /&gt;
              List repositories with their URIs and priorities:&lt;br /&gt;
              $ zypper lr -pu&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       renamerepo (nr) &amp;lt;alias|name|#|URI&amp;gt; &amp;lt;new-alias&amp;gt;&lt;br /&gt;
              Assign new alias to the repository specified by alias, name, number, or URI.&lt;br /&gt;
&lt;br /&gt;
       Example:&lt;br /&gt;
&lt;br /&gt;
              Rename repository number 8 to 'myrepo' (useful if the repo has some dreadful alias which is not usable on&lt;br /&gt;
              the command line).&lt;br /&gt;
              $ zypper nr 8 myrepo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       modifyrepo (mr) &amp;lt;options&amp;gt; &amp;lt;alias|name|#|URI&amp;gt; ...&lt;br /&gt;
&lt;br /&gt;
       modifyrepo (mr) &amp;lt;options&amp;gt; &amp;lt;--all|--remote|--local|--medium-type&amp;gt;&lt;br /&gt;
              Modify  properties  of  repositories  specified  by  alias,  name, number, or URI or one of the aggregate&lt;br /&gt;
              options.&lt;br /&gt;
&lt;br /&gt;
       -e, --enable&lt;br /&gt;
              Enable the repository.&lt;br /&gt;
&lt;br /&gt;
       -d, --disable&lt;br /&gt;
              Disable the repository.&lt;br /&gt;
&lt;br /&gt;
       -r, --refresh&lt;br /&gt;
              Enable auto-refresh for the repository.&lt;br /&gt;
&lt;br /&gt;
       -R, --no-refresh&lt;br /&gt;
              Disable auto-refresh for the repository.&lt;br /&gt;
&lt;br /&gt;
       -p, --priority &amp;lt;positive-integer&amp;gt;&lt;br /&gt;
              Set priority of the repository. Priority of 1 is the highest, the higher the number the lower the  prior-&lt;br /&gt;
              ity.  Default  priority  is 99. Packages from repositories with higher priority will be preferred even in&lt;br /&gt;
              case there is a higher installable version available in the repository with a lower priority.&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Set a descriptive name for the repository.&lt;br /&gt;
&lt;br /&gt;
       -k, --keep-packages&lt;br /&gt;
              Enable RPM files caching.&lt;br /&gt;
&lt;br /&gt;
       -K, --no-keep-packages&lt;br /&gt;
              Disable RPM files caching.&lt;br /&gt;
&lt;br /&gt;
       -a, --all&lt;br /&gt;
              Apply changes to all repositories.&lt;br /&gt;
&lt;br /&gt;
       -l, --local&lt;br /&gt;
              Apply changes to all local repositories.&lt;br /&gt;
&lt;br /&gt;
       -t, --remote&lt;br /&gt;
              Apply changes to all remote repositories (http/https/ftp).&lt;br /&gt;
&lt;br /&gt;
       -m, --medium-type &amp;lt;type&amp;gt;&lt;br /&gt;
              Apply changes to repositories of specified type. The type corresponds to the repository URI scheme  iden-&lt;br /&gt;
              tifier  like  http,  dvd,  etc. You can find complete list of valid types at http://en.opensuse.org/open-&lt;br /&gt;
              SUSE:Libzypp_URIs.&lt;br /&gt;
&lt;br /&gt;
       Examples:&lt;br /&gt;
&lt;br /&gt;
              Enable keeping of packages for all remote repositories:&lt;br /&gt;
              $ zypper mr -kt&lt;br /&gt;
&lt;br /&gt;
              Enable repository 'updates' and switch on autorefresh for the repo:&lt;br /&gt;
              $ zypper mr -er updates&lt;br /&gt;
&lt;br /&gt;
              Disable all repositories:&lt;br /&gt;
              $ zypper mr -da&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       refresh (ref) [alias|name|#|URI] ...&lt;br /&gt;
              Refresh repositories specified by their alias, name, number, or URI. If no  repositories  are  specified,&lt;br /&gt;
              all enabled repositories will be refreshed.&lt;br /&gt;
&lt;br /&gt;
              See also METADATA REFRESH POLICY section for more details.&lt;br /&gt;
&lt;br /&gt;
       -f, --force&lt;br /&gt;
              Force a complete refresh of specified repositories. This option will cause both the download of raw meta-&lt;br /&gt;
              data and parsing of the metadata to be forced even if everything indicates a refresh is not needed.&lt;br /&gt;
&lt;br /&gt;
       -b, --force-build&lt;br /&gt;
              Force only reparsing of cached metadata and rebuilding of the database. Raw metadata download will not be&lt;br /&gt;
              forced.&lt;br /&gt;
&lt;br /&gt;
       -d, --force-download&lt;br /&gt;
              Force  only download of current copy of repository metadata. Parsing and rebuild of the database will not&lt;br /&gt;
              be forced.&lt;br /&gt;
&lt;br /&gt;
       -B, --build-only&lt;br /&gt;
              Only parse the metadata and build the database, don't download raw metadata into  the  cache.  This  will&lt;br /&gt;
              enable you to repair damaged database from cached data without accessing network at all.&lt;br /&gt;
&lt;br /&gt;
       -D, --download-only&lt;br /&gt;
              Only download the raw metadata, don't parse it or build the database.&lt;br /&gt;
&lt;br /&gt;
       -s, --services&lt;br /&gt;
              Refresh also services before refreshing repositories.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       clean (cc) [options] [alias|name|#|URI] ...&lt;br /&gt;
              Clean the local caches for all known or specified repositories. By default,&lt;br /&gt;
               only caches of downloaded packages are cleaned.&lt;br /&gt;
&lt;br /&gt;
       -m, --metadata&lt;br /&gt;
              Clean repository metadata cache instead of package cache.&lt;br /&gt;
&lt;br /&gt;
       -M, --raw-metadata&lt;br /&gt;
              Clean repository raw metadata cache instead of package cache.&lt;br /&gt;
&lt;br /&gt;
       -a, --all&lt;br /&gt;
              Clean both repository metadata and package caches.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Service Management&lt;br /&gt;
       The  services,  addservice,  removeservice,  modifyservice, and refresh-services commands serve for manipulating&lt;br /&gt;
       services. A service is specified by its URI and needs to have a unique alias defined (among  both  services  and&lt;br /&gt;
       repositories).&lt;br /&gt;
&lt;br /&gt;
       Standalone  repositories (not belonging to any service) are treated like services, too. The ls command will list&lt;br /&gt;
       them, ms command will modify them, etc. Repository specific options,  like  --keep-packages  are  not  available&lt;br /&gt;
       here, though. You can use repository handling commands to manipulate them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       addservice (as) [options] &amp;lt;URI&amp;gt; &amp;lt;alias&amp;gt;&lt;br /&gt;
              Adds  a  service specified by URI to the system. The alias must be unique and serves to identify the ser-&lt;br /&gt;
              vice.&lt;br /&gt;
&lt;br /&gt;
              Newly added services are not refereshed automatically. Use the refresh-services command to refresh  them.&lt;br /&gt;
              Zypper  does  not  access the service URI when adding the service, so the type of the services is unknown&lt;br /&gt;
              until it is refreshed.&lt;br /&gt;
&lt;br /&gt;
              This command also allows to add also ordinary repositories when used with --type option, where you  spec-&lt;br /&gt;
              ify the type of the repository. See the addrepo command for the list of supported repository types.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;TYPE&amp;gt;&lt;br /&gt;
              Type  of  the service (possible values: ris). There are several aliases defined for this type: ris - RIS,&lt;br /&gt;
              nu, NU&lt;br /&gt;
&lt;br /&gt;
       -d, --disable&lt;br /&gt;
              Add the service as disabled.&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Specify descriptive name for the service.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       removeservice (rs) [options] &amp;lt;alias|name|#|URI&amp;gt; ...&lt;br /&gt;
&lt;br /&gt;
              Remove specified repository index service from the sytem.&lt;br /&gt;
&lt;br /&gt;
              Removing an RIS service will result in removing of all of its repositories.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       --loose-auth&lt;br /&gt;
              Ignore user authentication data in the URI.&lt;br /&gt;
&lt;br /&gt;
       --loose-query&lt;br /&gt;
              Ignore query string in the URI.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       modifyservice (ms) &amp;lt;options&amp;gt; &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              modifyservice (ms) &amp;lt;options&amp;gt; &amp;lt;--all|--remote|--local|--medium-type&amp;gt; Modify properties of  specified  ser-&lt;br /&gt;
              vices.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       Common Options&lt;br /&gt;
              These options are common to all types of services and repositories.&lt;br /&gt;
&lt;br /&gt;
       -d, --disable&lt;br /&gt;
              Disable the service (but don't remove it).&lt;br /&gt;
&lt;br /&gt;
       -e, --enable&lt;br /&gt;
              Enable a disabled service.&lt;br /&gt;
&lt;br /&gt;
       -r, --refresh&lt;br /&gt;
              Enable auto-refresh of the service.&lt;br /&gt;
&lt;br /&gt;
       -R, --no-refresh&lt;br /&gt;
              Disable auto-refresh of the service.&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Set a descriptive name for the service.&lt;br /&gt;
&lt;br /&gt;
       -a, --all&lt;br /&gt;
              Apply changes to all services.&lt;br /&gt;
&lt;br /&gt;
       -l, --local&lt;br /&gt;
              Apply changes to all local services.&lt;br /&gt;
&lt;br /&gt;
       -t, --remote&lt;br /&gt;
              Apply changes to all remote services.&lt;br /&gt;
&lt;br /&gt;
       -m, --medium-type &amp;lt;type&amp;gt;&lt;br /&gt;
              Apply changes to services of specified type.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       RIS Service Specific Options&lt;br /&gt;
              These options are ignored by services other than Repository Index Services.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -i, --ar-to-enable &amp;lt;alias&amp;gt;&lt;br /&gt;
              Schedule an RIS service repository to be enabled at next service refresh.&lt;br /&gt;
&lt;br /&gt;
       -I, --ar-to-disable &amp;lt;alias&amp;gt;&lt;br /&gt;
              Schedule an RIS service repository to be disabled at next service refresh.&lt;br /&gt;
&lt;br /&gt;
       -j, --rr-to-enable &amp;lt;alias&amp;gt;&lt;br /&gt;
              Remove a RIS service repository to enable.&lt;br /&gt;
&lt;br /&gt;
       -J, --rr-to-disable &amp;lt;alias&amp;gt;&lt;br /&gt;
              Remove a RIS service repository to disable.&lt;br /&gt;
&lt;br /&gt;
       -k, --cl-to-enable&lt;br /&gt;
              Clear the list of RIS repositories to enable.&lt;br /&gt;
&lt;br /&gt;
       -K, --cl-to-disable&lt;br /&gt;
              Clear the list of RIS repositories to disable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       services (ls) [options]&lt;br /&gt;
              List services defined on the system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -u, --uri&lt;br /&gt;
              Show also base URI of repositories.&lt;br /&gt;
&lt;br /&gt;
       -p, --priority&lt;br /&gt;
              Show also repository priority.&lt;br /&gt;
&lt;br /&gt;
       -d, --details&lt;br /&gt;
              Show more information like URI, priority, type.&lt;br /&gt;
&lt;br /&gt;
       -r, --with-repos&lt;br /&gt;
              Show also repositories belonging to the services.&lt;br /&gt;
&lt;br /&gt;
       -P, --sort-by-priority&lt;br /&gt;
              Sort the list by repository priority.&lt;br /&gt;
&lt;br /&gt;
       -E, --show-enabled-only&lt;br /&gt;
              Show  enabled  services  only.  If  used  together with --with-repos a disabled service owning (manually)&lt;br /&gt;
              enabled repositories is shown as well.&lt;br /&gt;
&lt;br /&gt;
       -U, --sort-by-uri&lt;br /&gt;
              Sort the list by URI.&lt;br /&gt;
&lt;br /&gt;
       -N, --sort-by-name&lt;br /&gt;
              Sort the list by name.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       refresh-services (refs) [options] &amp;lt;alias|name|#|URI&amp;gt; ...&lt;br /&gt;
              Refreshing a service mean executing the service's special task.&lt;br /&gt;
&lt;br /&gt;
              RIS services add, remove, or modify repositories on your system based on current content of  the  reposi-&lt;br /&gt;
              tory  index. Services only manage defined repositories, they do not refresh them. To refresh also reposi-&lt;br /&gt;
              tories, use --with-repos option or the refresh command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -r, --with-repos&lt;br /&gt;
              Refresh also repositories.&lt;br /&gt;
&lt;br /&gt;
              TODO more info&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Package Locks Management&lt;br /&gt;
       Package locks serve the purpose of preventing changes to the set of installed packages on the system. The  locks&lt;br /&gt;
       are  stored  in  form  of a query in /etc/zypp/locks file (see also locks(5)).  Packages matching this query are&lt;br /&gt;
       then forbidden to change their installed status; an installed package can't be removed,  not  installed  package&lt;br /&gt;
       can't be installed.  When requesting to install or remove such locked package, you will get a dependency problem&lt;br /&gt;
       dialog.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       locks (ll)&lt;br /&gt;
              List currently active package locks.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       addlock (al) [options] &amp;lt;package-name&amp;gt; ...&lt;br /&gt;
              Add a package lock. Specify packages to lock by exact name or by a glob pattern using '*' and '?'   wild-&lt;br /&gt;
              card characters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Restrict the lock to the specified repository.&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Lock only packages of specified type (default: package).  See section Package Types for list of available&lt;br /&gt;
              package types.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       removelock (rl) [options] &amp;lt;lock-number|package-name&amp;gt; ...&lt;br /&gt;
              Remove specified package lock. Specify the lock to remove by its number obtained with zypper locks or  by&lt;br /&gt;
              the package name.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Restrict the lock to the specified repository.&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Restrict  the  lock to packages of specified type (default: package).  See section Package Types for list&lt;br /&gt;
              of available package types.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       cleanlocks (cl)&lt;br /&gt;
              Remove unused locks.&lt;br /&gt;
&lt;br /&gt;
              This command looks for locks that do not currently (with regard to repositories used)  lock  any  package&lt;br /&gt;
              and for each such lock it asks user whether to remove it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Other Commands&lt;br /&gt;
       versioncmp (vcmp) &amp;lt;version1&amp;gt; &amp;lt;version2&amp;gt;&lt;br /&gt;
              Compare  the  versions supplied as arguments and tell whether version1 is older or newer than version2 or&lt;br /&gt;
              the two version strings match.&lt;br /&gt;
&lt;br /&gt;
              The default output is in human-friendly form. If --terse global option is used, the result is an  integer&lt;br /&gt;
              number, negative/positive if version1 is older/newer than version2, zero if they match.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -m, --match&lt;br /&gt;
              Takes missing release number as any release. For example&lt;br /&gt;
              $ zypper vcmp -m 0.15.3 0.15.3-2&lt;br /&gt;
              0.15.3 matches 0.15.3-2&lt;br /&gt;
              $ zypper vcmp 0.15.3 0.15.3-2&lt;br /&gt;
              0.15.3 is older than 0.15.3-2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       targetos (tos)&lt;br /&gt;
              Shows  the ID string of the target operating system. The string has a form of distroname-arch. The string&lt;br /&gt;
              is determined by libzypp, the distroname is read  from  &amp;lt;current-rootdir&amp;gt;/etc/products.d/baseproduct  and&lt;br /&gt;
              the architecture is determined from uname and CPU flags.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       licenses&lt;br /&gt;
              Prints a report about licenses and EULAs of installed packages to standard output.&lt;br /&gt;
&lt;br /&gt;
              First,  a  list of all packages and their licenses and/or EULAs is shown.  This is followed by a summary,&lt;br /&gt;
              including the total number of installed packages, the  number  of  installed  packages  with  EULAs  that&lt;br /&gt;
              required  a confirmation from the user. Since the EULAs are not stored on the system and can only be read&lt;br /&gt;
              from repository metadata, the summary includes also the number of  installed  packages  that  have  their&lt;br /&gt;
              counterpart in repositories. The report ends with a list of all licenses uses by the installed packages.&lt;br /&gt;
&lt;br /&gt;
              This  command can be useful for companies redistributiong a custom distribution (like appliances) to fig-&lt;br /&gt;
              ure out what licenses they are bound by.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       source-download&lt;br /&gt;
              Download source rpms for all installed packages to a local directory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -d, --directory &amp;lt;dir&amp;gt;&lt;br /&gt;
              Download all source rpms to this directory. Default is /var/cache/zypper/source-download.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       --delete&lt;br /&gt;
              Delete extraneous source rpms in the local directory. This is the default.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       --no-delete&lt;br /&gt;
              Do not delete extraneous source rpms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       --status&lt;br /&gt;
              Don't download any source rpms, but show which source rpms are missing or extraneous.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       ps     After each upgrade or removal of packages, there may be running processes on the system  which  then  use&lt;br /&gt;
              files meanwhile deleted by the upgrade.  zypper ps lists these processes, together with the corresponding&lt;br /&gt;
              deleted files, and a service name hint, in case it's a known service.  The list  contains  the  following&lt;br /&gt;
              information:&lt;br /&gt;
&lt;br /&gt;
              * PID      ID of the process&lt;br /&gt;
              * PPID     ID of the parent process&lt;br /&gt;
              * UID      ID of the user running the process&lt;br /&gt;
              * Login    login name of the user running the process&lt;br /&gt;
              * Command  command used to execute the process&lt;br /&gt;
              * Service  guessed name of the service. If an init script exists for this&lt;br /&gt;
                         service, you can do &amp;quot;rcservicename restart&amp;quot; to restart it.&lt;br /&gt;
              * Files    the list of the deleted files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
GLOBAL OPTIONS&lt;br /&gt;
       -h, --help&lt;br /&gt;
              Help. If a command is specified together with --help option, command specific help is displayed.&lt;br /&gt;
&lt;br /&gt;
       -V, --version&lt;br /&gt;
              Print zypper version number and exit.&lt;br /&gt;
&lt;br /&gt;
       -c, --config &amp;lt;file&amp;gt;&lt;br /&gt;
              Use  specified  zypper  config  file  instead of the default files.  Other command line options specified&lt;br /&gt;
              together with --config and having their counterpart in the config file are still prefered.  The order  of&lt;br /&gt;
              preference with --config is as follows:&lt;br /&gt;
&lt;br /&gt;
              * Command line options&lt;br /&gt;
              * --config &amp;lt;file&amp;gt;&lt;br /&gt;
&lt;br /&gt;
              [ /etc/zypp/zypp.conf ] (system-wide defaults for all libzypp based applications)&lt;br /&gt;
&lt;br /&gt;
              See also FILES section for more information.&lt;br /&gt;
&lt;br /&gt;
       -v, --verbose&lt;br /&gt;
              Increase verbosity. For debugging output specify this option twice.&lt;br /&gt;
&lt;br /&gt;
       -q, --quiet&lt;br /&gt;
              Suppress  normal  output.  Brief  (esp.  result  notification)  messages and error messages will still be&lt;br /&gt;
              printed, though. If used together with conflicting --verbose option, the --verbose option  takes  prefer-&lt;br /&gt;
              ence.&lt;br /&gt;
&lt;br /&gt;
       -A, --no-abbrev&lt;br /&gt;
              Do  not abbreviate text in tables. By default zypper will try to abbreviate texts in some columns so that&lt;br /&gt;
              the table fits the width of the screen. If you need to see the whole text, use this option.&lt;br /&gt;
&lt;br /&gt;
       -t, --terse&lt;br /&gt;
              Terse output for machine consumption. Currently not used and provided only for compatibility with rug.&lt;br /&gt;
&lt;br /&gt;
       -s, --table-style&lt;br /&gt;
              Specifies table style to use. Table style is identified by an integer number. TODO&lt;br /&gt;
&lt;br /&gt;
       -r, --rug-compatible&lt;br /&gt;
              Turns on rug compatibility. See section COMPATIBILITY WITH RUG for details.&lt;br /&gt;
&lt;br /&gt;
       -n, --non-interactive&lt;br /&gt;
              Switches to non-interactive mode. In this mode zypper  doesn't  ask  user  to  type  answers  to  various&lt;br /&gt;
              prompts,  but uses default answers automatically. The behaviour of this option is somewhat different than&lt;br /&gt;
              that of options like '--yes', since zypper can answer  different  answers  to  different  questions.  The&lt;br /&gt;
              answers also depend on other options like '--no-gpg-checks'.&lt;br /&gt;
&lt;br /&gt;
       -x, --xmlout&lt;br /&gt;
              Switches to XML output. This option is useful for scripts or graphical frontends using zypper.&lt;br /&gt;
&lt;br /&gt;
       -i, --ignore-unknown&lt;br /&gt;
              Ignore unknown packages. This option is useful for scripts.&lt;br /&gt;
&lt;br /&gt;
       -D, --reposd-dir &amp;lt;dir&amp;gt;&lt;br /&gt;
              Use  the  specified directory to look for the repository definition (*.repo) files.  The default value is&lt;br /&gt;
              /etc/zypp/repos.d.&lt;br /&gt;
&lt;br /&gt;
       -C, --cache-dir &amp;lt;dir&amp;gt;&lt;br /&gt;
              Use an alternative root directory for all caches.  The default value is /var/cache/zypp.&lt;br /&gt;
&lt;br /&gt;
           --raw-cache-dir &amp;lt;dir&amp;gt;&lt;br /&gt;
              Use the specified directory for storing raw copies of repository metadata files.  The  default  value  is&lt;br /&gt;
              /var/cache/zypp/raw.&lt;br /&gt;
&lt;br /&gt;
           --solv-cache-dir &amp;lt;dir&amp;gt;&lt;br /&gt;
              Use  the  specified  directory  to  store the repository metadata cache database files (solv files).  The&lt;br /&gt;
              default value is /var/cache/zypp/solv.&lt;br /&gt;
&lt;br /&gt;
           --pkg-cache-dir &amp;lt;dir&amp;gt;&lt;br /&gt;
              Use the specified directory for storing  downloaded  rpm  packages.  (see  addrepo  --keep-packages)  The&lt;br /&gt;
              default value is /var/cache/zypp/packages.&lt;br /&gt;
&lt;br /&gt;
           --userdata &amp;lt;string&amp;gt;&lt;br /&gt;
              User  data  is expected to be a simple string without special chars or embedded newlines and may serve as&lt;br /&gt;
              transaction id. It will be written to all install history log entries created  throughout  this  specific&lt;br /&gt;
              zypper  call.  It  will also be passed on to zypp plugins executed during commit. This will enable e.g. a&lt;br /&gt;
              btrfs plugin to tag created snapshots with this string. For zypper itself  this  string  has  no  special&lt;br /&gt;
              meaning.&lt;br /&gt;
&lt;br /&gt;
       Repository Options:&lt;br /&gt;
&lt;br /&gt;
           --no-gpg-checks&lt;br /&gt;
              Ignore  GPG  check  failures and continue. If a GPG issue occurs when using this option zypper prints and&lt;br /&gt;
              logs a warning and automatically continues without interrupting the operation. Use this option with  cau-&lt;br /&gt;
              tion, as you can easily overlook security problems by using it.&lt;br /&gt;
&lt;br /&gt;
           --gpg-auto-import-keys&lt;br /&gt;
              If  new  repository  signing key is found, do not ask what to do; trust and import it automatically. This&lt;br /&gt;
              option causes that the new key is imported also in non-interactive mode, where  it  would  otherwise  got&lt;br /&gt;
              rejected.&lt;br /&gt;
&lt;br /&gt;
       -p, --plus-repo &amp;lt;URI&amp;gt;&lt;br /&gt;
              Use  an  additional repository for this operation. The repository aliased tmp# and named by the specified&lt;br /&gt;
              URI will be added for this operation and removed at the end. You can specify this option multiple times.&lt;br /&gt;
&lt;br /&gt;
           --disable-repositories&lt;br /&gt;
              Do not read metadata from repositories. This option will prevent loading of packages  from  repositories,&lt;br /&gt;
              thus  making zypper work only with the installed packages (if --disable-system-resolvables was not speci-&lt;br /&gt;
              fied).&lt;br /&gt;
&lt;br /&gt;
           --no-refresh&lt;br /&gt;
              Do not auto-refresh repositories (ignore the auto-refresh setting). Useful to save time when doing opera-&lt;br /&gt;
              tions like search, if there is not a need to have a completely up to date metadata.&lt;br /&gt;
&lt;br /&gt;
           --no-cd&lt;br /&gt;
              Ignore CD/DVD repositories. When this option is specified, zypper acts as if the CD/DVD repositories were&lt;br /&gt;
              not defined at all.&lt;br /&gt;
&lt;br /&gt;
           --no-remote&lt;br /&gt;
              Ignore remote repositories like http, ftp, smb and similar. This makes using  zypper  easier  when  being&lt;br /&gt;
              offline.  When  this  option  is specified, zypper acts as if the remote repositories were not defined at&lt;br /&gt;
              all.&lt;br /&gt;
&lt;br /&gt;
       Target Options:&lt;br /&gt;
&lt;br /&gt;
       -R, --root &amp;lt;dir&amp;gt;&lt;br /&gt;
              Operates on a different root directory. This option influences the location of the repos.d directory  and&lt;br /&gt;
              the  metadata  cache  directory  and  also  causes  rpm to be run with the --root option to do the actual&lt;br /&gt;
              installation or removal of packages. Note that the ZYpp lock is still created in the original system,  as&lt;br /&gt;
              well as temporary files. See also the FILES section.&lt;br /&gt;
&lt;br /&gt;
           --disable-system-resolvables&lt;br /&gt;
              This  option serves mainly for testing purposes. It will cause zypper to act as if there were no packages&lt;br /&gt;
              installed in the system. Use with caution as you can damage your system using this option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
FILES&lt;br /&gt;
       /etc/zypp/zypper.conf, $HOME/.zypper.conf&lt;br /&gt;
              Global (system-wide) and user's configuration file for zypper.  These files are read when  zypper  starts&lt;br /&gt;
              up and --config option is not used.&lt;br /&gt;
&lt;br /&gt;
              User's settings are prefered over global settings.  Similarly, command line options override the settings&lt;br /&gt;
              in either of these files. To sum it up, the order of preference is as follows (from highest to lowest):&lt;br /&gt;
&lt;br /&gt;
              * Command line options&lt;br /&gt;
              * $HOME/.zypper.conf&lt;br /&gt;
              * /etc/zypp/zypper.conf&lt;br /&gt;
&lt;br /&gt;
              [ /etc/zypp/zypp.conf ] (system-wide defaults for all libzypp based applications)&lt;br /&gt;
&lt;br /&gt;
              See the comments in /etc/zypp/zypper.conf for a list and description of available options.&lt;br /&gt;
&lt;br /&gt;
       /etc/zypp/zypp.conf&lt;br /&gt;
              ZYpp configuration file affecting all libzypp based applications.  See  the  comments  in  the  file  for&lt;br /&gt;
              desciption  of  configurable  properties.  Many locations of files and directories listed in this section&lt;br /&gt;
              are configurable via zypp.conf. The location for this file  itself  can  be  redefined  only  by  setting&lt;br /&gt;
              $ZYPP_CONF in the environment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       /etc/zypp/locks&lt;br /&gt;
              File  with  package  lock  definitions,  see locks(5) manual page for details.  The package lock commands&lt;br /&gt;
              (addlock, removelock, etc.) can be used to manipulate this file.&lt;br /&gt;
&lt;br /&gt;
              This file is used by all ZYpp-based applications.&lt;br /&gt;
&lt;br /&gt;
       /etc/zypp/repos.d&lt;br /&gt;
              Directory containing repository definition (*.repo) files.  You can use the  Repository  Management  com-&lt;br /&gt;
              mands to manipulate these files, or you can edit them yourself. In either case, after doing the modifica-&lt;br /&gt;
              tions, executing zypper refresh is strongly recommended.&lt;br /&gt;
&lt;br /&gt;
              This directory is used by all ZYpp-based applications.&lt;br /&gt;
&lt;br /&gt;
              You can use the --reposd-dir global option to use an alternative directory for this purpose or the --root&lt;br /&gt;
              option to make this directory relative to the specified root directory.&lt;br /&gt;
&lt;br /&gt;
       /etc/zypp/services.d&lt;br /&gt;
              Directory  containing  service definition (*.service) files.  You can use the Service Management Commands&lt;br /&gt;
              to manipulate theese files, or you can edit them youself. Running zypper refs is recommended after  modi-&lt;br /&gt;
              fications have been done.&lt;br /&gt;
&lt;br /&gt;
              This directory is used by all ZYpp-based applications.&lt;br /&gt;
&lt;br /&gt;
       /var/cache/zypp/raw&lt;br /&gt;
              Directory  for  storing raw metadata contained in repositories.  This directory is used by all ZYpp-based&lt;br /&gt;
              applications.  Use the --raw-cache-dir global option to use an alternative directory for this purpose  or&lt;br /&gt;
              the --root option to make this directory relative to the specified root directory.&lt;br /&gt;
&lt;br /&gt;
       /var/cache/zypp/solv&lt;br /&gt;
              Directory  containing preparsed metadata in form of solv files.  This directory is used by all ZYpp-based&lt;br /&gt;
              applications.&lt;br /&gt;
&lt;br /&gt;
       /var/cache/zypp/packages&lt;br /&gt;
              If keeppackages property is set for a repository (see the modifyrepo command), all  the  RPM  file  down-&lt;br /&gt;
              loaded  during installation will be kept here. See also the clean command for cleaning these cache direc-&lt;br /&gt;
              tories.&lt;br /&gt;
&lt;br /&gt;
              This directory is used by all ZYpp-based applications.&lt;br /&gt;
&lt;br /&gt;
       /var/log/zypp/history&lt;br /&gt;
              Installation history log.&lt;br /&gt;
&lt;br /&gt;
       ~/.zypper_history&lt;br /&gt;
              Command history for the shell.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
EXIT CODES&lt;br /&gt;
       There are several exit codes defined for zypper for use e.g. within scripts. These codes are defined  in  header&lt;br /&gt;
       file  src/zypper-main.h  found  in  zypper  source  package.  Codes from interval (1-5) denote an error, numbers&lt;br /&gt;
       (100-105) provide a specific information, 0 represents a normal successful run. Following is  a  list  of  these&lt;br /&gt;
       codes with descriptions.&lt;br /&gt;
&lt;br /&gt;
       0 - ZYPPER_EXIT_OK&lt;br /&gt;
              Successfull run of zypper with no special info.&lt;br /&gt;
&lt;br /&gt;
       1 - ZYPPER_EXIT_ERR_BUG&lt;br /&gt;
              Unexpected situation occured, probably caused by a bug.&lt;br /&gt;
&lt;br /&gt;
       2 - ZYPPER_EXIT_ERR_SYNTAX&lt;br /&gt;
              zypper was invoked with an invalid command or option, or a bad syntax.&lt;br /&gt;
&lt;br /&gt;
       3 - ZYPPER_EXIT_ERR_INVALID_ARGS&lt;br /&gt;
              Some of provided arguments were invalid. E.g. an invalid URI was provided to the addrepo command.&lt;br /&gt;
&lt;br /&gt;
       4 - ZYPPER_EXIT_ERR_ZYPP&lt;br /&gt;
              A problem is reported by ZYPP library.&lt;br /&gt;
&lt;br /&gt;
       5 - ZYPPER_EXIT_ERR_PRIVILEGES&lt;br /&gt;
              User invoking zypper has insufficient privileges for specified operation.&lt;br /&gt;
&lt;br /&gt;
       6 - ZYPPER_EXIT_NO_REPOS&lt;br /&gt;
              No repositories are defined.&lt;br /&gt;
&lt;br /&gt;
       7 - ZYPPER_EXIT_ZYPP_LOCKED&lt;br /&gt;
              The ZYPP library is locked, e.g. packagekit is running.&lt;br /&gt;
&lt;br /&gt;
       100 - ZYPPER_EXIT_INF_UPDATE_NEEDED&lt;br /&gt;
              Returned by the patch-check command if there are patches available for installation.&lt;br /&gt;
&lt;br /&gt;
       101 - ZYPPER_EXIT_INF_SEC_UPDATE_NEEDED&lt;br /&gt;
              Returned by the patch-check command if there are security patches available for installation.&lt;br /&gt;
&lt;br /&gt;
       102 - ZYPPER_EXIT_INF_REBOOT_NEEDED&lt;br /&gt;
              Returned after a successfull installation of a patch which requires reboot of computer.&lt;br /&gt;
&lt;br /&gt;
       103 - ZYPPER_EXIT_INF_RESTART_NEEDED&lt;br /&gt;
              Returned  after  a  successfull  installation  of  a  patch which requires restart of the package manager&lt;br /&gt;
              itself. This means that one of patches to be installed affects the package manager itself and the command&lt;br /&gt;
              used (e.g. zypper update) needs to be executed once again to install any remaining patches.&lt;br /&gt;
&lt;br /&gt;
       104 - ZYPPER_EXIT_INF_CAP_NOT_FOUND&lt;br /&gt;
              Returned  by  the  install  and the remove command in case any of the arguments does not match any of the&lt;br /&gt;
              available (or installed) package names or other capabilities.&lt;br /&gt;
&lt;br /&gt;
       105 - ZYPPER_EXIT_ON_SIGNAL&lt;br /&gt;
              Returned upon exiting after receiving a SIGINT or SIGTERM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
COMPATIBILITY WITH RUG&lt;br /&gt;
       zypper is designed to be compatible with rug, which is a command-line interface to the ZENworks Linux Management&lt;br /&gt;
       (ZLM)  agent.  Compared  to rug, zypper does not need the ZLM daemon to run, and is intented to provide more and&lt;br /&gt;
       improved functionality. Following is a list of zypper-rug command aliases, supported rug command  line  options,&lt;br /&gt;
       and compatibility notes. See also compatibility notes in descriptions of zypper commands.&lt;br /&gt;
&lt;br /&gt;
       To enable rug-compatible behavior, use the -r or --rug-compatible global option with each command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Service Management Commands&lt;br /&gt;
       ZENworks  uses  different terminology than ZYpp. ZLM services are ZYpp's repositories and services. Additionally&lt;br /&gt;
       some ZLM services can contain catalogs (rpmmd-type repositories in ZYpp speak).&lt;br /&gt;
&lt;br /&gt;
       Zypper tries to mimick rug's behavior in its service handling commands when used with the -r global  option.  It&lt;br /&gt;
       also  supports  the --catalog option for specifying catalogs to work with in current operation (this is an alias&lt;br /&gt;
       for zypper's --repo option).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug service-add (sa)&lt;br /&gt;
              zypper addservice (as) When used with -r global option, this command probes the type of service or repos-&lt;br /&gt;
              itory at the specified URI, if not explicitly specified. Without -r option the URI is not accessed at all&lt;br /&gt;
              and the URI is added as ZYpp service.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug service-delete (sd)&lt;br /&gt;
              zypper removeservice (rs)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug service-list (sl)&lt;br /&gt;
              zypper services (ls)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug catalogs (ca)&lt;br /&gt;
              zypper repos (lr)&lt;br /&gt;
&lt;br /&gt;
               zypper doesn't include 'Enabled' and 'Refresh' columns and prints  rug's  'Status'  column  with  values&lt;br /&gt;
              &amp;quot;Active&amp;quot; or &amp;quot;Disabled&amp;quot; instead.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug subscribe&lt;br /&gt;
              This  command is not implemented in zypper. Enabling zypper repositories is closest to rug's subscription&lt;br /&gt;
              of catalogs. Thus, you can use zypper mr -e &amp;lt;alias|name|#|URI&amp;gt; to enable repositories added by  the  ser-&lt;br /&gt;
              vice.  Use zypper lr (or zypper ca) to list available repositories.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug unsubscribe&lt;br /&gt;
              See subscribe above, with the difference that -d will be used instead of -e in the zypper mr command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Package Management Commands&lt;br /&gt;
       rug install (in)&lt;br /&gt;
              zypper install (in)&lt;br /&gt;
&lt;br /&gt;
              -y, --no-confirm&lt;br /&gt;
                     Don't require user interaction. This option is implemented using zypper's non-interactive mode.&lt;br /&gt;
&lt;br /&gt;
              --agree-to-third-party-licenses&lt;br /&gt;
                     This option is an alias to zypper's --auto-agree-with-licenses option.&lt;br /&gt;
&lt;br /&gt;
              -R, --force-resolution &amp;lt;on|off&amp;gt;&lt;br /&gt;
                     This  option is not available in rug and zypper uses the 'force-resolution' solver mode by default&lt;br /&gt;
                     when running in rug-compatible mode. However, it is possible to turn the forcing of resolution off&lt;br /&gt;
                     using this option even in rug-compatible mode.&lt;br /&gt;
&lt;br /&gt;
              --entire-catalog &amp;lt;catalog&amp;gt;&lt;br /&gt;
                     This  option  serves  for  marking  all  packages from specified catalog for installation. This is&lt;br /&gt;
                     achieved by simulating 'zypper in --from &amp;lt;repo&amp;gt; '*''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug remove (rm)&lt;br /&gt;
              zypper remove (rm)&lt;br /&gt;
&lt;br /&gt;
              -y, --no-confirm&lt;br /&gt;
                     Don't require user interaction. This option is implemented using zypper's non-interactive mode.&lt;br /&gt;
&lt;br /&gt;
              -R, --force-resolution &amp;lt;on|off&amp;gt;&lt;br /&gt;
                     This option is not available in rug and zypper uses the 'force-resolution' solver mode by  default&lt;br /&gt;
                     when running in rug-compatible mode. However, it is possible to turn the forcing of resolution off&lt;br /&gt;
                     using this option even in rug-compatible mode.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug verify (ve)&lt;br /&gt;
              zypper verify (ve)&lt;br /&gt;
&lt;br /&gt;
              -y, --no-confirm&lt;br /&gt;
                     Don't require user interaction. This option is implemented using zypper's non-interactive mode.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug update (up) [catalog] ...&lt;br /&gt;
              zypper update (up) [package] ...&lt;br /&gt;
&lt;br /&gt;
              Zypper interprets the update command arguments as repository identifiers in  rug-compatibilty  mode.  The&lt;br /&gt;
              update operation is restricted to the specified repositories.&lt;br /&gt;
&lt;br /&gt;
              -y, --no-confirm&lt;br /&gt;
                     Don't require user interaction. This option is implemented using zypper's non-interactive mode.&lt;br /&gt;
&lt;br /&gt;
              --agree-to-third-party-licenses&lt;br /&gt;
                     This option is an alias to zypper's --auto-agree-with-licenses option.&lt;br /&gt;
&lt;br /&gt;
              -R, --force-resolution &amp;lt;on|off&amp;gt;&lt;br /&gt;
                     This  option is not available in rug and zypper uses the 'force-resolution' solver mode by default&lt;br /&gt;
                     when running in rug-compatible mode. However, it is possible to turn the forcing of resolution off&lt;br /&gt;
                     using this option even in rug-compatible mode.&lt;br /&gt;
&lt;br /&gt;
              -d, --downloade-only&lt;br /&gt;
                     This option has currently no effect.&lt;br /&gt;
&lt;br /&gt;
              --category&lt;br /&gt;
                     This option has currently no effect.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug search (se)&lt;br /&gt;
              zypper search (se)&lt;br /&gt;
&lt;br /&gt;
              Instead of the Type column, rug's Bundle column is printed, however, with no contents.&lt;br /&gt;
&lt;br /&gt;
              -t, --type&lt;br /&gt;
                     In rug compatibility mode the --type option defaults to package. Zypper searches all package types&lt;br /&gt;
                     by default.&lt;br /&gt;
&lt;br /&gt;
                  --sort-by-catalog&lt;br /&gt;
                     Sort packages by catalog, not by name. This option is an alias to zypper's --sort-by-repo option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Patch Management Commands&lt;br /&gt;
       rug patch-info&lt;br /&gt;
              zypper info -t patch&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Pattern Management Commands&lt;br /&gt;
       rug pattern-info&lt;br /&gt;
              zypper info -t pattern&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Product Management Commands&lt;br /&gt;
       rug product-info&lt;br /&gt;
              zypper info -t product&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   System Commands&lt;br /&gt;
       rug ping&lt;br /&gt;
              zypper ping&lt;br /&gt;
&lt;br /&gt;
              This command just returns 0 without producing any output or doing anything to the system. Rug's ping com-&lt;br /&gt;
              mand  is  used  to  wake up the ZLM daemon or to check whether it is up and running. Since zypper does no&lt;br /&gt;
              require ZLM or any other daemon to run, it is safe to always return 0 here to indicate it  is  ready  for&lt;br /&gt;
              operation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Other Compatibility Notes&lt;br /&gt;
       -c, --catalog &amp;lt;catalog&amp;gt;&lt;br /&gt;
              This  option  is  an alias to zypper's --repo &amp;lt;alias&amp;gt; and it will restrict the operation of commands like&lt;br /&gt;
              search, install, etc to the repository specified by the alias.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -N, --dry-run&lt;br /&gt;
              Zypper uses -D shorthand for this option, but -N is  provided  for  the  sake  of  compatibility.  Zypper&lt;br /&gt;
              (libzypp)  implements  this  option  by  passing the --test option to rpm. The option is used in install,&lt;br /&gt;
              remove, update, dist-upgrade (not available in rug), and verify commands.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
HOMEPAGE&lt;br /&gt;
       http://en.opensuse.org/Portal:Zypper&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
AUTHORS&lt;br /&gt;
       Martin Vidner &amp;lt;mvidner@suse.cz&amp;gt;&lt;br /&gt;
       Duncan Mac-Vicar &amp;lt;dmacvicar@suse.de&amp;gt;&lt;br /&gt;
       Jan Kupec &amp;lt;jkupec@suse.cz&amp;gt;&lt;br /&gt;
       Stanislav Visnovsky &amp;lt;visnov@suse.cz&amp;gt;&lt;br /&gt;
       Josef Reidinger &amp;lt;jreidinger@suse.cz&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SEE ALSO&lt;br /&gt;
       rug(1), YaST2(8), locks(5), zypper-log(8)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
zypper                                                   1.5.1                                                zypper(8)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Konsole|Zurück zu Konsole]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Paketmanager|Zurück zur Paketmanager-Übersicht]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:RPM]]&lt;br /&gt;
[[Kategorie:Paketmanager]]&lt;br /&gt;
[[Kategorie:Zypper]]&lt;br /&gt;
[[Kategorie:openSUSE]]&lt;br /&gt;
[[Category:Konsole]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Fedora&amp;diff=29494</id>
		<title>Fedora</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Fedora&amp;diff=29494"/>
		<updated>2013-07-06T10:42:02Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Info Update auf Fedora 19&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Betriebssystem|&lt;br /&gt;
 Name= Fedora&amp;lt;br /&amp;gt;[[Bild:Fedora.png]]&lt;br /&gt;
|Screenshot= [[Bild:Fedora-3.png|240px]]&lt;br /&gt;
|Beschreibung= Fedora 18 mit Gnome3 Desktop&lt;br /&gt;
|Entwickler=Red Hat &amp;amp; Community&lt;br /&gt;
|AktuelleVersion=19 (Schrödinger's Cat)&lt;br /&gt;
|AktuelleVersionFreigabeDatum= 2. Juli 2013&lt;br /&gt;
|Stammbaum=\ Linux&amp;lt;br /&amp;gt;&amp;amp;nbsp; \ SLS&amp;lt;br /&amp;gt;&amp;amp;nbsp; &amp;amp;nbsp; \ Slackware&amp;lt;br /&amp;gt;&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;\ Red Hat Linux&amp;lt;br /&amp;gt; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; \ Fedora&lt;br /&gt;
|Architekturen= i386, AMD64, PowerPC&lt;br /&gt;
|Kategorie= '''Fedora'''&lt;br /&gt;
|Lizenz= [http://de.wikipedia.org/wiki/GNU_General_Public_License GPL] und andere Lizenzen&lt;br /&gt;
|Deutsch= ja, mehrsprachig&lt;br /&gt;
|Website= [http://fedoraproject.org/ fedoraproject.org]&lt;br /&gt;
}}&lt;br /&gt;
Fedora ist eine Linux-Distribution die von Red Hat [http://www.redhat.com/] unterstützt und gefördert wird. In Fedora werden schnell die neuesten Entwicklungen und Softwareversionen aufgenommen. Ziel ist es alle 6 Monate ein neues Release zu veröffentlichen. Zur Installation stehen verschiedene Medien bereit. [http://fedoraproject.org/de_CH/get-fedora]&lt;br /&gt;
== Inhaltsverzeichnis ==&lt;br /&gt;
&lt;br /&gt;
=== [[Software Fedora|Installation von Software]] ===&lt;br /&gt;
Installieren, Deinstallieren, und alles was dazu gehört unter Fedora.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Distributionen]]&lt;br /&gt;
[[Category:Fedora Core]] [[Category:Yum]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Grafikkarten_und_Monitore_Fedora_Core&amp;diff=29492</id>
		<title>Diskussion:Grafikkarten und Monitore Fedora Core</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Grafikkarten_und_Monitore_Fedora_Core&amp;diff=29492"/>
		<updated>2013-06-23T08:11:19Z</updated>

		<summary type="html">&lt;p&gt;Zerum: /* veraltet */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Änderungen bzgl. ATI-Treiber und Fedora Core 6==&lt;br /&gt;
Mit dem ATI-Treiber 8.34.8 muss der Schritt 4 der Anleitung nun wie folgt lauten:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;fglrx-config-display enable&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Für alle älteren Versionen, also 8.33.6 und älter, gilt:&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;ati-fglrx-config-display enable&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Im Howto taucht der Schritt nicht auf, weil man eh den neusten Treiber nehmen wird, und somit den älteren Befehl nicht mehr braucht. Zur Vollständigkeit möchte ich aber hier die Gelegenheit nutzen, um auf den Sachverhalt hinzuweisen. --[[Benutzer:Greunke|Greunke]] 08:43, 25. Feb 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
==Schon wieder alles zig-fach?==&lt;br /&gt;
Wärs nicht sinnvoller, den Artikel in die entsprechenden bereits bestehenden Artikel zur Grafikkarteninstallation unter [[Grafikkarten und Monitore]] zu integrieren bzw. die Musterkonfiguration zu den [[X-Server Musterkonfigurationen]] einzusortieren statt alles doppelt,drei- und vierfach anzuwerfen hier nur weils mal für eine andere Distri als sonst meist hier üblich ist?  &lt;br /&gt;
Käme mir zumindest sinnvoller vor statt Fedora als Distribution auf diese Art vom Rest auszugrenzen...&lt;br /&gt;
&lt;br /&gt;
--[[Benutzer:TomcatMJ|TomcatMJ]] 15:09, 13. Dez 2006 (CET)&lt;br /&gt;
:Oh,da hatte sich wohl was überschnitten wenn ich so in die [[X-Server Musterkonfigurationen]] schaue ;-) --[[Benutzer:TomcatMJ|TomcatMJ]] 15:20, 13. Dez 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
Hehe ;-)&lt;br /&gt;
&lt;br /&gt;
Wobei man prinzipiell, wenn man hier schon eine Fedora-Ecke betreibt, die Fedora-Themen ja auch hierhin abspalten kann.  &lt;br /&gt;
&lt;br /&gt;
Aber gut, die beste Lösung wäre es wohl, das Thema einmal zu schreiben und es sowohl in der GraKa-Ecke als auch hier in Fedora zu verlinken. Ein eigener Artikel für Fedora bietet sich &lt;br /&gt;
jedenfalls m.E. bereits dadurch an, dass wir Fedora eine eigene Schublade gegeben haben.&lt;br /&gt;
&lt;br /&gt;
Letztlich ist das aber wohl wurscht. Hauptsache wir haben die Infos hier im Wiki und können sie anbieten. Wo wir sie dann hinstellen, wird sich schon finden...  :-) --[[Benutzer:Griffin|Griffin]] 16:31, 13. Dez 2006 (CET)&lt;br /&gt;
--[[Benutzer:Greunke|Greunke]] 18:05, 13. Dez 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
Ich würde die Artikel prinzipiell in der Fedora-Kategorie integriert lassen. Denn die Installation ist fedoraspezifisch und die Grafikkarten und Monitore-Kategorie ist befasst sich hauptsächlich mit Problematiken zu SuSE.&lt;br /&gt;
&lt;br /&gt;
Eine Verlinkung untereinander würde ich auf jeden Fall befürworten. &lt;br /&gt;
Unter dem Artikel sind schon beide Kategorien aufgeführt.&lt;br /&gt;
Die Thematik, die dahintersteht ist ja dieselbe.&lt;br /&gt;
&lt;br /&gt;
Wie das mit der Musterkonfigurationsecke weitergehen soll, weiß ich nicht. Da werde ich sehr entgegenkommend sein. Passt da eine xorg.conf von FC nicht hinein, können wir sie auch gerne entfernen.&lt;br /&gt;
&lt;br /&gt;
--[[Benutzer:Greunke|Greunke]] 18:05, 13. Dez 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
:Na klar passt die da rein. Die Musterkonfigurationen sind ja eher Software als Distributionsspezifisch,da ists sogar recht gut, wenn man so die verschiedenen Konfigurationen auch im Zusammenhang mit der jeweiligen Distribution sehen udn vergleichen kann. Es spricht ja nichts dagegen eventuell eine Konfiguration mal mit Feinheiten zu versehen die vieleicht in einer anderen Distribution mal eleganter gelöst sind als vielleicht in der Softwarespezifischen Mustervorlage. Gerade X ist da ja doch ein Beispiel für vielfältige Möglicheuten der Konfigurationsstrutur, fast so flexibel struturierbar wie Apache z.B. ...also daher wüsste ich jetzt keinen Grund, warums dort nicht reinpassen sollte....  --[[Benutzer:TomcatMJ|TomcatMJ]] 18:19, 13. Dez 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
:Na dann bin ich beruhigt :) --[[Benutzer:Greunke|Greunke]] 18:36, 13. Dez 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
==veraltet==&lt;br /&gt;
Seite ist veraltet. Die beschriebenen Versionen werden nicht mehr unterstützt. Löschen oder irgendwo ins Archiv. --[[Benutzer:Zerum|Zerum]] ([[Benutzer Diskussion:Zerum|Diskussion]]) 14:58, 20. Jun. 2013 (CEST)&lt;br /&gt;
&lt;br /&gt;
:Die Obsolet-Box richtig einfügen und nicht den Inhalt des Boxquelltextes einfügen, dann wird das automatisch in die Obsolet-Kategorie eingefügt, wo es hingehört. [[Benutzer:Robi|Robi]] ([[Benutzer Diskussion:Robi|Diskussion]]) 22:22, 22. Jun. 2013 (CEST)&lt;br /&gt;
&lt;br /&gt;
::Danke für den Hinweis. --[[Benutzer:Zerum|Zerum]] ([[Benutzer Diskussion:Zerum|Diskussion]]) 10:11, 23. Jun. 2013 (CEST)&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Grafikkarten_und_Monitore_Fedora_Core&amp;diff=29491</id>
		<title>Diskussion:Grafikkarten und Monitore Fedora Core</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Grafikkarten_und_Monitore_Fedora_Core&amp;diff=29491"/>
		<updated>2013-06-23T08:11:03Z</updated>

		<summary type="html">&lt;p&gt;Zerum: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Änderungen bzgl. ATI-Treiber und Fedora Core 6==&lt;br /&gt;
Mit dem ATI-Treiber 8.34.8 muss der Schritt 4 der Anleitung nun wie folgt lauten:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;fglrx-config-display enable&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Für alle älteren Versionen, also 8.33.6 und älter, gilt:&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;ati-fglrx-config-display enable&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Im Howto taucht der Schritt nicht auf, weil man eh den neusten Treiber nehmen wird, und somit den älteren Befehl nicht mehr braucht. Zur Vollständigkeit möchte ich aber hier die Gelegenheit nutzen, um auf den Sachverhalt hinzuweisen. --[[Benutzer:Greunke|Greunke]] 08:43, 25. Feb 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
==Schon wieder alles zig-fach?==&lt;br /&gt;
Wärs nicht sinnvoller, den Artikel in die entsprechenden bereits bestehenden Artikel zur Grafikkarteninstallation unter [[Grafikkarten und Monitore]] zu integrieren bzw. die Musterkonfiguration zu den [[X-Server Musterkonfigurationen]] einzusortieren statt alles doppelt,drei- und vierfach anzuwerfen hier nur weils mal für eine andere Distri als sonst meist hier üblich ist?  &lt;br /&gt;
Käme mir zumindest sinnvoller vor statt Fedora als Distribution auf diese Art vom Rest auszugrenzen...&lt;br /&gt;
&lt;br /&gt;
--[[Benutzer:TomcatMJ|TomcatMJ]] 15:09, 13. Dez 2006 (CET)&lt;br /&gt;
:Oh,da hatte sich wohl was überschnitten wenn ich so in die [[X-Server Musterkonfigurationen]] schaue ;-) --[[Benutzer:TomcatMJ|TomcatMJ]] 15:20, 13. Dez 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
Hehe ;-)&lt;br /&gt;
&lt;br /&gt;
Wobei man prinzipiell, wenn man hier schon eine Fedora-Ecke betreibt, die Fedora-Themen ja auch hierhin abspalten kann.  &lt;br /&gt;
&lt;br /&gt;
Aber gut, die beste Lösung wäre es wohl, das Thema einmal zu schreiben und es sowohl in der GraKa-Ecke als auch hier in Fedora zu verlinken. Ein eigener Artikel für Fedora bietet sich &lt;br /&gt;
jedenfalls m.E. bereits dadurch an, dass wir Fedora eine eigene Schublade gegeben haben.&lt;br /&gt;
&lt;br /&gt;
Letztlich ist das aber wohl wurscht. Hauptsache wir haben die Infos hier im Wiki und können sie anbieten. Wo wir sie dann hinstellen, wird sich schon finden...  :-) --[[Benutzer:Griffin|Griffin]] 16:31, 13. Dez 2006 (CET)&lt;br /&gt;
--[[Benutzer:Greunke|Greunke]] 18:05, 13. Dez 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
Ich würde die Artikel prinzipiell in der Fedora-Kategorie integriert lassen. Denn die Installation ist fedoraspezifisch und die Grafikkarten und Monitore-Kategorie ist befasst sich hauptsächlich mit Problematiken zu SuSE.&lt;br /&gt;
&lt;br /&gt;
Eine Verlinkung untereinander würde ich auf jeden Fall befürworten. &lt;br /&gt;
Unter dem Artikel sind schon beide Kategorien aufgeführt.&lt;br /&gt;
Die Thematik, die dahintersteht ist ja dieselbe.&lt;br /&gt;
&lt;br /&gt;
Wie das mit der Musterkonfigurationsecke weitergehen soll, weiß ich nicht. Da werde ich sehr entgegenkommend sein. Passt da eine xorg.conf von FC nicht hinein, können wir sie auch gerne entfernen.&lt;br /&gt;
&lt;br /&gt;
--[[Benutzer:Greunke|Greunke]] 18:05, 13. Dez 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
:Na klar passt die da rein. Die Musterkonfigurationen sind ja eher Software als Distributionsspezifisch,da ists sogar recht gut, wenn man so die verschiedenen Konfigurationen auch im Zusammenhang mit der jeweiligen Distribution sehen udn vergleichen kann. Es spricht ja nichts dagegen eventuell eine Konfiguration mal mit Feinheiten zu versehen die vieleicht in einer anderen Distribution mal eleganter gelöst sind als vielleicht in der Softwarespezifischen Mustervorlage. Gerade X ist da ja doch ein Beispiel für vielfältige Möglicheuten der Konfigurationsstrutur, fast so flexibel struturierbar wie Apache z.B. ...also daher wüsste ich jetzt keinen Grund, warums dort nicht reinpassen sollte....  --[[Benutzer:TomcatMJ|TomcatMJ]] 18:19, 13. Dez 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
:Na dann bin ich beruhigt :) --[[Benutzer:Greunke|Greunke]] 18:36, 13. Dez 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
==veraltet==&lt;br /&gt;
Seite ist veraltet. Die beschriebenen Versionen werden nicht mehr unterstützt. Löschen oder irgendwo ins Archiv. --[[Benutzer:Zerum|Zerum]] ([[Benutzer Diskussion:Zerum|Diskussion]]) 14:58, 20. Jun. 2013 (CEST)&lt;br /&gt;
&lt;br /&gt;
:Die Obsolet-Box richtig einfügen und nicht den Inhalt des Boxquelltextes einfügen, dann wird das automatisch in die Obsolet-Kategorie eingefügt, wo es hingehört. [[Benutzer:Robi|Robi]] ([[Benutzer Diskussion:Robi|Diskussion]]) 22:22, 22. Jun. 2013 (CEST)&lt;br /&gt;
&lt;br /&gt;
::Danke für den Hinweis.&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Fedora&amp;diff=29488</id>
		<title>Fedora</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Fedora&amp;diff=29488"/>
		<updated>2013-06-20T13:01:51Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Abschnitt &amp;quot;Grafikkarteninstallation unter Fedora&amp;quot; entfernt, da Artikel veraltet.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Betriebssystem|&lt;br /&gt;
 Name= Fedora&amp;lt;br /&amp;gt;[[Bild:Fedora.png]]&lt;br /&gt;
|Screenshot= [[Bild:Fedora-3.png|240px]]&lt;br /&gt;
|Beschreibung= Fedora 18 mit Gnome3 Desktop&lt;br /&gt;
|Entwickler=Red Hat &amp;amp; Community&lt;br /&gt;
|AktuelleVersion=18 (Spherical Cow)&lt;br /&gt;
|AktuelleVersionFreigabeDatum= 15. Januar 2013&lt;br /&gt;
|Stammbaum=\ Linux&amp;lt;br /&amp;gt;&amp;amp;nbsp; \ SLS&amp;lt;br /&amp;gt;&amp;amp;nbsp; &amp;amp;nbsp; \ Slackware&amp;lt;br /&amp;gt;&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;\ Red Hat Linux&amp;lt;br /&amp;gt; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; \ Fedora&lt;br /&gt;
|Architekturen= i386, AMD64, PowerPC&lt;br /&gt;
|Kategorie= '''Fedora'''&lt;br /&gt;
|Lizenz= [http://de.wikipedia.org/wiki/GNU_General_Public_License GPL] und andere Lizenzen&lt;br /&gt;
|Deutsch= ja, mehrsprachig&lt;br /&gt;
|Website= [http://fedoraproject.org/ fedoraproject.org]&lt;br /&gt;
}}&lt;br /&gt;
Fedora ist eine Linux-Distribution die von Red Hat [http://www.redhat.com/] unterstützt und gefördert wird. In Fedora werden schnell die neuesten Entwicklungen und Softwareversionen aufgenommen. Ziel ist es alle 6 Monate ein neues Release zu veröffentlichen. Zur Installation stehen verschiedene Medien bereit. [http://fedoraproject.org/de_CH/get-fedora]&lt;br /&gt;
== Inhaltsverzeichnis ==&lt;br /&gt;
&lt;br /&gt;
=== [[Software Fedora|Installation von Software]] ===&lt;br /&gt;
Installieren, Deinstallieren, und alles was dazu gehört unter Fedora.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Distributionen]]&lt;br /&gt;
[[Category:Fedora Core]] [[Category:Yum]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Grafikkarten_und_Monitore_Fedora_Core&amp;diff=29487</id>
		<title>Diskussion:Grafikkarten und Monitore Fedora Core</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Grafikkarten_und_Monitore_Fedora_Core&amp;diff=29487"/>
		<updated>2013-06-20T12:58:23Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Artikel obsolet.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Änderungen bzgl. ATI-Treiber und Fedora Core 6==&lt;br /&gt;
Mit dem ATI-Treiber 8.34.8 muss der Schritt 4 der Anleitung nun wie folgt lauten:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;fglrx-config-display enable&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Für alle älteren Versionen, also 8.33.6 und älter, gilt:&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;ati-fglrx-config-display enable&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Im Howto taucht der Schritt nicht auf, weil man eh den neusten Treiber nehmen wird, und somit den älteren Befehl nicht mehr braucht. Zur Vollständigkeit möchte ich aber hier die Gelegenheit nutzen, um auf den Sachverhalt hinzuweisen. --[[Benutzer:Greunke|Greunke]] 08:43, 25. Feb 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
==Schon wieder alles zig-fach?==&lt;br /&gt;
Wärs nicht sinnvoller, den Artikel in die entsprechenden bereits bestehenden Artikel zur Grafikkarteninstallation unter [[Grafikkarten und Monitore]] zu integrieren bzw. die Musterkonfiguration zu den [[X-Server Musterkonfigurationen]] einzusortieren statt alles doppelt,drei- und vierfach anzuwerfen hier nur weils mal für eine andere Distri als sonst meist hier üblich ist?  &lt;br /&gt;
Käme mir zumindest sinnvoller vor statt Fedora als Distribution auf diese Art vom Rest auszugrenzen...&lt;br /&gt;
&lt;br /&gt;
--[[Benutzer:TomcatMJ|TomcatMJ]] 15:09, 13. Dez 2006 (CET)&lt;br /&gt;
:Oh,da hatte sich wohl was überschnitten wenn ich so in die [[X-Server Musterkonfigurationen]] schaue ;-) --[[Benutzer:TomcatMJ|TomcatMJ]] 15:20, 13. Dez 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
Hehe ;-)&lt;br /&gt;
&lt;br /&gt;
Wobei man prinzipiell, wenn man hier schon eine Fedora-Ecke betreibt, die Fedora-Themen ja auch hierhin abspalten kann.  &lt;br /&gt;
&lt;br /&gt;
Aber gut, die beste Lösung wäre es wohl, das Thema einmal zu schreiben und es sowohl in der GraKa-Ecke als auch hier in Fedora zu verlinken. Ein eigener Artikel für Fedora bietet sich &lt;br /&gt;
jedenfalls m.E. bereits dadurch an, dass wir Fedora eine eigene Schublade gegeben haben.&lt;br /&gt;
&lt;br /&gt;
Letztlich ist das aber wohl wurscht. Hauptsache wir haben die Infos hier im Wiki und können sie anbieten. Wo wir sie dann hinstellen, wird sich schon finden...  :-) --[[Benutzer:Griffin|Griffin]] 16:31, 13. Dez 2006 (CET)&lt;br /&gt;
--[[Benutzer:Greunke|Greunke]] 18:05, 13. Dez 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
Ich würde die Artikel prinzipiell in der Fedora-Kategorie integriert lassen. Denn die Installation ist fedoraspezifisch und die Grafikkarten und Monitore-Kategorie ist befasst sich hauptsächlich mit Problematiken zu SuSE.&lt;br /&gt;
&lt;br /&gt;
Eine Verlinkung untereinander würde ich auf jeden Fall befürworten. &lt;br /&gt;
Unter dem Artikel sind schon beide Kategorien aufgeführt.&lt;br /&gt;
Die Thematik, die dahintersteht ist ja dieselbe.&lt;br /&gt;
&lt;br /&gt;
Wie das mit der Musterkonfigurationsecke weitergehen soll, weiß ich nicht. Da werde ich sehr entgegenkommend sein. Passt da eine xorg.conf von FC nicht hinein, können wir sie auch gerne entfernen.&lt;br /&gt;
&lt;br /&gt;
--[[Benutzer:Greunke|Greunke]] 18:05, 13. Dez 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
:Na klar passt die da rein. Die Musterkonfigurationen sind ja eher Software als Distributionsspezifisch,da ists sogar recht gut, wenn man so die verschiedenen Konfigurationen auch im Zusammenhang mit der jeweiligen Distribution sehen udn vergleichen kann. Es spricht ja nichts dagegen eventuell eine Konfiguration mal mit Feinheiten zu versehen die vieleicht in einer anderen Distribution mal eleganter gelöst sind als vielleicht in der Softwarespezifischen Mustervorlage. Gerade X ist da ja doch ein Beispiel für vielfältige Möglicheuten der Konfigurationsstrutur, fast so flexibel struturierbar wie Apache z.B. ...also daher wüsste ich jetzt keinen Grund, warums dort nicht reinpassen sollte....  --[[Benutzer:TomcatMJ|TomcatMJ]] 18:19, 13. Dez 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
:Na dann bin ich beruhigt :) --[[Benutzer:Greunke|Greunke]] 18:36, 13. Dez 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Seite ist veraltet. Die beschriebenen Versionen werden nicht mehr unterstützt. Löschen oder irgendwo ins Archiv. --[[Benutzer:Zerum|Zerum]] ([[Benutzer Diskussion:Zerum|Diskussion]]) 14:58, 20. Jun. 2013 (CEST)&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Grafikkarten_und_Monitore_Fedora_Core&amp;diff=29486</id>
		<title>Grafikkarten und Monitore Fedora Core</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Grafikkarten_und_Monitore_Fedora_Core&amp;diff=29486"/>
		<updated>2013-06-20T12:55:56Z</updated>

		<summary type="html">&lt;p&gt;Zerum: +obsolet&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| WIDTH=&amp;quot;100%&amp;quot; style=&amp;quot;background-color: #FFE1E1; border: solid 2px #FF0000;&amp;quot; &lt;br /&gt;
| style=&amp;quot;background-color: #FF0000;&amp;quot; | &amp;lt;font size=&amp;quot;-1&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Vorsicht, obsoleter Artikel:&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt; &lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
Artikelbeschreibung enthält Anleitungen für nicht mehr unterstützte Versionen von Fedora Core.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Kategorie:Vorlage:Hinweisbaustein]]&lt;br /&gt;
[[Kategorie:Vorlagenboxen]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Kategorie:Obsoletes]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==ATI-Treiber Installation==&lt;br /&gt;
&lt;br /&gt;
===Fedora Core 3===&lt;br /&gt;
&lt;br /&gt;
Root werden:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;su -&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Treiber von [[Livna|Livna.org]] installieren:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;yum install ati-fglrx kernel-module-fglrx-`(uname -r)`&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Optional:'' Treiber konfigurieren:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;fglrxconfig&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Danach muss der Rechner neugestartet werden.&lt;br /&gt;
&lt;br /&gt;
===Fedora Core 4===&lt;br /&gt;
&lt;br /&gt;
Root werden:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;su -&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Treiber von [[Livna|Livna.org]] installieren:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;yum install ati-fglrx kernel-module-fglrx-$(uname -r)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Treiber konfigurieren (Singlehead):&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;aticonfig --initial&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Danach muss der Rechner neugestartet werden.&lt;br /&gt;
&lt;br /&gt;
===Fedora Core 5===&lt;br /&gt;
&lt;br /&gt;
Root werden:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;su -&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Treiber von [[Livna|Livna.org]] installieren:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;yum install kmod-fglrx&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Besitzer eines '''Dual-Core-Prozessors''' geben ein:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;yum install kmod-fglrx-smp&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SELinux-Bug beheben:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;setsebool -P allow_execmod=1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
X-Server beenden:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;init 3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Als Root anmelden und dann den Treiber aktivieren:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;ati-fglrx-config-display enable&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Treiber konfigurieren (Singlehead):&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;aticonfig --initial&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
X-Server starten:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;init 5&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Damit ist die Installation abgeschlossen.&lt;br /&gt;
&lt;br /&gt;
===Fedora Core 6===&lt;br /&gt;
&lt;br /&gt;
Root werden:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;su -&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Treiber von [[Livna|Livna.org]] installieren:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;yum install kmod-fglrx&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
X-Server beenden:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;init 3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Als Root anmelden und dann den Treiber aktivieren:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;fglrx-config-display enable&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Treiber konfigurieren (Singlehead):&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;aticonfig --initial&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
X-Server starten:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;init 5&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
/etc/xorg.conf editieren:&lt;br /&gt;
* Section &amp;quot;Modules&amp;quot;, &amp;quot;DRI&amp;quot; und &amp;quot;Extensions&amp;quot; ergänzen (am Besten dazu mit der [[X.org.conf_f%C3%BCr_ATI_Radeon_9800_pro_mit_Samsung_SyncMaster_959NF_auf_Fedora_Core_6_32_Bit|Musterkonfiguration]] vergleichen)&lt;br /&gt;
&lt;br /&gt;
Nach den Änderungen empfielt sich ein Neustart des Systems. Danach müsste der Treiber und die 3D-Unterstützung funktionieren.&lt;br /&gt;
&lt;br /&gt;
===Fedora 7===&lt;br /&gt;
Root werden:&lt;br /&gt;
 su -&lt;br /&gt;
&lt;br /&gt;
Treiber von [[Livna|Livna.org]] installieren:&lt;br /&gt;
 yum install kmod-fglrx&lt;br /&gt;
&lt;br /&gt;
X-Server beenden:&lt;br /&gt;
 init 3&lt;br /&gt;
&lt;br /&gt;
Als Root anmelden und dann den Treiber aktivieren:&lt;br /&gt;
 fglrx-config-display enable&lt;br /&gt;
&lt;br /&gt;
Treiber konfigurieren (Singlehead):&lt;br /&gt;
 aticonfig --initial&lt;br /&gt;
&lt;br /&gt;
X-Server starten:&lt;br /&gt;
 init 5&lt;br /&gt;
&lt;br /&gt;
Fertig.&lt;br /&gt;
&lt;br /&gt;
===Fedora 8===&lt;br /&gt;
Root werden:&lt;br /&gt;
 su -&lt;br /&gt;
&lt;br /&gt;
Treiber von [[Livna|Livna.org]] installieren:&lt;br /&gt;
 yum install kmod-fglrx&lt;br /&gt;
&lt;br /&gt;
Rechner neustarten:&lt;br /&gt;
 init 6&lt;br /&gt;
&lt;br /&gt;
Fertig.&lt;br /&gt;
&lt;br /&gt;
===Fedora 9===&lt;br /&gt;
Bisher gibt es noch keinen funktionierenden Treiber. AMD/ATI unterstützt bisher nur die Xorg-Versionen bis 7.3.&lt;br /&gt;
Bei [[Livna|Livna.org]] gibt es schon RPMs, allerdings befinden sich diese im Development-Ordner.&lt;br /&gt;
&lt;br /&gt;
==NVIDIA-Treiber Installation==&lt;br /&gt;
&lt;br /&gt;
===Fedora Core 3===&lt;br /&gt;
Root werden:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;su -&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Treiber von [[Livna|Livna.org]] installieren:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;yum install nvidia-glx kernel-module-nvidia-`(uname -r)`&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Danach muss der Rechner neugestartet werden.&lt;br /&gt;
&lt;br /&gt;
===Fedora Core 4===&lt;br /&gt;
Root werden:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;su -&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Treiber von [[Livna|Livna.org]] installieren:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;yum install nvidia-glx kernel-module-nvidia-$(uname -r)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Danach muss der Rechner neugestartet werden.&lt;br /&gt;
&lt;br /&gt;
===Fedora Core 5===&lt;br /&gt;
&lt;br /&gt;
Root werden:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;su -&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Treiber von [[Livna|Livna.org]] installieren:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;yum install kmod-nvidia&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Besitzer eines '''Dual-Core-Prozessors''' geben ein:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;yum install kmod-nvidia-smp&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SELinux-Bug beheben:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;setsebool -P allow_execmod=1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
X-Server beenden:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;init 3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Als Root anmelden und dann den Treiber aktivieren:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;nvidia-config-display enable&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
X-Server starten:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;init 5&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Damit ist die Installation abgeschlossen.&lt;br /&gt;
&lt;br /&gt;
===Fedora Core 6===&lt;br /&gt;
&lt;br /&gt;
Root werden:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;su -&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Treiber von [[Livna|Livna.org]] installieren:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;yum install kmod-nvidia&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
X-Server beenden:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;init 3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Als Root anmelden und dann den Treiber aktivieren:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;nvidia-config-display enable&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
X-Server starten:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;init 5&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Damit ist die Installation abgeschlossen.&lt;br /&gt;
&lt;br /&gt;
===Fedora 7===&lt;br /&gt;
&lt;br /&gt;
Root werden:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;su -&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Treiber von [[Livna|Livna.org]] installieren:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;yum install kmod-nvidia&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
X-Server beenden:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;init 3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Als Root anmelden und dann den Treiber aktivieren:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;nvidia-config-display enable&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Eine neue xorg.conf schreiben (empfohlen, muss aber nicht):&lt;br /&gt;
 nvidia-xconfig&lt;br /&gt;
&lt;br /&gt;
Zum erfolgreichen Abschluss der Installation bedarf es eines Neustarts.&lt;br /&gt;
 init 6&lt;br /&gt;
&lt;br /&gt;
Damit ist die Installation abgeschlossen.&lt;br /&gt;
&lt;br /&gt;
===Fedora 8===&lt;br /&gt;
Treiber von [[Livna|Livna.org]] installieren:&lt;br /&gt;
 yum install kmod-nvidia&lt;br /&gt;
&lt;br /&gt;
''Optional:'' Eine neue xorg.conf schreiben:&lt;br /&gt;
 nvidia-xconfig&lt;br /&gt;
&lt;br /&gt;
Rechner neustarten:&lt;br /&gt;
 init 6&lt;br /&gt;
&lt;br /&gt;
Fertig.&lt;br /&gt;
&lt;br /&gt;
===Fedora 9===&lt;br /&gt;
Treiber von [[Livna|Livna.org]] installieren:&lt;br /&gt;
 yum install kmod-nvidia&lt;br /&gt;
&lt;br /&gt;
''Optional:'' Eine neue xorg.conf schreiben:&lt;br /&gt;
 nvidia-xconfig&lt;br /&gt;
&lt;br /&gt;
Rechner neustarten:&lt;br /&gt;
 init 6&lt;br /&gt;
&lt;br /&gt;
Fertig.&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
*Es können in machen Fällen Problemen mit dem Treiber auftreten, wenn SELinux auf dem System aktiviert ist. Es hilft meistens SELinux zu deaktivieren und dann den Treiber nochmal neuzuinstallieren.&lt;br /&gt;
&lt;br /&gt;
*Bei Fedora 8 kann es zu Problemen mit den Systemupdates via [[yum|Yum]] kommen, wenn die Pakete für den Grafikkartentreiber installiert sind. Der Fehler kann umgangen werden, in dem man [[smart|Smart]] benutzt. Oder man entfernt die RPMs und startet das Update dann wie gewohnt. Danach können dann die Pakete wieder installiert werden.&lt;br /&gt;
&lt;br /&gt;
[[Category:Fedora Core]][[Category:Grafikkarten und Monitore]][[Category:HowTo]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Debian&amp;diff=29485</id>
		<title>Debian</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Debian&amp;diff=29485"/>
		<updated>2013-06-20T12:46:48Z</updated>

		<summary type="html">&lt;p&gt;Zerum: /* Übersicht */ Wheezy: Version auf 7.1.0 geändert&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Betriebssystem|&lt;br /&gt;
 Name= Debian GNU/Linux &amp;lt;br /&amp;gt;[[Bild:Debian.png]]&lt;br /&gt;
|Screenshot= [[Bild:Debian.jpg|240px]]&lt;br /&gt;
|Beschreibung= Debian GNU/Linux Etch mit [[GNOME]] 2.14&lt;br /&gt;
|Entwickler=Community&lt;br /&gt;
|AktuelleVersion=Debian 7.0 &amp;quot;Wheezy&amp;quot;&lt;br /&gt;
|AktuelleVersionFreigabeDatum= 04. Mai 2013&lt;br /&gt;
|Stammbaum=\ GNU/Linux&amp;lt;br /&amp;gt;&amp;amp;nbsp; \ Debian&amp;lt;br /&amp;gt;&lt;br /&gt;
|Architekturen=Alpha, AMD64, ARM, HP/PA, i386, Intel 64, IA-64, MIPS, MIPSel, PowerPC, S/390, SPARC, armel, armhf&lt;br /&gt;
|Kategorie= [[Debian]]&lt;br /&gt;
|Lizenz= DFSG - Debian Free Software Guidelines&lt;br /&gt;
|Deutsch= ja&lt;br /&gt;
|Sonstiges= Preis: Kostenlos&lt;br /&gt;
|Website=[http://www.debian.org/ www.debian.org]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== APT Sources.list ==&lt;br /&gt;
Für die entsprechende APT Sources.list siehe bitte bei der entsprechenden Version in der Übersichtstabelle.&lt;br /&gt;
Desweiteren gibt es eine allgemeine Sources.list mit Quellen fuer Debian Stable, Testing und Unstable auch SID genannt.&lt;br /&gt;
&lt;br /&gt;
* [[Sources_list_debian|Allgemeine Sources.list für Debian]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installationsanleitung ==&lt;br /&gt;
Installationsanleitungen für Debian Stable: &amp;lt;br&amp;gt;&lt;br /&gt;
Ist in verschiedenen Sprachen verfügbar.&lt;br /&gt;
* [http://www.debian.org/releases/stable/installmanual.de.html Alpha, AMD64, ARM, HP/PA, i386, Intel 64, IA-64, MIPS, MIPSel, PowerPC, S/390, SPARC, armel, arm, armhf]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Übersicht ==&lt;br /&gt;
[[Bild:Debian-Installer-gui.png|thumb|240px|Der neue Debian Installer mit GUI]]&lt;br /&gt;
Sicherheits Unterstützung - Security Updates&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 85%; border: gray solid 1px; border-collapse: collapse; text-align: center; width: 42%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec;&amp;quot;&lt;br /&gt;
!style=&amp;quot;background: #FF8080;&amp;quot;|Nicht mehr unterstützt&lt;br /&gt;
!style=&amp;quot;background: #A0DDA0;&amp;quot;|Wird noch unterstützt&lt;br /&gt;
!style=&amp;quot;background: #FFFF80;&amp;quot;|Derzeit geplante Version&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| {{Prettytable}}&lt;br /&gt;
|+ '''Debian GNU/Linux im Überblick'''&lt;br /&gt;
|-----&lt;br /&gt;
! bgcolor=&amp;quot;#B3B7FF&amp;quot; | Version&lt;br /&gt;
! bgcolor=&amp;quot;#B3B7FF&amp;quot; | Codename&lt;br /&gt;
! bgcolor=&amp;quot;#B3B7FF&amp;quot; | Datum&lt;br /&gt;
! bgcolor=&amp;quot;#B3B7FF&amp;quot; | Link&lt;br /&gt;
! bgcolor=&amp;quot;#B3B7FF&amp;quot; | Download&lt;br /&gt;
! bgcolor=&amp;quot;#B3B7FF&amp;quot; | APT - Sources.list&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#FF8080;&amp;quot;|0.91Beta || - || 29. Januar 1994 || - || [http://www.ibiblio.org/pub/historic-linux/distributions/debian/0.91/ Pakete] || -&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#FF8080;&amp;quot;|0.93r6 || - || 26. Oktober 1995 || [http://lists.debian.org/debian-announce/debian-announce-1995/msg00007.html Link] || - || -&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#FF8080;&amp;quot;| 1.1 || Buzz || 17. Juni 1996 || [http://web.archive.org/web/19970616164301/www.debian.org/1.1/release.html Link] || [http://www.ibiblio.org/pub/historic-linux/distributions/debian/1.1/ Pakete] || -&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#FF8080;&amp;quot;| 1.2 || Rex || 12. Dezember 1996 || [http://lists.debian.org/debian-announce/debian-announce-1996/msg00026.html Link] || - || -&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#FF8080;&amp;quot;| 1.3 || Bo || 05. Juni 1997 || [http://lists.debian.org/debian-announce/debian-announce-1997/msg00013.html Link] || - || -&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#FF8080;&amp;quot;| 2.0 || Hamm || 24. Juli 1998 || [http://www.debian.org/releases/hamm/ Link] || - || -&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#FF8080;&amp;quot;| 2.1 || Slink || 09. März 1999 || [http://www.debian.org/releases/slink/ Link] || - || [[Sources_list_Slink|Slink]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#FF8080;&amp;quot;| 2.2 || Potato || 15. August 2000 || [http://www.debian.org/releases/potato/ Link] || - || [[Sources_list_Potato|Potato]] &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#FF8080;&amp;quot;| 3.0 || Woody || 19. Juli 2002 || [http://www.debian.org/releases/woody/ Link] || [ftp://ftp.fsn.hu/pub/CDROM-Images/debian-unofficial/woody/ CD iso] || [[Sources_list_woody|Woody]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#FF8080;&amp;quot;| 3.1 || Sarge || 06. Juni 2005 || [http://www.debian.org/releases/sarge/ Link] || [ftp://ftp.uni-bayreuth.de/pub/linux/Debian/debian-cd/project/build/3.1_r5/ CD/DVD iso] || [[Sources_list_Sarge|Sarge]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#FF8080;&amp;quot;| 4.0 || Etch || 08. April 2007 || [http://www.debian.org/releases/etch/ Link] || [ftp://ftp.uni-bayreuth.de/pub/linux/Debian/debian-cd/project/build/4.0_r7/ CD/DVD iso] || [[Sources_list_Etch|Etch]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#FF8080;&amp;quot;| 5.0.8 || Lenny || 22. Januar 2011 || [http://www.debian.org/releases/lenny/ Link] || [http://cdimage.debian.org/debian-cd/project/build/5.0.8/ CD/DVD iso] || [[Sources_list_Lenny|Lenny]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#A0DDA0;&amp;quot;| 6.0.7 || Squeeze || 23. Februar 2013 || [http://www.debian.org/releases/squeeze/ Link] || [http://cdimage.debian.org/debian-cd/project/build/6.0.7/ CD/DVD iso] || [[Sources_list_Squeeze|Squeeze]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#A0DDA0;&amp;quot;| 7.1.0 || Wheezy || 04. Mai 2013 || [http://www.debian.org/releases/wheezy/ Link] || [http://cdimage.debian.org/debian-cd/7.1.0/ CD/DVD iso] || [[Sources_list_Wheezy|Wheezy]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#FFFF80;&amp;quot;| - || Jessie || - || [http://www.debian.org/releases/jessie/ Link]|| - || [[Sources_list_Jessie|Jessie]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== NetInstall ==&lt;br /&gt;
&lt;br /&gt;
* http://www.debian.org/CD/netinst/#netinst-stable&lt;br /&gt;
&lt;br /&gt;
== Vorteile ==&lt;br /&gt;
* Debian ist eine kostenlose Distribution welche sich hauptsächlich über das Internet verbreitet.&lt;br /&gt;
* Eine sehr umfangreiche Anzahl an Paketen ( derzeit über 23.000 ).&lt;br /&gt;
* Das Paketmanagement-System [[APT]] (Advanced Packaging Tool) löst Paketabhängigkeiten selbstständig auf, wodurch mögliche Konflikte sehr selten auftreten.  &lt;br /&gt;
* Auch Aktualisierung über mehrere Stabile Versionen ist im Normalfall problemlos möglich. &lt;br /&gt;
* Die Zuverlässigkeit des Gesamtsystemes steht an erster Stelle.&lt;br /&gt;
* Sicherheit wird groß geschrieben, Veröffentlichung der Sicherheitsprobleme helfen sicherheitsrelevante Lücken schnell zu schließen.&lt;br /&gt;
* Durch die Fehlerdatenbank &amp;quot;das Bug-Tracking-System&amp;quot; können Fehler und deren Status von jedermann verfolgt werden. &lt;br /&gt;
* Mit Hilfe des grafischen Installationsmodus gehört die Aussage &amp;quot;Debian sei schwer zu installieren&amp;quot; der Vergangenheit an, ob nun von DOS,CD,DVD oder Netinstall.&lt;br /&gt;
* Debian ist nicht nur auf Datenträgern wie CD-ROMs verfügbar, über 100 Server Weltweit stehen zur Verfügung. &lt;br /&gt;
* Die Aktuelle stabile Version gibt es derzeit für 13 verschiedene Rechner Architekturen.&lt;br /&gt;
* Für alle Pakete ist der Source Code verfügbar.&lt;br /&gt;
* Eine strikte Trennung von nicht freier Software, sofern ausschließlich &amp;quot;main&amp;quot; verwendet wird.&lt;br /&gt;
* Pakete sind für den sofortigen Einsatz vorkonfiguriert, können aber auch von Hand konfiguriert werden.&lt;br /&gt;
* Die Konfigurationen der Pakete werden bei einem Update berücksichtigt.&lt;br /&gt;
* Die Stabilität wie auch Qualität haben eine höhere Priorität als die Versionsnummer einer Software.&lt;br /&gt;
* Bei der Installation gibt es div. Sektionen wie [[LAMP]], [[File-Server|Fileserver]], Druckerserver, Desktop etc. mit vorausgewählten Paketen.&lt;br /&gt;
* [[DSL]] lässt sich einfach über die Konsole installieren, und funktioniert auch im Gegensatz zur gleichen Methode bei [[Ubuntu]].&lt;br /&gt;
&lt;br /&gt;
== Nachteile ==&lt;br /&gt;
* [[Router]] und [[Firewall]] sind gegenüber [[openSUSE]] zu kompliziert.&lt;br /&gt;
* Durch längeren Release Zeitabstände müssen sich Versionsnummer-Junkies meist aus dem SID &amp;quot;Unstable&amp;quot; gekennzeichneten Entwickler Bereich bedienen.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
Linkliste stammt ursprünglich von Geier0815&lt;br /&gt;
&lt;br /&gt;
* [http://www.de.debian.org/index.de.html Die deutschsprachige Debian Homepage] {{deutsch}}&lt;br /&gt;
* [http://debiananwenderhandbuch.de/ Das Debian Anwenderhandbuch] {{deutsch}}&lt;br /&gt;
* [http://www.debianhowto.de/doku.php/de:howtos Debian HowTos, zumeist Serverinstallation] {{deutsch}}&lt;br /&gt;
* [http://www.debian.org/doc/books Debian Buecher] {{deutsch}}&lt;br /&gt;
* [http://www.de.debian.org/doc/user-manuals DDP Benutzer-Handbuecher] {{deutsch}}&lt;br /&gt;
* [http://www.debianforum.de/forum/ Ein deutsches Debianforum] {{deutsch}}&lt;br /&gt;
* [http://www.linuxforen.de/forums/showthread.php?t=106033 Wie man Debian SID installiert] {{deutsch}}&lt;br /&gt;
* [http://www.apt-get.org/ Apt-get.org Seite: Quellenliste] {{englisch}}&lt;br /&gt;
* [http://www.debian.org/doc/manuals/securing-debian-howto/securing-debian-howto.de.pdf Debain-Security-Howto] Dank an Cyrics {{deutsch}}&lt;br /&gt;
* [http://www.de.debian.org/debian-user-german-FAQ/ Debian-User-German-FAQ] Dank an OnkelchenTobi {{deutsch}}&lt;br /&gt;
* [http://www.nl.debian.org/News/weekly/ Debian Weekly News] Dank an scg {{deutsch}}&lt;br /&gt;
* [http://www.cerocity.de/debian-40-installation/ Installationsanleitung/-beschreibung von Debian 4.0 (Etch) von cerocity.de] {{deutsch}}&lt;br /&gt;
* {{dmoz|World/Deutsch/Computer/Software/Betriebssysteme/Linux/Distributionen/Debian/|Debian}}&lt;br /&gt;
&lt;br /&gt;
Da einige grundlegende Fragen hier auch immer noch mit auftauchen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.linuxfibel.de/ Die Linuxfibel] {{deutsch}}&lt;br /&gt;
* [http://www.selflinux.org/ SelfLinux] {{deutsch}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Bücher ===&lt;br /&gt;
* [http://www.lob.de/cgi-bin/work/outputexpert?id=462aed7c74fd1&amp;amp;frame=yes&amp;amp;flag=new&amp;amp;menupic=yes&amp;amp;mode=viewone&amp;amp;titnr=243264512&amp;amp;linkcol=e4bf0f&amp;amp;stich=Debian+&amp;amp;katalog=255 Debian GNU/Linux 4.0 'Etch']&lt;br /&gt;
::Preis: 9.95 Euro (Ladenpreis)&lt;br /&gt;
::2007&lt;br /&gt;
::2 DVD's: 32 Bit/64 Bit&lt;br /&gt;
::Lehmanns Media - LOB.de&lt;br /&gt;
::3-86541-192-4&lt;br /&gt;
::ISBN-13: 9783865411921&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Viel Spaß beim Stöbern, Schmökern und Lesen! Solltet ihr noch Links haben, die hier rein sollen, einfach entsprechend eintragen.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Linux Distributionen|zurück zu Linux Distributionen]]&lt;br /&gt;
[[Kategorie:Distributionen]][[Kategorie:Debian]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Startscript_f%C3%BCr_ddclient_unter_SUSE/openSUSE&amp;diff=29460</id>
		<title>Startscript für ddclient unter SUSE/openSUSE</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Startscript_f%C3%BCr_ddclient_unter_SUSE/openSUSE&amp;diff=29460"/>
		<updated>2013-05-25T15:55:37Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Zerum verschob Seite Startscript fÃ¼r ddclient unter SUSE/openSUSE nach Startscript für ddclient unter SUSE/openSUSE: Umlaute im Seitennamen gefixed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;Da das mit dem rpm-Paket gelieferte Startscript bei mir unter openSUSE oft nicht so funktionierte wie es sollte, hatte ich mir vor ein paar Jahren mal ein anderes Startscript genommen und es für die Benutzung mit ddclient angepasst. Leider ist das Ganze schon so lang her, daß ich inzwischen vergaß welches Script ich damals als Vorlage nahm. Trotzdem gibts hier nun mal das Ergebnis, da es ja vielleicht anderen Usern weiterhelfen kann.&lt;br /&gt;
--[[Benutzer:TomcatMJ|TomcatMJ]] 19:29, 5. Jun 2007 (CEST)&lt;br /&gt;
&amp;lt;/noinclude&amp;gt; &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
 #&lt;br /&gt;
 # init.d/ddclient&lt;br /&gt;
 #&lt;br /&gt;
 ### BEGIN INIT INFO&lt;br /&gt;
 # Provides:       ddclient&lt;br /&gt;
 # Required-Start: $named $network $smpppd&lt;br /&gt;
 # Required-Stop:&lt;br /&gt;
 # Default-Start:  3 5&lt;br /&gt;
 # Default-Stop:&lt;br /&gt;
 # Description:    ddclient provides support for updating dynamic DNS services.&lt;br /&gt;
 ### END INIT INFO&lt;br /&gt;
&lt;br /&gt;
 . /etc/rc.status&lt;br /&gt;
 rc_reset&lt;br /&gt;
&lt;br /&gt;
 [ -f /etc/ddclient.conf ] || exit 0&lt;br /&gt;
&lt;br /&gt;
 PATH=/usr/sbin:${PATH}&lt;br /&gt;
 COLUMNS=9999&lt;br /&gt;
 export PATH COLUMNS&lt;br /&gt;
 program=ddclient&lt;br /&gt;
&lt;br /&gt;
 case &amp;quot;$1&amp;quot; in&lt;br /&gt;
         start)&lt;br /&gt;
                 echo -n &amp;quot;Starting ddclient: &amp;quot;&lt;br /&gt;
 #               ddclient -daemon 300&lt;br /&gt;
                 ddclient -v&lt;br /&gt;
                 rc_status -v&lt;br /&gt;
                 ;;&lt;br /&gt;
         stop)&lt;br /&gt;
                 echo -n &amp;quot;Shutting down ddclient: &amp;quot;&lt;br /&gt;
                 kill `ps -aef | awk '/[ \/]perl.*ddclient/ { print $2}'`&lt;br /&gt;
                 rc_status -v&lt;br /&gt;
                 ;;&lt;br /&gt;
         restart)&lt;br /&gt;
                 $0 stop&lt;br /&gt;
                 $0 start&lt;br /&gt;
                 rc_status&lt;br /&gt;
                 ;;&lt;br /&gt;
         status)&lt;br /&gt;
                 pids=`ps -aef | awk '/[ \/]perl.*ddclient/ { print $2}'`&lt;br /&gt;
                 if test &amp;quot;$pids&amp;quot;&lt;br /&gt;
                 then&lt;br /&gt;
                         for p in $pids&lt;br /&gt;
                         do&lt;br /&gt;
                                 echo &amp;quot;$program (pid $p) is running&amp;quot;&lt;br /&gt;
                         done&lt;br /&gt;
                 else&lt;br /&gt;
                         echo &amp;quot;$program is stopped&amp;quot;&lt;br /&gt;
                fi&lt;br /&gt;
                 rc_status -v1&lt;br /&gt;
                 ;;&lt;br /&gt;
         *)&lt;br /&gt;
                 echo &amp;quot;Usage: ddclient {start|stop|restart|status}&amp;quot;&lt;br /&gt;
                 exit 1&lt;br /&gt;
 esac&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Shellscripte|zurück zu den Shellscripten]]&lt;br /&gt;
[[Kategorie:Scripte]]&lt;br /&gt;
[[Kategorie:Shellscripte]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Startscript_f%C3%BCr_ddclient_unter_SUSE/openSUSE&amp;diff=29462</id>
		<title>Diskussion:Startscript für ddclient unter SUSE/openSUSE</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Startscript_f%C3%BCr_ddclient_unter_SUSE/openSUSE&amp;diff=29462"/>
		<updated>2013-05-25T15:55:37Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Zerum verschob Seite Diskussion:Startscript fÃ¼r ddclient unter SUSE/openSUSE nach Diskussion:Startscript für ddclient unter SUSE/openSUSE: Umlaute im Seitennamen gefixed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Da gibt es übrigens schon eines:&lt;br /&gt;
http://www.linux-club.de/faq/Ddclient_mit_DynDNS_konfigurieren#Starten_von_ddclient_bei_Systemstart&lt;br /&gt;
--[[Benutzer:Yehudi|Yehudi]] 19:41, 5. Jun 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
:Ok, aber das kann ich so nicht in den ddclient-Artikel einbinden den ich gemäß der Liste gewünschter Seiten gerade anlege*g*, diese hier jedoch schon... --[[Benutzer:TomcatMJ|TomcatMJ]] 19:48, 5. Jun 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
:: Ich habe die beiden Artikel mal zusammengefügt, damit ist dieser Artikel eigentlich überflüssig, und man kann bei den Scripten: [[Ddclient#Starten von ddclient bei Systemstart|Starten von ddclient bei Systemstart]] einfügen. --[[Benutzer:Yehudi|Yehudi]] 10:39, 6. Jun 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
::Tja, ich hab nochmal beide Scripte verglichen und festgestellt, daß der Unterschied in den Dependencies betreffs dem $smpppd besteht, was ich damals einfügte weil sonst ddclient zu früh startet und dann den IP-refresh erst nach 6 Minuten macht statt nach dem Systemstart...von daher wär ich schon dafür den Script-Abschnitt aus [[Ddclient]] rauszuwerfen und stattdessen dieses Script da einfach zu includen wie ichs vorher getan hatte..ich hatte hat nur nicht mehr im Kopf woher ich das Ausgangsscript genommen hatte da ja nix davon im Scriptheader zu sehen war;-) War wohl Oc2pus' Script was ich da wohl ziemlich eindeutig als Ausgangspunkt nahm (muss dann ja schon verdammt alng im Forum gelegen haben bis es ins Wiki wanderte*g*)...Bis denne, --[[Benutzer:TomcatMJ|TomcatMJ]] 19:33, 6. Jun 2007 (CEST)&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Startscript_f%C3%83%C2%BCr_ddclient_unter_SUSE/openSUSE&amp;diff=29463</id>
		<title>Diskussion:Startscript fÃ¼r ddclient unter SUSE/openSUSE</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Startscript_f%C3%83%C2%BCr_ddclient_unter_SUSE/openSUSE&amp;diff=29463"/>
		<updated>2013-05-25T15:55:37Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Zerum verschob Seite Diskussion:Startscript fÃ¼r ddclient unter SUSE/openSUSE nach Diskussion:Startscript für ddclient unter SUSE/openSUSE: Umlaute im Seitennamen gefixed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#WEITERLEITUNG [[Diskussion:Startscript für ddclient unter SUSE/openSUSE]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Script_f%C3%BCr_den_Umzug&amp;diff=29458</id>
		<title>Script für den Umzug</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Script_f%C3%BCr_den_Umzug&amp;diff=29458"/>
		<updated>2013-05-25T15:54:46Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Zerum verschob Seite Script fÃ¼r den Umzug nach Script für den Umzug: Umlaute im Seitennamen gefixed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{UnderConstruction}}--[[Benutzer:Tuxluchs|Tuxluchs]] 17:02, 29. Okt. 2009 (UTC)  &lt;br /&gt;
&lt;br /&gt;
== Script für den Umzug von einem Rechner zum Anderen ==&lt;br /&gt;
&lt;br /&gt;
Beim Umzug auf den neuen Rechner müssen E-mails, die Konten-Einstellungen, Termine, Browserbookmarks manuell in das /home/user des neuen Rechners überspielt werden.&lt;br /&gt;
&lt;br /&gt;
Das Script '''umzug.sh''' sichert die betreffenden Daten in einem Ordner home/Umzug. &amp;lt;br&amp;gt;&lt;br /&gt;
Das Script '''einzug.sh''' kopiert die entsprechenden Dateien von diesem Ordner an die betreffenden Stellen im Verzeichnisbaum des  neuen Rechners.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Die Scripte haben noch Entwurfsqualität. Anregungen und Verbesserungen sind daher sehr willkommen.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Bisher klappt der Umzug der '''kde Komponenten''' von openSuse 11.1 nach openSuse 11.1 &amp;lt;br&amp;gt;&lt;br /&gt;
Geplant ist das Script nach Erscheinen der neuen Distributionen für der Umzug von openSuse 11.1 nach Kubuntu 9.10 und nach openSuse 11.2 anzupassen.&lt;br /&gt;
 &lt;br /&gt;
  &lt;br /&gt;
'''Beschreibung und Erklärungen :''' [[Umzug per Script]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== umzug.sh (Entwurf) ===&lt;br /&gt;
&amp;lt;!-- getestet auf meinem Rechner auf SuSE 11.1 - tuxluchs --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
###################################################################################################################################&lt;br /&gt;
## Scriptname: umzug.sh&lt;br /&gt;
## Version 0.0.1&lt;br /&gt;
## (c) 2009, tuxluchs for www.linux-club.de  29.10.2009&lt;br /&gt;
## License:     LGPL&lt;br /&gt;
## Documentation: http://www.linux-club.de/Umzug_per_Script&lt;br /&gt;
##&lt;br /&gt;
## Anmerkung:   Benutzung auf eigene Gefahr&lt;br /&gt;
##&lt;br /&gt;
##&lt;br /&gt;
## Beschreibung:&lt;br /&gt;
##      Script zum Überspielen von e-mail, Konten ect. auf einen neuen Rechner&lt;br /&gt;
##      Zum Speichen der Einstellungen wird umzug.sh zum einspielen wird einzug.sh benötigt.&lt;br /&gt;
##&lt;br /&gt;
##      Für welche Distributionen und Anwendungen das Script anwendbar ist siehe: http://www.linux-club.de/Umzug_per_Script&lt;br /&gt;
##&lt;br /&gt;
##&lt;br /&gt;
##################################################################################################################################&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Anwendungen schließen&lt;br /&gt;
killall kontact&lt;br /&gt;
&lt;br /&gt;
# legt den Umzugsordner an&lt;br /&gt;
mkdir ~/Umzug&lt;br /&gt;
&lt;br /&gt;
# Ordner kopieren&lt;br /&gt;
cp -R ~/.kde4 ~/Umzug&lt;br /&gt;
cp -R ~/.kde ~/Umzug&lt;br /&gt;
cp -R ~/.mozilla ~/Umzug&lt;br /&gt;
&lt;br /&gt;
# Benutzerrechte ändern&lt;br /&gt;
chmod -R 777 ~/Umzug&lt;br /&gt;
&lt;br /&gt;
# Anwendungen starten&lt;br /&gt;
kontact&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== einzug.sh (Entwurf) ===&lt;br /&gt;
&amp;lt;!-- getestet auf meinem Rechner auf SuSE 11.1 - tuxluchs --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Vorraussetzung'''&lt;br /&gt;
&lt;br /&gt;
Vor Anwendung des Scripts solle der Ordner Umzug nach &amp;quot;/home/user&amp;quot; auf den neuen Rechner kopiert werden.&amp;lt;br&amp;gt;&lt;br /&gt;
Der Benutzer und Benutzerrechte müssen angepasst werden:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
chown -R benutzer:gruppe ~/Umzug&lt;br /&gt;
chmod -R 700 ~/Umzug&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
###################################################################################################################################&lt;br /&gt;
## Scriptname: einzug.sh&lt;br /&gt;
## Version 0.0.1&lt;br /&gt;
## (c) 2009, tuxluchs for www.linux-club.de  29.10.2009&lt;br /&gt;
## License:     LGPL&lt;br /&gt;
## Documentation: http://www.linux-club.de/Umzug_per_Script&lt;br /&gt;
##&lt;br /&gt;
## Anmerkung:   Benutzung auf eigene Gefahr&lt;br /&gt;
##&lt;br /&gt;
##&lt;br /&gt;
## Beschreibung:&lt;br /&gt;
##      Script zum Überspielen von e-mail, Konten ect. auf einen neuen Rechner&lt;br /&gt;
##      Zum Speichen der Einstellungen wird umzug.sh zum einspielen wird einzug.sh benötigt.&lt;br /&gt;
##&lt;br /&gt;
##      Für welche Distributionen und Anwendungen das Script anwendbar ist siehe: http://www.linux-club.de/Umzug_per_Script&lt;br /&gt;
##&lt;br /&gt;
##&lt;br /&gt;
##################################################################################################################################&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
killall kontact&lt;br /&gt;
killall korgac&lt;br /&gt;
&lt;br /&gt;
# Kmail&lt;br /&gt;
# mails&lt;br /&gt;
if test -s ~/.kde4/share/apps/kmail_alt&lt;br /&gt;
then&lt;br /&gt;
    cp -R ~/Umzug/.kde4/share/apps/kmail ~/.kde4/share/apps/&lt;br /&gt;
else&lt;br /&gt;
    mv ~/.kde4/share/apps/kmail ~/.kde4/share/apps/kmail_alt&lt;br /&gt;
    cp -R ~/Umzug/.kde4/share/apps/kmail ~/.kde4/share/apps/&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
# Konten und Filter&lt;br /&gt;
if test -s ~/.kde4/share/config/kmailrc_alt&lt;br /&gt;
then&lt;br /&gt;
    cp ~/Umzug/.kde4/share/config/kmailrc ~/.kde4/share/config/&lt;br /&gt;
else&lt;br /&gt;
    mv ~/.kde4/share/config/kmailrc ~/.kde4/share/config/kmailrc_alt&lt;br /&gt;
    cp ~/Umzug/.kde4/share/config/kmailrc ~/.kde4/share/config/&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
# Identitäten&lt;br /&gt;
if test -s ~/.kde4/share/config/emailidentities_alt&lt;br /&gt;
then&lt;br /&gt;
    cp ~/Umzug/.kde4/share/config/emailidentities ~/.kde4/share/config/&lt;br /&gt;
else&lt;br /&gt;
    mv ~/.kde4/share/config/emailidentities ~/.kde4/share/config/emailidentities_alt&lt;br /&gt;
    cp ~/Umzug/.kde4/share/config/emailidentities ~/.kde4/share/config/&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
# defaults&lt;br /&gt;
if test -s ~/.kde4/share/config/emaildefaults_alt&lt;br /&gt;
then&lt;br /&gt;
    cp ~/Umzug/.kde4/share/config/emaildefaults ~/.kde4/share/config/&lt;br /&gt;
else&lt;br /&gt;
    mv ~/.kde4/share/config/emaildefaults ~/.kde4/share/config/emaildefaults_alt&lt;br /&gt;
    cp ~/Umzug/.kde4/share/config/emaildefaults ~/.kde4/share/config/&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
# kmailcvtrc&lt;br /&gt;
if test -s ~/.kde4/share/config/kmailcvtrc_alt&lt;br /&gt;
then&lt;br /&gt;
    cp ~/Umzug/.kde4/share/config/kmailcvtrc ~/.kde4/share/config/&lt;br /&gt;
else&lt;br /&gt;
    mv ~/.kde4/share/config/kmailcvtrc ~/.kde4/share/config/kmailcvtrc_alt&lt;br /&gt;
    cp ~/Umzug/.kde4/share/config/kmailcvtrc ~/.kde4/share/config/&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
# kmail.eventsrc&lt;br /&gt;
if test -s ~/.kde4/share/config/kmail.eventsrc&lt;br /&gt;
then&lt;br /&gt;
    cp ~/Umzug/.kde4/share/config/kmail.eventsrc ~/.kde4/share/config/&lt;br /&gt;
else&lt;br /&gt;
    mv ~/.kde4/share/config/kmail.eventsrc ~/.kde4/share/config/kmail.eventsrc_alt&lt;br /&gt;
    cp ~/Umzug/.kde4/share/config/kmail.eventsrc ~/.kde4/share/config/&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
# kmail.notifyrc&lt;br /&gt;
if test -s ~/.kde4/share/config/kmail.notifyrc_alt&lt;br /&gt;
then&lt;br /&gt;
    cp ~/Umzug/.kde4/share/config/kmail.notifyrc ~/.kde4/share/config/&lt;br /&gt;
else&lt;br /&gt;
    mv ~/.kde4/share/config/kmail.notifyrc ~/.kde4/share/config/kmail.notifyrc_alt&lt;br /&gt;
    cp ~/Umzug/.kde4/share/config/kmail.notifyrc ~/.kde4/share/config/&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
# kmailsnippetrc&lt;br /&gt;
if test -s ~/.kde4/share/config/kmailsnippetrc_alt&lt;br /&gt;
then&lt;br /&gt;
    cp ~/Umzug/.kde4/share/config/kmailsnippetrc ~/.kde4/share/config/&lt;br /&gt;
else&lt;br /&gt;
    mv ~/.kde4/share/config/kmailsnippetrc ~/.kde4/share/config/kmailsnippetrc_alt&lt;br /&gt;
    cp ~/Umzug/.kde4/share/config/kmailsnippetrc ~/.kde4/share/config/&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Adressbuch&lt;br /&gt;
# Adressen&lt;br /&gt;
if test -s ~/.kde4/share/apps/kabc_alt&lt;br /&gt;
then&lt;br /&gt;
    cp -R ~/Umzug/.kde4/share/apps/kabc ~/.kde4/share/apps/&lt;br /&gt;
else&lt;br /&gt;
    mv ~/.kde4/share/apps/kabc ~/.kde4/share/apps/kabc_alt&lt;br /&gt;
    cp -R ~/Umzug/.kde4/share/apps/kabc ~/.kde4/share/apps/&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
# Gruppen&lt;br /&gt;
if test -s ~/.kde4/share/config/kaddressbookrc_alt&lt;br /&gt;
then&lt;br /&gt;
    cp ~/Umzug/.kde4/share/config/kaddressbookrc ~/.kde4/share/config/&lt;br /&gt;
else&lt;br /&gt;
    mv ~/.kde4/share/config/kaddressbookrc ~/.kde4/share/config/kaddressbookrc_alt&lt;br /&gt;
    cp ~/Umzug/.kde4/share/config/kaddressbookrc ~/.kde4/share/config/&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
## akregator&lt;br /&gt;
if test -s ~/.kde4/share/apps/akregator_alt&lt;br /&gt;
then&lt;br /&gt;
    cp -R ~/Umzug/.kde4/share/apps/akregator ~/.kde4/share/apps/&lt;br /&gt;
else&lt;br /&gt;
    mv ~/.kde4/share/apps/akregator ~/.kde4/share/apps/akregator_alt&lt;br /&gt;
    cp -R ~/Umzug/.kde4/share/apps/akregator ~/.kde4/share/apps/&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
## dolphin&lt;br /&gt;
if test -s ~/.kde4/share/apps/dolphin_alt&lt;br /&gt;
then&lt;br /&gt;
    cp -R ~/Umzug/.kde4/share/apps/dolphin ~/.kde4/share/apps/&lt;br /&gt;
else&lt;br /&gt;
    mv ~/.kde4/share/apps/dolphin ~/.kde4/share/apps/dolphin_alt&lt;br /&gt;
    cp -R ~/Umzug/.kde4/share/apps/dolphin ~/.kde4/share/apps/&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
## knotes&lt;br /&gt;
if test -s ~/.kde4/share/apps/knotes_alt&lt;br /&gt;
then&lt;br /&gt;
    cp -R ~/Umzug/.kde4/share/apps/knotes ~/.kde4/share/apps/&lt;br /&gt;
else&lt;br /&gt;
    mv ~/.kde4/share/apps/knotes ~/.kde4/share/apps/knotes_alt&lt;br /&gt;
    cp -R ~/Umzug/.kde4/share/apps/knotes ~/.kde4/share/apps/&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
## konqueror&lt;br /&gt;
if test -s ~/.kde4/share/apps/konqueror_alt&lt;br /&gt;
then&lt;br /&gt;
    cp -R ~/Umzug/.kde4/share/apps/konqueror ~/.kde4/share/apps/&lt;br /&gt;
else&lt;br /&gt;
    mv ~/.kde4/share/apps/konqueror ~/.kde4/share/apps/konqueror_alt&lt;br /&gt;
    cp -R ~/Umzug/.kde4/share/apps/konqueror ~/.kde4/share/apps/&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
## korganizer&lt;br /&gt;
if test -s ~/.kde4/share/apps/korganizer_alt&lt;br /&gt;
then&lt;br /&gt;
    cp -R ~/Umzug/.kde4/share/apps/korganizer ~/.kde4/share/apps/&lt;br /&gt;
else&lt;br /&gt;
    mv ~/.kde4/share/apps/korganizer ~/.kde4/share/apps/korganizer_alt&lt;br /&gt;
    cp -R ~/Umzug/.kde4/share/apps/korganizer ~/.kde4/share/apps/&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
## kwallet&lt;br /&gt;
if test -s ~/.kde4/share/apps/kwallet_alt&lt;br /&gt;
then&lt;br /&gt;
    cp -R ~/Umzug/.kde4/share/apps/kwallet ~/.kde4/share/apps/&lt;br /&gt;
else&lt;br /&gt;
    mv ~/.kde4/share/apps/kwallet ~/.kde4/share/apps/kwallet_alt&lt;br /&gt;
    cp -R ~/Umzug/.kde4/share/apps/kwallet ~/.kde4/share/apps/&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# kontact starten&lt;br /&gt;
kontact&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripte]]&lt;br /&gt;
[[Category:Backup]]&lt;br /&gt;
[[Category:Shellscripte]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Script_f%C3%83%C2%BCr_den_Umzug&amp;diff=29459</id>
		<title>Script fÃ¼r den Umzug</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Script_f%C3%83%C2%BCr_den_Umzug&amp;diff=29459"/>
		<updated>2013-05-25T15:54:46Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Zerum verschob Seite Script fÃ¼r den Umzug nach Script für den Umzug: Umlaute im Seitennamen gefixed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#WEITERLEITUNG [[Script für den Umzug]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=APT&amp;diff=29447</id>
		<title>APT</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=APT&amp;diff=29447"/>
		<updated>2013-05-20T14:40:01Z</updated>

		<summary type="html">&lt;p&gt;Zerum: + Weiterführende Links, Kategorie&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Software&lt;br /&gt;
| Name                              = APT&lt;br /&gt;
| Logo                              = &lt;br /&gt;
| Screenshot                        = [[Bild:apt-1.png|300px]]&lt;br /&gt;
| Beschreibung                      = APT screenshot&lt;br /&gt;
| Hersteller                        = &lt;br /&gt;
| AktuelleVersion                   = 0.9.7.8&lt;br /&gt;
| AktuelleVersionFreigabeDatum      = 17. März 2013&lt;br /&gt;
| Betriebssystem                    = [[Linux]]&lt;br /&gt;
| Programmiersprache                = &lt;br /&gt;
| Kategorie                         = [[Paketmanager]]&lt;br /&gt;
| Lizenz                            = [[GPL]]&lt;br /&gt;
| Deutsch                           = &lt;br /&gt;
| Website                           = http://packages.qa.debian.org/a/apt.html&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Box Wissen||&lt;br /&gt;
* Umgang mit der [[Konsole]]&lt;br /&gt;
}} &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== Was ist APT? ==&lt;br /&gt;
&lt;br /&gt;
APT ist ein [[Paketmanager]] unter Debian-basierten Distributionen (Ubuntu &amp;amp; Co.). Es wird per [[Konsole]] benutzt. &amp;lt;br/&amp;gt;&lt;br /&gt;
Das Kommando &amp;quot;apt&amp;quot; existiert nicht direkt. APT ist lediglich eine Sammlung von diversen Programmen zur Paketverwaltung:&lt;br /&gt;
* apt-get&lt;br /&gt;
* apt-cache&lt;br /&gt;
* apt-cdrom&lt;br /&gt;
* apt-config&lt;br /&gt;
* apt-key&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== apt-get ==&lt;br /&gt;
apt-get ist das APT-Werkzeug für den Umgang mit Paketen.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Herunterladen und Einlesen aktueller Paketlisten:&lt;br /&gt;
 apt-get update&lt;br /&gt;
* Installieren von Paket(en):&lt;br /&gt;
 apt-get install &amp;lt;Paketname&amp;gt;&lt;br /&gt;
 apt-get install &amp;lt;Paketname 1&amp;gt; &amp;lt;Paketname 2&amp;gt; ... &amp;lt;Paketname N&amp;gt;&lt;br /&gt;
* Entfernen von Paket(en):&lt;br /&gt;
 apt-get remove &amp;lt;Paketname&amp;gt;&lt;br /&gt;
 apt-get remove &amp;lt;Paketname 1&amp;gt; &amp;lt;Paketname 2&amp;gt; ... &amp;lt;Paketname N&amp;gt;&lt;br /&gt;
* Zusätzlich zu den Paketen auch die Konfigurationsdateien löschen:&lt;br /&gt;
 apt-get purge &amp;lt;Paketname&amp;gt;&lt;br /&gt;
 apt-get purge &amp;lt;Paketname 1&amp;gt; &amp;lt;Paketname 2&amp;gt; ... &amp;lt;Paketname N&amp;gt;&lt;br /&gt;
* Mit dem Befehl &amp;quot;upgrade&amp;quot; werden alle installierten Pakete auf die neueste verfügbare Version aktualisiert. Nur vorhandene Pakete werden aktualisiert. Es werden keine Pakete entfernt oder zusätzliche installiert. &lt;br /&gt;
 apt-get upgrade&lt;br /&gt;
* Mit dem Befehl &amp;quot;dist-upgrade&amp;quot; werden alle Pakete auf die neueste verfügbare Version aktualisiert. Im Gegensatz zu &amp;quot;upgrade&amp;quot; werden hier auch neue benötigte Pakete automatisch installiert oder nicht mehr benötigte entfernt. In den Debian-Zweigen &amp;quot;Testing&amp;quot; und &amp;quot;Unstable&amp;quot; ist &amp;quot;dist-upgrade&amp;quot; die einzige Möglichkeit das System aktuell zu halten, da dort ständig neue Paketabhängigkeiten hinzukommen oder entfallen:&lt;br /&gt;
 apt-get dist-upgrade&lt;br /&gt;
* Mit dem Befehl &amp;quot;clean&amp;quot; wird der Paketcache der .deb Pakete unter /var/cache/apt/archives vollständig gelöscht.&lt;br /&gt;
 apt-get clean&lt;br /&gt;
* Mit dem Befehl &amp;quot;autoclean&amp;quot; werden Pakete im Paketcache der .deb-Pakete unter /var/cache/apt/archives gelöscht die nicht mehr in den Quellen vorhanden sind. In der Regel sind danach nur noch Paketversionen der installierten Pakete im Cache vorhanden.&lt;br /&gt;
 apt-get autoclean&lt;br /&gt;
* Mit dem Befehl &amp;quot;download&amp;quot; wird das angegebene .deb-Paket im aktuellen Verzeichnis nur heruntergeladen. Dieser Befehl kann auch als normaler User (nicht &amp;quot;root&amp;quot;) durchgeführt werden.&lt;br /&gt;
 apt-get download &amp;lt;Paketname&amp;gt;&lt;br /&gt;
* Der Befehl &amp;quot;autoremove&amp;quot; entfernt nicht mehr benötigte Abhängigkeiten. &lt;br /&gt;
 apt-get autoremove&lt;br /&gt;
{{Box Hinweis||&lt;br /&gt;
Vorsicht mit &amp;quot;apt-get autoremove&amp;quot;. Der Befehl kann eventuell Pakete entfernen die noch gewünscht oder benötigt werden. Die Liste der Pakete, die entfernt werden sollen, &amp;lt;u&amp;gt;'''vor'''&amp;lt;/u&amp;gt; dem Bestätigen unbedingt lesen.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== apt-cache ==&lt;br /&gt;
&lt;br /&gt;
Mit apt-cache wird der Paketzwischenspeicher von APT durchsucht.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Die Suche nach Paketen erfolgt mit dem Befehl &amp;quot;search&amp;quot;:&lt;br /&gt;
 apt-cache search &amp;lt;Paketname&amp;gt;&lt;br /&gt;
*Ausführliche Beschreibungen zu den Paketen zeigt der Befehl &amp;quot;show&amp;quot;:&lt;br /&gt;
 apt-cache show &amp;lt;Paketname&amp;gt;&lt;br /&gt;
* Prioritäten eines Pakets und die Quelle aus der es installiert ist zeigt der Befehl &amp;quot;policy&amp;quot;. Sehr nützlich wenn mit mehreren Paketquellen und Apt Pinning gearbeitet wird. Ohne Paketname listet der Befehl die Prioritäten jeder Quelle. &lt;br /&gt;
  apt-cache policy &amp;lt;Paketname&amp;gt;&lt;br /&gt;
*Abhängigkeiten eines Pakets zeigt der Befehl &amp;quot;depends&amp;quot;&lt;br /&gt;
 apt-cache depends &amp;lt;Paketname&amp;gt;&lt;br /&gt;
*Rückwärtsabhängigkeiten eines Pakets zeigt der Befehl &amp;quot;rdepends&amp;quot;&lt;br /&gt;
  apt-cache rdepends &amp;lt;Paketname&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
{{Box Beispiel|apt-cache policy|&lt;br /&gt;
&amp;lt;pre&amp;gt;$ apt-cache policy iceweasel&lt;br /&gt;
iceweasel:&lt;br /&gt;
  Installiert:           10.0.12esr-1&lt;br /&gt;
  Installationskandidat: 10.0.12esr-1&lt;br /&gt;
  Versionstabelle:&lt;br /&gt;
 *** 10.0.12esr-1 0&lt;br /&gt;
        500 http://ftp.de.debian.org/debian/ wheezy/main amd64 Packages&lt;br /&gt;
        100 /var/lib/dpkg/status&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Weiterführende Links ==&lt;br /&gt;
[[man apt-get]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[man apt-cache]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://debiananwenderhandbuch.de/apt-get.html debiananwenderhandbuch.de - apt-get]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://debiananwenderhandbuch.de/apt-cache.html debiananwenderhandbuch.de - apt-cache]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:APT]][[Category:Paketmanager]][[Category:Debian]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=RPM_Fusion&amp;diff=29446</id>
		<title>RPM Fusion</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=RPM_Fusion&amp;diff=29446"/>
		<updated>2013-05-20T14:25:26Z</updated>

		<summary type="html">&lt;p&gt;Zerum: /* Konsole */ &amp;quot; hinzugefügt&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''RPM Fusion''' ist ein [http://de.wikipedia.org/wiki/Repository Repository] speziell für Fedora Linux. Es ist ein Zusammenschluss der Software-Repositories [[Livna]], [[Freshrpms]] und Dribble , um die Ressourcen zu bündeln. Das Repo stellt unter anderem Pakete für Multimedia und benötigte Codecs bereit. Das Repo ist unterteilt in &amp;quot;free&amp;quot; und &amp;quot;nonfree&amp;quot;.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== Einbinden von RPM Fusion Repos ==&lt;br /&gt;
Das einbinden und aktivieren von RPM Fusion kann auf zwei Wegen durchgeführt werden.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Konsole ===&lt;br /&gt;
{| {{Bausteindesign5}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://:download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm' &amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Der Befehl lädt zwei RPMs herunter (jeweils &amp;quot;free&amp;quot; und &amp;quot;nonfree&amp;quot;) und installiert sie mit yum. Eine Angabe der Fedora-Version ist nicht mehr notwendig. Der Befehl ''&amp;quot;rpm -E %fedora&amp;quot;'' fügt die Version des aktuell laufenden Fedora ein.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
Gehe zu der Seite [http://rpmfusion.org/Configuration/ http://rpmfusion.org/Configuration/] und klicke dort auf ''&amp;quot;RPM Fusion free for Fedora X&amp;quot;'' und ''&amp;quot;RPM Fusion nonfree for Fedora X&amp;quot;'', wobei &amp;quot;X&amp;quot; durch die verwendete Fedora-Version zu ersetzen ist. Firefox fragt dann was er mit dem Paket machen soll. Wähle ''&amp;quot;Öffnen mit... Software-Installation&amp;quot;''. Nach Eingabe des ''root'' Passworts wird das Paket mit Packagekit installiert.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Kategorie: Fedora Core]][[Kategorie: Yum]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Welches_rpm-Paket_enth%C3%A4lt_die_Datei_xyz%3F&amp;diff=29442</id>
		<title>Welches rpm-Paket enthält die Datei xyz?</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Welches_rpm-Paket_enth%C3%A4lt_die_Datei_xyz%3F&amp;diff=29442"/>
		<updated>2013-05-20T12:15:36Z</updated>

		<summary type="html">&lt;p&gt;Zerum: /* Suchen nach Paketen im Internet */ Links, Kategorie&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Welches rpm-paket enthält die datei xyz =&lt;br /&gt;
&lt;br /&gt;
Autoren: '''taki Gimpel oc2pus'''&lt;br /&gt;
&lt;br /&gt;
Hin und wieder einmal benötigt man eine spezielle LIB oder eine spezielle Datei aber hat keine Ahnung in welchem Paket diese enthalten ist.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Suchen in den installierten Paketen =&lt;br /&gt;
; Dazu am besten gleich ein Beispiel : Wir suchen das Paket, dass das Programm &amp;quot;playwave&amp;quot; installiert hat&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* zuerst den kompletten Dateinamen mit Path suchen  &lt;br /&gt;
* mit dem Ergebnis in der RPM-Datenbank suchen&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# which playwave&lt;br /&gt;
/usr/bin/playwave&lt;br /&gt;
# rpm -qf /usr/bin/playwave&lt;br /&gt;
SDL_mixer-1.2.5-203&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Das Paket '''SDL_mixer''' in der Version 1.2.5-203 hat also dieses Programm auf dem Rechner installiert&lt;br /&gt;
&lt;br /&gt;
== Suche mit YaST unter openSUSE ==&lt;br /&gt;
Auch über YaST kann man nach gezielt nach einzelnen Dateien suchen.&lt;br /&gt;
&lt;br /&gt;
Hierzu geht man wie folgt vor:&lt;br /&gt;
# Man startet YaST, wählt rechts &amp;quot;Software&amp;quot; und links &amp;quot;Software installieren oder löschen&amp;quot;&lt;br /&gt;
# Nun wählt man oben Links den Filter &amp;quot;Suche&amp;quot;&lt;br /&gt;
# In das Suchfeld gibt man nun den Name der gesuchten Datei ein.&lt;br /&gt;
# Unter dem Suchfeld kreuzt man den Punkt &amp;quot;'''Bietet'''&amp;quot; an. Hierdurch werden Pakete gesucht, welche die gewünschte Datei anbieten bzw. enthalten.&lt;br /&gt;
# Nach einem Klick auf den Suchknopf bekommt man nun rechts diejenigen Pakete angezeigt, welche die gesuchte Datei enthalten.&lt;br /&gt;
# Wenn man sich vergewissern möchte, kann man die Datei rechts anklicken (markieren) und unten unter dem Reiter &amp;quot;Abhängigkeiten&amp;quot; in der Tabelle in der Spalte &amp;quot;Beinhaltet&amp;quot; nachsehen, ob die Datei wirklich in dem Paket vorhanden ist.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Suchen in der ARCHIVE.gz =&lt;br /&gt;
&lt;br /&gt;
; Bemerkung : Das funktioniert bei SuSE wenn man die CD oder DVD zur Hand hat&lt;br /&gt;
&lt;br /&gt;
'''pin''' ist ein SuSE eigenes Tool das auf das ARCHIVE.gz der CD/DVD und die RPM-Datenbank zurückgreift, daher funktioniert das auch nur unter SuSE.&amp;lt;br/&amp;gt;&lt;br /&gt;
; PIN - Package INformation. : Pin durchsucht die installierten Pakete (rpm -qi, -ql) und die ARCHIVE.gz Dateien nach der gewünschten Information. Es werden, sofern vorhanden, die Dateien README, README.SuSE und die FAQ angezeigt. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Wir suchen wieder nach einem Paket, das ein Programm &amp;quot;playwave&amp;quot; enthält und nutzen diesmal das Programm '''pin''' ''(siehe auch '''man pin(1)''')''&lt;br /&gt;
&amp;lt;pre&amp;gt; &lt;br /&gt;
# pin playwave&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Das Programm verlangt jetzt das Rootpasswort &lt;br /&gt;
* sollte die Datei ARCHIVES.gz noch nicht nach /var/lib/pin/ kopiert sein, verlangt es die Installations CD/DVD&lt;br /&gt;
* Als Ergebnis unserer Suche erhalten wir&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./CD1/suse/i586/SDL_mixer-1.2.5-203.i586.rpm:  -rwxr-xr-x   root  root  6984 Apr 6 22:12 /usr/bin/playwave &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Suchen nach Paketen im Internet =&lt;br /&gt;
&lt;br /&gt;
Um Dateien bestimmten Paketen zuzuordnen, die wir nicht auf dem Rechner haben und die sich nicht auf unserer Installations CD/DVD befinden, kann man spezielle Suchmaschinen für solche Pakete benutzen.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
* [http://hitme.resetbutton.de webpin - the online quest for the missing lib] (engl) speziell für Suse auch ältere Versionen&lt;br /&gt;
* [http://www.rpmseek.com/ rpmseek.com - Die Suchmaschine für Linux rpm und Debian Pakete]&lt;br /&gt;
* [http://rpm.pbone.net/index.php3/stat/2/simple/2 rpm.pbone.net]&lt;br /&gt;
&lt;br /&gt;
wer  sowas öfter benötigt und auch von der Befehlszeile Zugriff auf die Datenbank von [http://packages.opensuse-community.org openSUSE Software Search] benötigt, kann sich auch das Paket '''[http://dev-loki.blogspot.com/search/label/webpin webpin]''' aus den [http://download.opensuse.org/repositories/openSUSE:/Tools openSUSE Tools] installieren.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[YaST | Zurück zu YaST]]&lt;br /&gt;
&lt;br /&gt;
[[Allgemeines|Zurück zu Allgemeines]]&lt;br /&gt;
&lt;br /&gt;
[[Category:YaST]][[Category:Allgemeines]][[Category:openSUSE]][[Category:Fedora Core]][[Category:RPM]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Mirrors_fuer_BuildService-Pakete_(KDE3_und_Backports)&amp;diff=29432</id>
		<title>Diskussion:Mirrors fuer BuildService-Pakete (KDE3 und Backports)</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Mirrors_fuer_BuildService-Pakete_(KDE3_und_Backports)&amp;diff=29432"/>
		<updated>2013-05-20T10:33:05Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Löschen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Artikel könnte gelöscht werden. --[[Benutzer:Zerum|Zerum]] ([[Benutzer Diskussion:Zerum|Diskussion]]) 12:33, 20. Mai 2013 (CEST)&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Mirrors_fuer_BuildService-Pakete_(KDE3_und_Backports)&amp;diff=29431</id>
		<title>Mirrors fuer BuildService-Pakete (KDE3 und Backports)</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Mirrors_fuer_BuildService-Pakete_(KDE3_und_Backports)&amp;diff=29431"/>
		<updated>2013-05-20T10:32:25Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Obsolet&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Obsolet:&lt;br /&gt;
&lt;br /&gt;
{| WIDTH=&amp;quot;100%&amp;quot; style=&amp;quot;background-color: #FFE1E1; border: solid 2px #FF0000;&amp;quot; &lt;br /&gt;
| style=&amp;quot;background-color: #FF0000;&amp;quot; | &amp;lt;font size=&amp;quot;-1&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Vorsicht, obsoleter Artikel:&amp;lt;/b&amp;gt; &amp;lt;/font&amp;gt; &lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
Veraltet&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Kategorie:Vorlage:Hinweisbaustein]]&lt;br /&gt;
[[Kategorie:Vorlagenboxen]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Kategorie:Obsoletes]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hallo, &lt;br /&gt;
&lt;br /&gt;
da die neuen BuildService-Pakete nicht auf allen (open)SUSE-Mirrors vorhanden sind und nach Mirrors gefragt wurde, erlaube ich mir mal, eine kleine Liste von Mirrors zusammenzustellen, die sie schon haben: &lt;br /&gt;
&lt;br /&gt;
'''Deutschland, Göttingen:'''&lt;br /&gt;
&lt;br /&gt;
http://ftp.gwdg.de/pub/opensuse/repositories &lt;br /&gt;
&lt;br /&gt;
http://ftp-1.gwdg.de/pub/opensuse/repositories &lt;br /&gt;
&lt;br /&gt;
http://ftp4.gwdg.de/pub/opensuse/repositories &lt;br /&gt;
&lt;br /&gt;
ftp://ftp.gwdg.de/pub/opensuse/repositories &lt;br /&gt;
&lt;br /&gt;
ftp://ftp-1.gwdg.de/pub/opensuse/repositories &lt;br /&gt;
&lt;br /&gt;
ftp://ftp4.gwdg.de/pub/opensuse/repositories &lt;br /&gt;
&lt;br /&gt;
'''Deutschland, Heidelberg:''' &lt;br /&gt;
&lt;br /&gt;
http://download.uni-hd.de/ftp/pub/linux/opensuse/repositories &lt;br /&gt;
&lt;br /&gt;
ftp://ftp.uni-heidelberg.de/pub/linux/opensuse/repositories &lt;br /&gt;
&lt;br /&gt;
'''Tschechien:''' &lt;br /&gt;
&lt;br /&gt;
http://ftp.fi.muni.cz/pub/linux/opensuse/repositories &lt;br /&gt;
&lt;br /&gt;
ftp://ftp.fi.muni.cz/pub/linux/opensuse/repositories &lt;br /&gt;
&lt;br /&gt;
'''Belgien: '''&lt;br /&gt;
&lt;br /&gt;
http://ftp.skynet.be/pub/software.opensuse.org &lt;br /&gt;
&lt;br /&gt;
ftp://ftp.skynet.be/pub/software.opensuse.org &lt;br /&gt;
&lt;br /&gt;
'''Rumänien: '''&lt;br /&gt;
&lt;br /&gt;
http://ftp.iasi.roedu.net/mirrors/opensuse.org/repositories &lt;br /&gt;
&lt;br /&gt;
ftp://ftp.iasi.roedu.net/mirrors/opensuse.org/repositories &lt;br /&gt;
&lt;br /&gt;
'''USA, Washington:''' &lt;br /&gt;
&lt;br /&gt;
http://linux.nssl.noaa.gov/opensuse/repositories &lt;br /&gt;
&lt;br /&gt;
ftp://linux.nssl.noaa.gov/opensuse/repositories &lt;br /&gt;
&lt;br /&gt;
'''USA, Altanta: '''&lt;br /&gt;
&lt;br /&gt;
http://ftp.ale.org/pub/mirrors/opensuse/opensuse/repositories &lt;br /&gt;
&lt;br /&gt;
ftp://ftp.ale.org/pub/mirrors/opensuse/opensuse/repositories&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
traffic&lt;br /&gt;
----&lt;br /&gt;
[[Paketmanager|Zurück zum Paketmanager]]&lt;br /&gt;
[[Kategorie:Paketmanager]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Downloadquellen_f%C3%BCr_SuSE_Linux&amp;diff=29360</id>
		<title>Diskussion:Downloadquellen für SuSE Linux</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Downloadquellen_f%C3%BCr_SuSE_Linux&amp;diff=29360"/>
		<updated>2013-05-15T17:23:58Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Zerum verschob Seite Diskussion:Downloadquellen für SuSE Linux nach Diskussion:Downloadquellen für openSUSE: SuSE Linux ersetzt durch openSUSE&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#WEITERLEITUNG [[Diskussion:Downloadquellen für openSUSE]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Downloadquellen_f%C3%BCr_SuSE_Linux&amp;diff=29358</id>
		<title>Downloadquellen für SuSE Linux</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Downloadquellen_f%C3%BCr_SuSE_Linux&amp;diff=29358"/>
		<updated>2013-05-15T17:23:58Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Zerum verschob Seite Downloadquellen für SuSE Linux nach Downloadquellen für openSUSE: SuSE Linux ersetzt durch openSUSE&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#WEITERLEITUNG [[Downloadquellen für openSUSE]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Downloadquellen_f%C3%BCr_openSUSE&amp;diff=29359</id>
		<title>Diskussion:Downloadquellen für openSUSE</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Downloadquellen_f%C3%BCr_openSUSE&amp;diff=29359"/>
		<updated>2013-05-15T17:23:58Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Zerum verschob Seite Diskussion:Downloadquellen für SuSE Linux nach Diskussion:Downloadquellen für openSUSE: SuSE Linux ersetzt durch openSUSE&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sollte man hier nicht mal die Hinweise auf 10.2 entfernen? --[[Benutzer:Wizzzard|Wizzzard]] 18:54, 20. Apr. 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für SuSE Linux ==&lt;br /&gt;
&lt;br /&gt;
Wird wohl langsam Zeit. Es muss aber nicht nur hier einiges bearbeitet werden. Wenn du Zeit hast, dann schaue doch was du ändern/ überarbeiten kannst. Gruß, Thomas F. (tomfa)&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Downloadquellen_f%C3%BCr_openSUSE&amp;diff=29357</id>
		<title>Downloadquellen für openSUSE</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Downloadquellen_f%C3%BCr_openSUSE&amp;diff=29357"/>
		<updated>2013-05-15T17:23:58Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Zerum verschob Seite Downloadquellen für SuSE Linux nach Downloadquellen für openSUSE: SuSE Linux ersetzt durch openSUSE&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''[[Allgemeines]]'''&lt;br /&gt;
&lt;br /&gt;
Eine Zusammenfassung der Downloadlinks und Installationsquellen für [[openSUSE]].Versionen die '''Alpha''', '''Beta''' oder '''RC''' beinhalten sind Entwicklerversionen und '''keinesfalls''' für den Produktiveinsatz geeignet. [http://de.wikipedia.org/wiki/Versionierung] ''Anfänger'' / ''Umsteiger'' / ''Anwender'' sollten daher '''unbedingt''' die aktuelle [http://de.opensuse.org/Stabile_Version stabile Version] von openSUSE verwenden.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Box Wichtig||&lt;br /&gt;
Die [http://www.opensuse.org openSUSE]-ISOs bitte unbedingt via Bittorrent herunterladen, um die FTP-Server zu entlasten.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für die aktuelle openSUSE-Version, sowie zwei bis drei vorherige Versionen. ==&lt;br /&gt;
'''HTTP:'''&lt;br /&gt;
* [http://download.opensuse.org/distribution/ Hauptserver openSUSE.org]&lt;br /&gt;
'''FTP:'''&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/ Server der TU-Chemnitz]&lt;br /&gt;
* [ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/ Server der Uni Kassel]&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für openSUSE 12.3 ==&lt;br /&gt;
[http://software.opensuse.org/123/de Auf dieser Seite] kann openSUSE Linux 12.3 heruntergeladen werden.&lt;br /&gt;
&lt;br /&gt;
Alternativ kann man sich die Images z.B. von diesen Servern downloaden:&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.3/iso/ Server der TU-Chemnitz]&lt;br /&gt;
* [ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/12.3/iso/ Server der Uni Kassel]&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für openSUSE 12.2 ==&lt;br /&gt;
[http://software.opensuse.org/122/de Auf dieser Seite] kann openSUSE Linux 12.2 heruntergeladen werden.&lt;br /&gt;
&lt;br /&gt;
Alternativ kann man sich die Images z.B. von diesen Servern downloaden:&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.2/iso/ Server der TU-Chemnitz]&lt;br /&gt;
* [ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/12.2/iso/ Server der Uni Kassel]&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für openSUSE 12.1 ==&lt;br /&gt;
[http://software.opensuse.org/121/de Auf dieser Seite] kann openSUSE Linux 12.1 heruntergeladen werden.&lt;br /&gt;
&lt;br /&gt;
Alternativ kann man sich die Images z.B. von diesen Servern downloaden:&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.1/iso/ Server der TU-Chemnitz]&lt;br /&gt;
* [ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/12.1/iso/ Server der Uni Kassel]&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für openSUSE 11.4 ==&lt;br /&gt;
Die Images für openSUSE 11.4 kann man von diesem Server downloaden:&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.4/iso/ Server der TU-Chemnitz]&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für openSUSE 11.3 ==&lt;br /&gt;
Die Images für openSUSE 11.3 kann man von diesem Server downloaden:&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.3/iso/ Server der TU-Chemnitz]&lt;br /&gt;
&lt;br /&gt;
== Prüfsummen ==&lt;br /&gt;
&lt;br /&gt;
=== openSUSE 12.3 ===&lt;br /&gt;
&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.3/iso/openSUSE-12.3-DVD-i586.iso.md5 MD5SUM DVD-i586: download.opensuse.org]&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.3/iso/openSUSE-12.3-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: download.opensuse.org]&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.3/iso/openSUSE-12.3-DVD-i586.iso.md5 MD5SUM DVD-i586: ftp.tu-chemnitz.de]&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.3/iso/openSUSE-12.3-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: ftp.tu-chemnitz.de]&lt;br /&gt;
&lt;br /&gt;
=== openSUSE 12.2 ===&lt;br /&gt;
&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.2/iso/openSUSE-12.2-DVD-i586.iso.md5 MD5SUM DVD-i586: download.opensuse.org]&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.2/iso/openSUSE-12.2-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: download.opensuse.org]&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.2/iso/openSUSE-12.2-DVD-i586.iso.md5 MD5SUM DVD-i586: ftp.tu-chemnitz.de]&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.2/iso/openSUSE-12.2-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: ftp.tu-chemnitz.de]&lt;br /&gt;
&lt;br /&gt;
=== openSUSE 12.1 ===&lt;br /&gt;
&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.1/iso/openSUSE-12.1-DVD-i586.iso.md5 MD5SUM DVD-i586: download.opensuse.org]&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.1/iso/openSUSE-12.1-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: download.opensuse.org]&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.1/iso/openSUSE-12.1-DVD-i586.iso.md5 MD5SUM DVD-i586: ftp.tu-chemnitz.de]&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.1/iso/openSUSE-12.1-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: ftp.tu-chemnitz.de]&lt;br /&gt;
&lt;br /&gt;
=== openSUSE 11.4 ===&lt;br /&gt;
&lt;br /&gt;
* [http://download.opensuse.org/distribution/11.4/iso/openSUSE-11.4-DVD-i586.iso.md5 MD5SUM DVD-i586: download.opensuse.org]&lt;br /&gt;
* [http://download.opensuse.org/distribution/11.4/iso/openSUSE-11.4-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: download.opensuse.org]&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.4/iso/openSUSE-11.4-DVD-i586.iso.md5 MD5SUM DVD-i586: ftp.tu-chemnitz.de]&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.4/iso/openSUSE-11.4-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: ftp.tu-chemnitz.de]&lt;br /&gt;
&lt;br /&gt;
=== openSUSE 11.3 ===&lt;br /&gt;
&lt;br /&gt;
* [http://download.opensuse.org/distribution/11.3/iso/openSUSE-11.3-DVD-i586.iso.md5 MD5SUM DVD-i586: download.opensuse.org]&lt;br /&gt;
* [http://download.opensuse.org/distribution/11.3/iso/openSUSE-11.3-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: download.opensuse.org]&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.3/iso/openSUSE-11.3-DVD-i586.iso.md5 MD5SUM DVD-i586: ftp.tu-chemnitz.de]&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.3/iso/openSUSE-11.3-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: ftp.tu-chemnitz.de]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Allgemeines | Zurück zu Allgemeines]]&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Allgemeines]]&lt;br /&gt;
[[Kategorie:openSUSE]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Downloadquellen_f%C3%83%C2%BCr_SuSE_Linux&amp;diff=29356</id>
		<title>Diskussion:Downloadquellen fÃ¼r SuSE Linux</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Downloadquellen_f%C3%83%C2%BCr_SuSE_Linux&amp;diff=29356"/>
		<updated>2013-05-15T17:20:30Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Zerum verschob Seite Diskussion:Downloadquellen fÃ¼r SuSE Linux nach Diskussion:Downloadquellen für SuSE Linux: &amp;quot;fÃ¼r&amp;quot; ersetzt durch &amp;quot;für&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#WEITERLEITUNG [[Diskussion:Downloadquellen für SuSE Linux]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Downloadquellen_f%C3%BCr_openSUSE&amp;diff=29355</id>
		<title>Diskussion:Downloadquellen für openSUSE</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Downloadquellen_f%C3%BCr_openSUSE&amp;diff=29355"/>
		<updated>2013-05-15T17:20:30Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Zerum verschob Seite Diskussion:Downloadquellen fÃ¼r SuSE Linux nach Diskussion:Downloadquellen für SuSE Linux: &amp;quot;fÃ¼r&amp;quot; ersetzt durch &amp;quot;für&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sollte man hier nicht mal die Hinweise auf 10.2 entfernen? --[[Benutzer:Wizzzard|Wizzzard]] 18:54, 20. Apr. 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für SuSE Linux ==&lt;br /&gt;
&lt;br /&gt;
Wird wohl langsam Zeit. Es muss aber nicht nur hier einiges bearbeitet werden. Wenn du Zeit hast, dann schaue doch was du ändern/ überarbeiten kannst. Gruß, Thomas F. (tomfa)&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Downloadquellen_f%C3%83%C2%BCr_SuSE_Linux&amp;diff=29354</id>
		<title>Downloadquellen fÃ¼r SuSE Linux</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Downloadquellen_f%C3%83%C2%BCr_SuSE_Linux&amp;diff=29354"/>
		<updated>2013-05-15T17:20:30Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Zerum verschob Seite Downloadquellen fÃ¼r SuSE Linux nach Downloadquellen für SuSE Linux: &amp;quot;fÃ¼r&amp;quot; ersetzt durch &amp;quot;für&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#WEITERLEITUNG [[Downloadquellen für SuSE Linux]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Downloadquellen_f%C3%BCr_openSUSE&amp;diff=29353</id>
		<title>Downloadquellen für openSUSE</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Downloadquellen_f%C3%BCr_openSUSE&amp;diff=29353"/>
		<updated>2013-05-15T17:20:30Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Zerum verschob Seite Downloadquellen fÃ¼r SuSE Linux nach Downloadquellen für SuSE Linux: &amp;quot;fÃ¼r&amp;quot; ersetzt durch &amp;quot;für&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''[[Allgemeines]]'''&lt;br /&gt;
&lt;br /&gt;
Eine Zusammenfassung der Downloadlinks und Installationsquellen für [[openSUSE]].Versionen die '''Alpha''', '''Beta''' oder '''RC''' beinhalten sind Entwicklerversionen und '''keinesfalls''' für den Produktiveinsatz geeignet. [http://de.wikipedia.org/wiki/Versionierung] ''Anfänger'' / ''Umsteiger'' / ''Anwender'' sollten daher '''unbedingt''' die aktuelle [http://de.opensuse.org/Stabile_Version stabile Version] von openSUSE verwenden.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Box Wichtig||&lt;br /&gt;
Die [http://www.opensuse.org openSUSE]-ISOs bitte unbedingt via Bittorrent herunterladen, um die FTP-Server zu entlasten.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für die aktuelle openSUSE-Version, sowie zwei bis drei vorherige Versionen. ==&lt;br /&gt;
'''HTTP:'''&lt;br /&gt;
* [http://download.opensuse.org/distribution/ Hauptserver openSUSE.org]&lt;br /&gt;
'''FTP:'''&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/ Server der TU-Chemnitz]&lt;br /&gt;
* [ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/ Server der Uni Kassel]&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für openSUSE 12.3 ==&lt;br /&gt;
[http://software.opensuse.org/123/de Auf dieser Seite] kann openSUSE Linux 12.3 heruntergeladen werden.&lt;br /&gt;
&lt;br /&gt;
Alternativ kann man sich die Images z.B. von diesen Servern downloaden:&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.3/iso/ Server der TU-Chemnitz]&lt;br /&gt;
* [ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/12.3/iso/ Server der Uni Kassel]&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für openSUSE 12.2 ==&lt;br /&gt;
[http://software.opensuse.org/122/de Auf dieser Seite] kann openSUSE Linux 12.2 heruntergeladen werden.&lt;br /&gt;
&lt;br /&gt;
Alternativ kann man sich die Images z.B. von diesen Servern downloaden:&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.2/iso/ Server der TU-Chemnitz]&lt;br /&gt;
* [ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/12.2/iso/ Server der Uni Kassel]&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für openSUSE 12.1 ==&lt;br /&gt;
[http://software.opensuse.org/121/de Auf dieser Seite] kann openSUSE Linux 12.1 heruntergeladen werden.&lt;br /&gt;
&lt;br /&gt;
Alternativ kann man sich die Images z.B. von diesen Servern downloaden:&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.1/iso/ Server der TU-Chemnitz]&lt;br /&gt;
* [ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/12.1/iso/ Server der Uni Kassel]&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für openSUSE 11.4 ==&lt;br /&gt;
Die Images für openSUSE 11.4 kann man von diesem Server downloaden:&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.4/iso/ Server der TU-Chemnitz]&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für openSUSE 11.3 ==&lt;br /&gt;
Die Images für openSUSE 11.3 kann man von diesem Server downloaden:&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.3/iso/ Server der TU-Chemnitz]&lt;br /&gt;
&lt;br /&gt;
== Prüfsummen ==&lt;br /&gt;
&lt;br /&gt;
=== openSUSE 12.3 ===&lt;br /&gt;
&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.3/iso/openSUSE-12.3-DVD-i586.iso.md5 MD5SUM DVD-i586: download.opensuse.org]&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.3/iso/openSUSE-12.3-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: download.opensuse.org]&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.3/iso/openSUSE-12.3-DVD-i586.iso.md5 MD5SUM DVD-i586: ftp.tu-chemnitz.de]&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.3/iso/openSUSE-12.3-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: ftp.tu-chemnitz.de]&lt;br /&gt;
&lt;br /&gt;
=== openSUSE 12.2 ===&lt;br /&gt;
&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.2/iso/openSUSE-12.2-DVD-i586.iso.md5 MD5SUM DVD-i586: download.opensuse.org]&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.2/iso/openSUSE-12.2-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: download.opensuse.org]&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.2/iso/openSUSE-12.2-DVD-i586.iso.md5 MD5SUM DVD-i586: ftp.tu-chemnitz.de]&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.2/iso/openSUSE-12.2-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: ftp.tu-chemnitz.de]&lt;br /&gt;
&lt;br /&gt;
=== openSUSE 12.1 ===&lt;br /&gt;
&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.1/iso/openSUSE-12.1-DVD-i586.iso.md5 MD5SUM DVD-i586: download.opensuse.org]&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.1/iso/openSUSE-12.1-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: download.opensuse.org]&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.1/iso/openSUSE-12.1-DVD-i586.iso.md5 MD5SUM DVD-i586: ftp.tu-chemnitz.de]&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.1/iso/openSUSE-12.1-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: ftp.tu-chemnitz.de]&lt;br /&gt;
&lt;br /&gt;
=== openSUSE 11.4 ===&lt;br /&gt;
&lt;br /&gt;
* [http://download.opensuse.org/distribution/11.4/iso/openSUSE-11.4-DVD-i586.iso.md5 MD5SUM DVD-i586: download.opensuse.org]&lt;br /&gt;
* [http://download.opensuse.org/distribution/11.4/iso/openSUSE-11.4-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: download.opensuse.org]&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.4/iso/openSUSE-11.4-DVD-i586.iso.md5 MD5SUM DVD-i586: ftp.tu-chemnitz.de]&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.4/iso/openSUSE-11.4-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: ftp.tu-chemnitz.de]&lt;br /&gt;
&lt;br /&gt;
=== openSUSE 11.3 ===&lt;br /&gt;
&lt;br /&gt;
* [http://download.opensuse.org/distribution/11.3/iso/openSUSE-11.3-DVD-i586.iso.md5 MD5SUM DVD-i586: download.opensuse.org]&lt;br /&gt;
* [http://download.opensuse.org/distribution/11.3/iso/openSUSE-11.3-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: download.opensuse.org]&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.3/iso/openSUSE-11.3-DVD-i586.iso.md5 MD5SUM DVD-i586: ftp.tu-chemnitz.de]&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.3/iso/openSUSE-11.3-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: ftp.tu-chemnitz.de]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Allgemeines | Zurück zu Allgemeines]]&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Allgemeines]]&lt;br /&gt;
[[Kategorie:openSUSE]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Downloadquellen_f%C3%BCr_openSUSE&amp;diff=29352</id>
		<title>Downloadquellen für openSUSE</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Downloadquellen_f%C3%BCr_openSUSE&amp;diff=29352"/>
		<updated>2013-05-15T17:18:03Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Kategorie&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''[[Allgemeines]]'''&lt;br /&gt;
&lt;br /&gt;
Eine Zusammenfassung der Downloadlinks und Installationsquellen für [[openSUSE]].Versionen die '''Alpha''', '''Beta''' oder '''RC''' beinhalten sind Entwicklerversionen und '''keinesfalls''' für den Produktiveinsatz geeignet. [http://de.wikipedia.org/wiki/Versionierung] ''Anfänger'' / ''Umsteiger'' / ''Anwender'' sollten daher '''unbedingt''' die aktuelle [http://de.opensuse.org/Stabile_Version stabile Version] von openSUSE verwenden.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Box Wichtig||&lt;br /&gt;
Die [http://www.opensuse.org openSUSE]-ISOs bitte unbedingt via Bittorrent herunterladen, um die FTP-Server zu entlasten.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für die aktuelle openSUSE-Version, sowie zwei bis drei vorherige Versionen. ==&lt;br /&gt;
'''HTTP:'''&lt;br /&gt;
* [http://download.opensuse.org/distribution/ Hauptserver openSUSE.org]&lt;br /&gt;
'''FTP:'''&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/ Server der TU-Chemnitz]&lt;br /&gt;
* [ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/ Server der Uni Kassel]&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für openSUSE 12.3 ==&lt;br /&gt;
[http://software.opensuse.org/123/de Auf dieser Seite] kann openSUSE Linux 12.3 heruntergeladen werden.&lt;br /&gt;
&lt;br /&gt;
Alternativ kann man sich die Images z.B. von diesen Servern downloaden:&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.3/iso/ Server der TU-Chemnitz]&lt;br /&gt;
* [ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/12.3/iso/ Server der Uni Kassel]&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für openSUSE 12.2 ==&lt;br /&gt;
[http://software.opensuse.org/122/de Auf dieser Seite] kann openSUSE Linux 12.2 heruntergeladen werden.&lt;br /&gt;
&lt;br /&gt;
Alternativ kann man sich die Images z.B. von diesen Servern downloaden:&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.2/iso/ Server der TU-Chemnitz]&lt;br /&gt;
* [ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/12.2/iso/ Server der Uni Kassel]&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für openSUSE 12.1 ==&lt;br /&gt;
[http://software.opensuse.org/121/de Auf dieser Seite] kann openSUSE Linux 12.1 heruntergeladen werden.&lt;br /&gt;
&lt;br /&gt;
Alternativ kann man sich die Images z.B. von diesen Servern downloaden:&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.1/iso/ Server der TU-Chemnitz]&lt;br /&gt;
* [ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/12.1/iso/ Server der Uni Kassel]&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für openSUSE 11.4 ==&lt;br /&gt;
Die Images für openSUSE 11.4 kann man von diesem Server downloaden:&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.4/iso/ Server der TU-Chemnitz]&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für openSUSE 11.3 ==&lt;br /&gt;
Die Images für openSUSE 11.3 kann man von diesem Server downloaden:&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.3/iso/ Server der TU-Chemnitz]&lt;br /&gt;
&lt;br /&gt;
== Prüfsummen ==&lt;br /&gt;
&lt;br /&gt;
=== openSUSE 12.3 ===&lt;br /&gt;
&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.3/iso/openSUSE-12.3-DVD-i586.iso.md5 MD5SUM DVD-i586: download.opensuse.org]&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.3/iso/openSUSE-12.3-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: download.opensuse.org]&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.3/iso/openSUSE-12.3-DVD-i586.iso.md5 MD5SUM DVD-i586: ftp.tu-chemnitz.de]&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.3/iso/openSUSE-12.3-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: ftp.tu-chemnitz.de]&lt;br /&gt;
&lt;br /&gt;
=== openSUSE 12.2 ===&lt;br /&gt;
&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.2/iso/openSUSE-12.2-DVD-i586.iso.md5 MD5SUM DVD-i586: download.opensuse.org]&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.2/iso/openSUSE-12.2-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: download.opensuse.org]&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.2/iso/openSUSE-12.2-DVD-i586.iso.md5 MD5SUM DVD-i586: ftp.tu-chemnitz.de]&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.2/iso/openSUSE-12.2-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: ftp.tu-chemnitz.de]&lt;br /&gt;
&lt;br /&gt;
=== openSUSE 12.1 ===&lt;br /&gt;
&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.1/iso/openSUSE-12.1-DVD-i586.iso.md5 MD5SUM DVD-i586: download.opensuse.org]&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.1/iso/openSUSE-12.1-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: download.opensuse.org]&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.1/iso/openSUSE-12.1-DVD-i586.iso.md5 MD5SUM DVD-i586: ftp.tu-chemnitz.de]&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.1/iso/openSUSE-12.1-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: ftp.tu-chemnitz.de]&lt;br /&gt;
&lt;br /&gt;
=== openSUSE 11.4 ===&lt;br /&gt;
&lt;br /&gt;
* [http://download.opensuse.org/distribution/11.4/iso/openSUSE-11.4-DVD-i586.iso.md5 MD5SUM DVD-i586: download.opensuse.org]&lt;br /&gt;
* [http://download.opensuse.org/distribution/11.4/iso/openSUSE-11.4-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: download.opensuse.org]&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.4/iso/openSUSE-11.4-DVD-i586.iso.md5 MD5SUM DVD-i586: ftp.tu-chemnitz.de]&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.4/iso/openSUSE-11.4-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: ftp.tu-chemnitz.de]&lt;br /&gt;
&lt;br /&gt;
=== openSUSE 11.3 ===&lt;br /&gt;
&lt;br /&gt;
* [http://download.opensuse.org/distribution/11.3/iso/openSUSE-11.3-DVD-i586.iso.md5 MD5SUM DVD-i586: download.opensuse.org]&lt;br /&gt;
* [http://download.opensuse.org/distribution/11.3/iso/openSUSE-11.3-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: download.opensuse.org]&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.3/iso/openSUSE-11.3-DVD-i586.iso.md5 MD5SUM DVD-i586: ftp.tu-chemnitz.de]&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.3/iso/openSUSE-11.3-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: ftp.tu-chemnitz.de]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Allgemeines | Zurück zu Allgemeines]]&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Allgemeines]]&lt;br /&gt;
[[Kategorie:openSUSE]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Downloadquellen_f%C3%BCr_openSUSE&amp;diff=29350</id>
		<title>Downloadquellen für openSUSE</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Downloadquellen_f%C3%BCr_openSUSE&amp;diff=29350"/>
		<updated>2013-05-15T16:50:22Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Aktualisiert&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''[[Allgemeines]]'''&lt;br /&gt;
&lt;br /&gt;
Eine Zusammenfassung der Downloadlinks und Installationsquellen für [[openSUSE]].Versionen die '''Alpha''', '''Beta''' oder '''RC''' beinhalten sind Entwicklerversionen und '''keinesfalls''' für den Produktiveinsatz geeignet. [http://de.wikipedia.org/wiki/Versionierung] ''Anfänger'' / ''Umsteiger'' / ''Anwender'' sollten daher '''unbedingt''' die aktuelle [http://de.opensuse.org/Stabile_Version stabile Version] von openSUSE verwenden.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Box Wichtig||&lt;br /&gt;
Die [http://www.opensuse.org openSUSE]-ISOs bitte unbedingt via Bittorrent herunterladen, um die FTP-Server zu entlasten.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für die aktuelle openSUSE-Version, sowie zwei bis drei vorherige Versionen. ==&lt;br /&gt;
'''HTTP:'''&lt;br /&gt;
* [http://download.opensuse.org/distribution/ Hauptserver openSUSE.org]&lt;br /&gt;
'''FTP:'''&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/ Server der TU-Chemnitz]&lt;br /&gt;
* [ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/ Server der Uni Kassel]&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für openSUSE 12.3 ==&lt;br /&gt;
[http://software.opensuse.org/123/de Auf dieser Seite] kann openSUSE Linux 12.3 heruntergeladen werden.&lt;br /&gt;
&lt;br /&gt;
Alternativ kann man sich die Images z.B. von diesen Servern downloaden:&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.3/iso/ Server der TU-Chemnitz]&lt;br /&gt;
* [ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/12.3/iso/ Server der Uni Kassel]&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für openSUSE 12.2 ==&lt;br /&gt;
[http://software.opensuse.org/122/de Auf dieser Seite] kann openSUSE Linux 12.2 heruntergeladen werden.&lt;br /&gt;
&lt;br /&gt;
Alternativ kann man sich die Images z.B. von diesen Servern downloaden:&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.2/iso/ Server der TU-Chemnitz]&lt;br /&gt;
* [ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/12.2/iso/ Server der Uni Kassel]&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für openSUSE 12.1 ==&lt;br /&gt;
[http://software.opensuse.org/121/de Auf dieser Seite] kann openSUSE Linux 12.1 heruntergeladen werden.&lt;br /&gt;
&lt;br /&gt;
Alternativ kann man sich die Images z.B. von diesen Servern downloaden:&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.1/iso/ Server der TU-Chemnitz]&lt;br /&gt;
* [ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/12.1/iso/ Server der Uni Kassel]&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für openSUSE 11.4 ==&lt;br /&gt;
Die Images für openSUSE 11.4 kann man von diesem Server downloaden:&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.4/iso/ Server der TU-Chemnitz]&lt;br /&gt;
&lt;br /&gt;
== Downloadquellen für openSUSE 11.3 ==&lt;br /&gt;
Die Images für openSUSE 11.3 kann man von diesem Server downloaden:&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.3/iso/ Server der TU-Chemnitz]&lt;br /&gt;
&lt;br /&gt;
== Prüfsummen ==&lt;br /&gt;
&lt;br /&gt;
=== openSUSE 12.3 ===&lt;br /&gt;
&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.3/iso/openSUSE-12.3-DVD-i586.iso.md5 MD5SUM DVD-i586: download.opensuse.org]&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.3/iso/openSUSE-12.3-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: download.opensuse.org]&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.3/iso/openSUSE-12.3-DVD-i586.iso.md5 MD5SUM DVD-i586: ftp.tu-chemnitz.de]&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.3/iso/openSUSE-12.3-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: ftp.tu-chemnitz.de]&lt;br /&gt;
&lt;br /&gt;
=== openSUSE 12.2 ===&lt;br /&gt;
&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.2/iso/openSUSE-12.2-DVD-i586.iso.md5 MD5SUM DVD-i586: download.opensuse.org]&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.2/iso/openSUSE-12.2-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: download.opensuse.org]&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.2/iso/openSUSE-12.2-DVD-i586.iso.md5 MD5SUM DVD-i586: ftp.tu-chemnitz.de]&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.2/iso/openSUSE-12.2-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: ftp.tu-chemnitz.de]&lt;br /&gt;
&lt;br /&gt;
=== openSUSE 12.1 ===&lt;br /&gt;
&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.1/iso/openSUSE-12.1-DVD-i586.iso.md5 MD5SUM DVD-i586: download.opensuse.org]&lt;br /&gt;
* [http://download.opensuse.org/distribution/12.1/iso/openSUSE-12.1-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: download.opensuse.org]&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.1/iso/openSUSE-12.1-DVD-i586.iso.md5 MD5SUM DVD-i586: ftp.tu-chemnitz.de]&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.1/iso/openSUSE-12.1-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: ftp.tu-chemnitz.de]&lt;br /&gt;
&lt;br /&gt;
=== openSUSE 11.4 ===&lt;br /&gt;
&lt;br /&gt;
* [http://download.opensuse.org/distribution/11.4/iso/openSUSE-11.4-DVD-i586.iso.md5 MD5SUM DVD-i586: download.opensuse.org]&lt;br /&gt;
* [http://download.opensuse.org/distribution/11.4/iso/openSUSE-11.4-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: download.opensuse.org]&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.4/iso/openSUSE-11.4-DVD-i586.iso.md5 MD5SUM DVD-i586: ftp.tu-chemnitz.de]&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.4/iso/openSUSE-11.4-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: ftp.tu-chemnitz.de]&lt;br /&gt;
&lt;br /&gt;
=== openSUSE 11.3 ===&lt;br /&gt;
&lt;br /&gt;
* [http://download.opensuse.org/distribution/11.3/iso/openSUSE-11.3-DVD-i586.iso.md5 MD5SUM DVD-i586: download.opensuse.org]&lt;br /&gt;
* [http://download.opensuse.org/distribution/11.3/iso/openSUSE-11.3-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: download.opensuse.org]&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.3/iso/openSUSE-11.3-DVD-i586.iso.md5 MD5SUM DVD-i586: ftp.tu-chemnitz.de]&lt;br /&gt;
* [ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.3/iso/openSUSE-11.3-DVD-x86_64.iso.md5 MD5SUM DVD-x86_64: ftp.tu-chemnitz.de]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Allgemeines | Zurück zu Allgemeines]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Allgemeines]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Benutzer:Zerum&amp;diff=29349</id>
		<title>Benutzer:Zerum</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Benutzer:Zerum&amp;diff=29349"/>
		<updated>2013-05-15T14:50:24Z</updated>

		<summary type="html">&lt;p&gt;Zerum: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Linux Werdegang ==&lt;br /&gt;
*Interesse an Linux seit 2004. Angefangen mit SuSE Linux 9.2 - damals war das Paketmanagement grauenhaft, vor allem als Anfänger lernte man schnell was die [http://en.wikipedia.org/wiki/Dependency_hell RPM-Hölle] ist. Seitdem grosses Interesse an Paketmanagement unter Linux. &amp;lt;br/&amp;gt;&lt;br /&gt;
*Danach sofort zu Debian und ich lernte was einen guten Paketmanager ausmacht;) &amp;lt;br/&amp;gt;&lt;br /&gt;
*Dann mal intensiver Gentoo getestet - dort habe ich am meisten über Linux gelernt. Aber auf Dauer nervt die ewige Kompiliererei nur. &amp;lt;br/&amp;gt;&lt;br /&gt;
*Dann Arch Linux - gutes OS, mit pacman ein sehr guter Paketmanager,wieder einiges gelernt. Aber Bleeding Edge und Rolling Release ist für ein produktives Hauptsystem (zumindest für mich) nicht so geeignet. Hat auf einer Testpartition aber immer seinen festen Platz. &amp;lt;br/&amp;gt;&lt;br /&gt;
*Anschließend wieder mehrere Jahre zurück zu Debian (Kanotix) - ist solide, bewährt und ohne große Überraschungen.&amp;lt;br/&amp;gt;&lt;br /&gt;
*Seit 2012 wieder bei openSUSE. Ein Riesenunterschied zu meinen Anfängen mit 9.2. Das Paketmanagement mit zypper ist nach meiner Meinung mittlerweile apt überlegen. Auch der schlechte Ruf, den RPM damals hatte, ist nicht mehr gerechtfertigt.&amp;lt;br/&amp;gt;&lt;br /&gt;
*Auf Testpartitionen und in Virtualbox werden immer auch wieder alle möglichen Linuxsysteme ausprobiert. Im Moment im Test: Fedora, Debian {wheezy,testing,unstable}, openSUSE {Tumbleweed,Factory}, Arch Linux, diverse Ubuntus, Mageia, &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Artikel an denen ich mich ein wenig beteiligt habe ==&lt;br /&gt;
[[APT]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Zypper]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Man zypper]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Yum]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Man yum]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[RPM Fusion]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[openSUSE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Fedora]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Debian]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[KDE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[GNOME]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Xfce]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[LXDE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Razor-qt]]&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Man_apt-cache&amp;diff=29345</id>
		<title>Man apt-cache</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Man_apt-cache&amp;diff=29345"/>
		<updated>2013-05-13T18:03:25Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Kategorie&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Korrekter Titel|man apt-cache}}&lt;br /&gt;
&lt;br /&gt;
{{Achtung|Dies ist eine reine Textkopie der Manpage von apt-cache um sie online anzuschauen. Anwendbar für apt 0.9.7.8}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;APT-CACHE(8)                          APT                         APT-CACHE(8)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NAME&lt;br /&gt;
       apt-cache - den APT-Zwischenspeicher abfragen&lt;br /&gt;
&lt;br /&gt;
ÜBERSICHT&lt;br /&gt;
       apt-cache [-agipns] [-o=Konfigurationszeichenkette]&lt;br /&gt;
                 [-c=Konfigurationsdatei] {gencaches | showpkg Paket... |&lt;br /&gt;
                 showsrc Paket... | stats | dump | dumpavail | unmet |&lt;br /&gt;
                 search regulärer_Ausdruck... |&lt;br /&gt;
                 show Paket [{=Paketversionsnummer | /Ziel-Release}]... |&lt;br /&gt;
                 depends Paket [{=Paketversionsnummer | /Ziel-Release}]... |&lt;br /&gt;
                 rdepends Paket [{=Paketversionsnummer | /Ziel-Release}]... |&lt;br /&gt;
                 pkgnames [Präfix]  |&lt;br /&gt;
                 dotty Paket [{=Paketversionsnummer | /Ziel-Release}]... |&lt;br /&gt;
                 xvcg Paket [{=Paketversionsnummer | /Ziel-Release}]... |&lt;br /&gt;
                 policy [Paket...] | madison Paket... | {-v | --version} |&lt;br /&gt;
                 {-h | --help}}&lt;br /&gt;
&lt;br /&gt;
BESCHREIBUNG&lt;br /&gt;
       apt-cache führt eine Vielzahl von Operationen auf dem&lt;br /&gt;
       Paketzwischenspeicher von APT durch. apt-cache manipuliert nicht den&lt;br /&gt;
       Status des Systems, stellt aber Operationen zum Suchen und Generieren&lt;br /&gt;
       von interessanten Ausgaben der Paket-Metadaten bereit.&lt;br /&gt;
&lt;br /&gt;
       Sofern nicht die -h-, oder --help-Option angegeben ist, muss einer der&lt;br /&gt;
       unten aufgeführten Befehle vorkommen.&lt;br /&gt;
&lt;br /&gt;
       gencaches&lt;br /&gt;
           gencaches erzeugt den Paketzwischenspeicher von APT. Dies wird&lt;br /&gt;
           implizit durch alle Befehle erledigt, die diesen Zwischenspeicher&lt;br /&gt;
           benötigen, falls er fehlt oder veraltet ist.&lt;br /&gt;
&lt;br /&gt;
       showpkg Paket...&lt;br /&gt;
           showpkg zeigt Informationen über die auf der Befehlszeile&lt;br /&gt;
           aufgelisteten Pakete. Die übrigen Argumente sind Paketnamen. Die&lt;br /&gt;
           verfügbaren Versionen und Rückwärtsabhängigkeiten jedes&lt;br /&gt;
           aufgeführten Paketes werden ebenso aufgelistet, wie die&lt;br /&gt;
           Vorwärtsabhängigkeiten jeder Version. Vorwärtsabhängigkeiten&lt;br /&gt;
           (normale Abhängigkeiten) sind jene Pakete, von denen das&lt;br /&gt;
           betreffende Paket abhängt. Rückwärtsabhängigkeiten sind jene&lt;br /&gt;
           Pakete, die von dem betreffenden Paket abhängen. Deshalb müssen&lt;br /&gt;
           Vorwärtsabhängigkeiten für das Paket erfüllt werden,&lt;br /&gt;
           Rückwärtsabhängigkeiten allerdings nicht. apt-cache showpkg&lt;br /&gt;
           libreadline2 würde zum Beispiel eine Ausgabe ähnlich der folgenden&lt;br /&gt;
           erzeugen:&lt;br /&gt;
&lt;br /&gt;
               Package: libreadline2&lt;br /&gt;
               Versions: 2.1-12(/var/state/apt/lists/foo_Packages),&lt;br /&gt;
               Reverse Depends:&lt;br /&gt;
                 libreadlineg2,libreadline2&lt;br /&gt;
                 libreadline2-altdev,libreadline2&lt;br /&gt;
               Dependencies:&lt;br /&gt;
               2.1-12 - libc5 (2 5.4.0-0) ncurses3.0 (0 (null))&lt;br /&gt;
               Provides:&lt;br /&gt;
               2.1-12 -&lt;br /&gt;
               Reverse Provides:&lt;br /&gt;
           Dadurch sieht man, dass libreadline2, Version 2.1-12, von libc5 und&lt;br /&gt;
           ncurses3.0 abhängt, die installiert sein müssen, damit libreadline2&lt;br /&gt;
           funktioniert. Im Gegenzug hängen libreadlineg2 und&lt;br /&gt;
           libreadline2-altdev von libreadline2 ab. Wenn libreadline2&lt;br /&gt;
           installiert ist, müssen außerdem libc5 und ncurses3.0 (und ldso)&lt;br /&gt;
           installiert sein. Für die spezielle Bedeutung der restlichen&lt;br /&gt;
           Ausgabe ist es am besten, den apt-Quelltext zu konsultieren.&lt;br /&gt;
&lt;br /&gt;
       stats&lt;br /&gt;
           stats zeigt einige Statistiken über den Zwischenspeicher. Es werden&lt;br /&gt;
           keine weiteren Argumente erwartet. Berichtete Statistiken sind:&lt;br /&gt;
&lt;br /&gt;
           ·   Total package names ist die Gesamtzahl der im Zwischenspeicher&lt;br /&gt;
               gefundenen Pakete.&lt;br /&gt;
&lt;br /&gt;
           ·   Normal packages ist die Anzahl der regulären, gewöhnlichen&lt;br /&gt;
               Paketnamen. Diese sind Pakete, die eine&lt;br /&gt;
               Eins-zu-Eins-Entsprechung zwischen ihren Namen und den Namen,&lt;br /&gt;
               die andere Pakete für ihre Abhängigkeiten benutzen, tragen. Die&lt;br /&gt;
               Mehrzahl der Pakete fällt in diese Kategorie.&lt;br /&gt;
&lt;br /&gt;
           ·   Pure virtual packages ist die Anzahl der Pakete, die nur als&lt;br /&gt;
               ein virtueller Paketname existieren. Das kommt vor, wenn Pakete&lt;br /&gt;
               nur den virtuellen Paketnamen »bereitstellen« und aktuell kein&lt;br /&gt;
               Paket den Namen benutzt. Zum Beispiel ist im&lt;br /&gt;
               Debian-GNU/Linux-System »mail-transport-agent« ein rein&lt;br /&gt;
               virtuelles Paket. Mehrere Pakete stellen »mail-transport-agent«&lt;br /&gt;
               bereit, aber es gibt kein Paket mit dem Namen&lt;br /&gt;
               »mail-transport-agent«.&lt;br /&gt;
&lt;br /&gt;
           ·   Single virtual packages ist die Anzahl der Pakete mit nur einem&lt;br /&gt;
               Paket, das ein bestimmtes virtuelles Paket bereitstellt.&lt;br /&gt;
               »X11-text-viewer« ist zum Beispiel im Debian-GNU/Linux-System&lt;br /&gt;
               ein virtuelles Paket, aber nur ein Paket, xless, stellt&lt;br /&gt;
               »X11-text-viewer« bereit.&lt;br /&gt;
&lt;br /&gt;
           ·   Mixed virtual packages ist die Anzahl der Pakete, die entweder&lt;br /&gt;
               ein bestimmtes virtuelles Paket bereitstellen oder den&lt;br /&gt;
               virtuellen Paketnamen als Paketnamen haben. »debconf« ist zum&lt;br /&gt;
               Beispiel sowohl ein tatsächliches Paket, wird aber auch vom&lt;br /&gt;
               Paket debconf-tiny bereitgestellt.&lt;br /&gt;
&lt;br /&gt;
           ·   Missing ist die Anzahl der Paketnamen, auf die eine&lt;br /&gt;
               Abhängigkeit verweist, die aber von keinem Paket bereitgestellt&lt;br /&gt;
               werden. Fehlende Pakete könnten auftauchen, wenn nicht auf eine&lt;br /&gt;
               vollständige Distribution zugegriffen oder ein (echtes oder&lt;br /&gt;
               virtuelles) Paket aus einer Distribution gestrichen wurde.&lt;br /&gt;
               Normalerweise wird auf sie von Conflicts oder Breaks-Angaben&lt;br /&gt;
               Bezug genommen.&lt;br /&gt;
&lt;br /&gt;
           ·   Total distinct Versionen ist die Anzahl der im Zwischenspeicher&lt;br /&gt;
               gefundenen Paketversionen. Dieser Wert ist daher meistens&lt;br /&gt;
               gleich der Anzahl der gesamten Paketnamen. Wenn auf mehr als&lt;br /&gt;
               eine Distribution zugegriffen wird (zum Beispiel »Stable« und&lt;br /&gt;
               »Unstable« zusammen), kann dieser Wert deutlich größer als die&lt;br /&gt;
               gesamte Anzahl der Paketnamen sein.&lt;br /&gt;
&lt;br /&gt;
           ·   Total dependencies ist die Anzahl der Abhängigkeitsbeziehungen,&lt;br /&gt;
               den alle Pakete im Zwischenspeicher beanspruchen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       showsrc Paket...&lt;br /&gt;
           showsrc zeigt alle Quellpaketdatensätze, die den angegebenen&lt;br /&gt;
           Paketnamen entsprechen. Alle Versionen werden ebenso angezeigt, wie&lt;br /&gt;
           alle Datensätze, die den Namen für ein Binärpaket deklarieren.&lt;br /&gt;
&lt;br /&gt;
       dump&lt;br /&gt;
           dump zeigt einen kurzen Programmausdruck von jedem Paket im&lt;br /&gt;
           Zwischenspeicher. Es dient in erster Linie der Fehlersuche.&lt;br /&gt;
&lt;br /&gt;
       dumpavail&lt;br /&gt;
           dumpavail gibt eine verfügbare Liste auf stdout aus. Dies ist&lt;br /&gt;
           geeignet für die Benutzung mit dpkg(1) und wird für die&lt;br /&gt;
           dselect(1)-Methode benutzt.&lt;br /&gt;
&lt;br /&gt;
       unmet&lt;br /&gt;
           unmet zeigt die Zusammenfassung aller unerfüllten Abhängigkeiten im&lt;br /&gt;
           Paketzwischenspeicher.&lt;br /&gt;
&lt;br /&gt;
       show Paket...&lt;br /&gt;
           show führt eine Funktion aus, die dpkg --print-avail ähnlich ist.&lt;br /&gt;
           Es zeigt die Paketdatensätze für die genannten Pakete.&lt;br /&gt;
&lt;br /&gt;
       search regulärer_Ausdruck...&lt;br /&gt;
           search führt eine Volltextsuche in der Liste aller verfügbaren&lt;br /&gt;
           Pakete für das gegebene POSIX-regex-Muster durch, siehe regex(7).&lt;br /&gt;
           Es durchsucht die Paketnamen und die Beschreibungen nach einem&lt;br /&gt;
           Vorkommen des regulären Ausdrucks und gibt den Paketnamen mit einer&lt;br /&gt;
           kurzen Beschreibung, einschließlich virtueller Paketnamen, aus.&lt;br /&gt;
           Wenn --full angegeben wurde, ist die Ausgabe gleich der, die show&lt;br /&gt;
           für jedes Paket erzeugt und wenn --names-only angegeben wurde, wird&lt;br /&gt;
           die lange Beschreibung nicht durchsucht, sondern nur der Paketname.&lt;br /&gt;
&lt;br /&gt;
           Separate Argumente können benutzt werden, um mehrere Suchmuster&lt;br /&gt;
           anzugeben, die »und«-verknüpft werden.&lt;br /&gt;
&lt;br /&gt;
       depends Paket...&lt;br /&gt;
           depends zeigt eine Liste von jeder Abhängigkeit, die ein Paket hat&lt;br /&gt;
           und alle möglichen anderen Pakete, die die Abhängigkeit erfüllen&lt;br /&gt;
           können.&lt;br /&gt;
&lt;br /&gt;
       rdepends Paket...&lt;br /&gt;
           rdepends zeigt eine Liste von jeder Rückwärtsabhängigkeit, die ein&lt;br /&gt;
           Paket hat.&lt;br /&gt;
&lt;br /&gt;
       pkgnames [Präfix]&lt;br /&gt;
           Dieser Befehl gibt den Namen jedes Paketes aus, das APT kennt. Das&lt;br /&gt;
           optionale Argument ist ein passendes Präfix, um die Namensliste zu&lt;br /&gt;
           filtern. Die Ausgabe ist geeignet für die Benutzung in der&lt;br /&gt;
           Tabulatorvervollständigung in der Shell. Die Ausgabe wird extrem&lt;br /&gt;
           schnell generiert. Dieser Befehl wird am besten mit der&lt;br /&gt;
           --generate-Option benutzt.&lt;br /&gt;
&lt;br /&gt;
           Beachten Sie, dass ein Paket, das APT kennt, nicht notwendigerweise&lt;br /&gt;
           zum Herunterladen verfügbar, installierbar oder installiert ist,&lt;br /&gt;
           virtuelle Pakete sind z.B. auch in der generierten Liste&lt;br /&gt;
           aufgeführt.&lt;br /&gt;
&lt;br /&gt;
       dotty Paket...&lt;br /&gt;
           dotty nimmt eine Paketliste auf der Befehlszeile entgegen und&lt;br /&gt;
           generiert eine Ausgabe, die für die Benutzung durch dotty aus dem&lt;br /&gt;
           Paket GraphViz[1] geeignet ist. Das Ergebnis ist eine&lt;br /&gt;
           Zusammenstellung von Knoten und Kanten, die die Beziehung zwischen&lt;br /&gt;
           Paketen darstellen. Standardmäßig werden alle abhängigen Pakete&lt;br /&gt;
           ausfindig gemacht. Dies kann zu einem sehr großen Schaubild führen.&lt;br /&gt;
           Um die Ausgabe auf die Pakete zu beschränken, die auf der&lt;br /&gt;
           Befehlszeile eingegeben wurden, setzen Sie die Option&lt;br /&gt;
           APT::Cache::GivenOnly.&lt;br /&gt;
&lt;br /&gt;
           Die resultierenden Knoten haben mehrere Formen: Normale Pakete sind&lt;br /&gt;
           Kästchen, rein virtuelle Pakete sind Dreiecke, gemischt virtuelle&lt;br /&gt;
           Pakete sind Diamanten, fehlende Pakete sind Sechsecke. Orange&lt;br /&gt;
           Kästchen bedeuten, dass die Rekursion beendet wurde [Leaf&lt;br /&gt;
           Packages], blaue Linien sind Pre-depends, grüne Linien sind&lt;br /&gt;
           Konflikte.&lt;br /&gt;
&lt;br /&gt;
           Vorsicht, dotty kann keine größeren Zusammenstellungen von Paketen&lt;br /&gt;
           grafisch darstellen.&lt;br /&gt;
&lt;br /&gt;
       xvcg Paket...&lt;br /&gt;
           Das gleiche wie dotty, nur für xvcg vom VCG-Werkzeug[2].&lt;br /&gt;
&lt;br /&gt;
       policy [Paket...]&lt;br /&gt;
           policy ist dazu gedacht, bei Fragen der Fehlersuche, die sich auf&lt;br /&gt;
           die Einstellungsdatei beziehen, zu helfen. Ohne Argumente gibt es&lt;br /&gt;
           die Prioritäten von jeder Quelle aus. Ansonsten gibt es&lt;br /&gt;
           umfangreiche Informationen über die Prioritätenauswahl der&lt;br /&gt;
           genannten Pakete aus.&lt;br /&gt;
&lt;br /&gt;
       madison Paket...&lt;br /&gt;
           apt-caches madison-Befehl versucht das Ausgabeformat und eine&lt;br /&gt;
           Untermenge der Funktionalität des&lt;br /&gt;
           Debian-Archivververwaltungswerkzeuges madison nachzuahmen. Es zeigt&lt;br /&gt;
           verfügbare Versionen eines Pakets in Tabellenform. Anders als das&lt;br /&gt;
           Original madison, kann es nur Informationen für die Architektur&lt;br /&gt;
           anzeigen, für die APT Paketlisten heruntergeladen hat&lt;br /&gt;
           (APT::Architecture).&lt;br /&gt;
&lt;br /&gt;
OPTIONEN&lt;br /&gt;
       Alle Befehlszeilenoptionen können durch die Konfigurationsdatei gesetzt&lt;br /&gt;
       werden, die Beschreibung gibt die zu setzende Option an. Für boolesche&lt;br /&gt;
       Optionen können Sie die Konfigurationsdatei überschreiben, indem Sie&lt;br /&gt;
       etwas wie -f-, --no-f, -f=no oder etliche weitere Varianten benutzen.&lt;br /&gt;
&lt;br /&gt;
       -p, --pkg-cache&lt;br /&gt;
           wählt die Datei zum Speichern des Paketzwischenspeichers. Der&lt;br /&gt;
           Paketzwischenspeicher ist der primäre Zwischenspeicher, der von&lt;br /&gt;
           allen Operationen benutzt wird. Konfigurationselement:&lt;br /&gt;
           Dir::Cache::pkgcache.&lt;br /&gt;
&lt;br /&gt;
       -s, --src-cache&lt;br /&gt;
           wählt die Datei zum Speichern des Quellenzwischenspeichers. Die&lt;br /&gt;
           Quelle wird nur von gencaches benutzt und sie speichert eine&lt;br /&gt;
           ausgewertete Version der Paketinformationen von entfernt liegenden&lt;br /&gt;
           Quellen. Wenn der Paketzwischenspeicher gebildet wird, wird der&lt;br /&gt;
           Quellenzwischenspeicher benutzt, um ein erneutes Auswerten aller&lt;br /&gt;
           Paketdateien zu vermeiden. Konfigurationselement:&lt;br /&gt;
           Dir::Cache::srcpkgcache.&lt;br /&gt;
&lt;br /&gt;
       -q, --quiet&lt;br /&gt;
           still; erzeugt eine Ausgabe, die für Protokollierung geeignet ist&lt;br /&gt;
           und Fortschrittsanzeiger weglässt. Mehr »q«s unterdrücken mehr&lt;br /&gt;
           Ausgaben, bis zu einem Maximum von 2. Sie können außerdem -q=#&lt;br /&gt;
           benutzen, um die Stillestufe zu setzen, was die Konfigurationsdatei&lt;br /&gt;
           überschreibt. Konfigurationselement: quiet.&lt;br /&gt;
&lt;br /&gt;
       -i, --important&lt;br /&gt;
           nur wichtige Abhängigkeiten ausgeben. Zur Benutzung mit unmet und&lt;br /&gt;
           depends. Veranlasst, dass nur Depends- und Pre-Depends-Beziehungen&lt;br /&gt;
           ausgegeben werden. Konfigurationselement: APT::Cache::Important.&lt;br /&gt;
&lt;br /&gt;
       --no-pre-depends, --no-depends, --no-recommends, --no-suggests,&lt;br /&gt;
       --no-conflicts, --no-breaks, --no-replaces, --no-enhances&lt;br /&gt;
           Standardmäßig geben depends und rdepends alle Abhängigkeiten aus.&lt;br /&gt;
           Dies kann mit diesen Schaltern optimiert werden, die den&lt;br /&gt;
           angegebenen Abhängigkeitstyp weglassen. Konfigurationselement:&lt;br /&gt;
           APT::Cache::ShowAbhängigkeitstyp z.B. APT::Cache::ShowRecommends.&lt;br /&gt;
&lt;br /&gt;
       -f, --full&lt;br /&gt;
           gibt die vollständigen Paketdatensätze beim Suchen aus.&lt;br /&gt;
           Konfigurationselement: APT::Cache::ShowFull.&lt;br /&gt;
&lt;br /&gt;
       -a, --all-versions&lt;br /&gt;
           gibt die vollständigen Datensätze für alle verfügbaren Versionen&lt;br /&gt;
           aus. Dies ist die Vorgabe. Um sie auszuschalten, benutzen Sie&lt;br /&gt;
           --no-all-versions. Wenn --no-all-versions angegeben ist, wird nur&lt;br /&gt;
           die Anwärterversion angezeigt (die, die zur Installation ausgewählt&lt;br /&gt;
           würde). Diese Option ist nur für den show-Befehl anwendbar.&lt;br /&gt;
           Konfigurationselement: APT::Cache::AllVersions.&lt;br /&gt;
&lt;br /&gt;
       -g, --generate&lt;br /&gt;
           führt das Neuerstellen des Paketzwischenspeichers aus, anstatt den&lt;br /&gt;
           Zwischenspeicher so zu benutzen, wie er ist. Das ist die Vorgabe.&lt;br /&gt;
           Um sie auszuschalten benutzen Sie --no-generate.&lt;br /&gt;
           Konfigurationselement: APT::Cache::Generate.&lt;br /&gt;
&lt;br /&gt;
       --names-only, -n&lt;br /&gt;
           durchsucht nur die Paketnamen, nicht die Langbeschreibungen.&lt;br /&gt;
           Konfigurationselement: APT::Cache::NamesOnly.&lt;br /&gt;
&lt;br /&gt;
       --all-names&lt;br /&gt;
           lässt pkgnames alle Namen, einschließlich virtueller Pakete und&lt;br /&gt;
           fehlender Abhängigkeiten, ausgeben. Konfigurationselement:&lt;br /&gt;
           APT::Cache::AllNames.&lt;br /&gt;
&lt;br /&gt;
       --recurse&lt;br /&gt;
           macht depends und rdepends rekursiv, so dass alle erwähnten Pakete&lt;br /&gt;
           einmal ausgegeben werden. Konfigurationselement:&lt;br /&gt;
           APT::Cache::RecurseDepends.&lt;br /&gt;
&lt;br /&gt;
       --installed&lt;br /&gt;
           begrenzt die Ausgabe von depends und rdepends auf Pakete, die&lt;br /&gt;
           aktuell installiert sind. Konfigurationselement:&lt;br /&gt;
           APT::Cache::Installed.&lt;br /&gt;
&lt;br /&gt;
       -h, --help&lt;br /&gt;
           eine kurze Aufrufzusammenfassung zeigen&lt;br /&gt;
&lt;br /&gt;
       -v, --version&lt;br /&gt;
           die Version des Programms anzeigen&lt;br /&gt;
&lt;br /&gt;
       -c, --config-file&lt;br /&gt;
           Konfigurationsdatei; gibt eine Konfigurationssdatei zum Benutzen&lt;br /&gt;
           an. Das Programm wird die Vorgabe-Konfigurationsdatei und dann&lt;br /&gt;
           diese Konfigurationsdatei lesen. Falls Konfigurationseinstellungen&lt;br /&gt;
           vor der Vorgabe-Konfiguration ausgewertet werden müssen, geben Sie&lt;br /&gt;
           eine Datei der Umgebungsvariable APT_CONFIG an Lesen Sie&lt;br /&gt;
           apt.conf(5), um Syntax-Informationen zu erhalten&lt;br /&gt;
&lt;br /&gt;
       -o, --option&lt;br /&gt;
           eine Konfigurationsoption setzen; Dies wird eine beliebige&lt;br /&gt;
           Konfigurationsoption setzen. Die Syntax lautet -o Foo::Bar=bar. -o&lt;br /&gt;
           und --option kann mehrfach benutzt werden, um verschiedene Optionen&lt;br /&gt;
           zu setzen.&lt;br /&gt;
&lt;br /&gt;
DATEIEN&lt;br /&gt;
       /etc/apt/sources.list&lt;br /&gt;
           Orte, von denen Pakete geladen werden. Konfigurationselement:&lt;br /&gt;
           Dir::Etc::SourceList.&lt;br /&gt;
&lt;br /&gt;
       /etc/apt/sources.list.d/&lt;br /&gt;
           Dateifragmente für Orte, von denen Pakete geladen werden.&lt;br /&gt;
           Konfigurationselement: Dir::Etc::SourceParts.&lt;br /&gt;
&lt;br /&gt;
       /var/lib/apt/lists/&lt;br /&gt;
           Speicherbereich für Statusinformationen jeder in sources.list(5)&lt;br /&gt;
           angegebenen Paketquelle Konfigurationselement: Dir::State::Lists.&lt;br /&gt;
&lt;br /&gt;
       /var/lib/apt/lists/partial/&lt;br /&gt;
           Speicherbereich für Statusinformationen auf dem Transportweg.&lt;br /&gt;
           Konfigurationselement: Dir::State::Lists (partial wird implizit&lt;br /&gt;
           angehängt)&lt;br /&gt;
&lt;br /&gt;
SIEHE AUCH&lt;br /&gt;
       apt.conf(5), sources.list(5), apt-get(8)&lt;br /&gt;
&lt;br /&gt;
DIAGNOSE&lt;br /&gt;
       apt-cache gibt bei normalen Operationen 0 zurück, dezimal 100 bei&lt;br /&gt;
       Fehlern.&lt;br /&gt;
&lt;br /&gt;
FEHLER&lt;br /&gt;
       APT-Fehlerseite[3]. Wenn Sie einen Fehler in APT berichten möchten,&lt;br /&gt;
       lesen Sie bitte /usr/share/doc/debian/bug-reporting.txt oder den&lt;br /&gt;
       reportbug(1)-Befehl. Verfassen Sie Fehlerberichte bitte auf Englisch.&lt;br /&gt;
&lt;br /&gt;
ÜBERSETZUNG&lt;br /&gt;
       Die deutsche Übersetzung wurde 2009 von Chris Leick&lt;br /&gt;
       &amp;lt;c.leick@vollbio.de&amp;gt; in Zusammenarbeit mit dem deutschen l10n-Team von&lt;br /&gt;
       Debian &amp;lt;debian-l10n-german@lists.debian.org&amp;gt; angefertigt.&lt;br /&gt;
&lt;br /&gt;
       Beachten Sie, dass diese Übersetzung Teile enthalten kann, die nicht&lt;br /&gt;
       übersetzt wurden. Dies ist so, damit kein Inhalt verloren geht, wenn&lt;br /&gt;
       die Übersetzung hinter dem Originalinhalt hinterherhängt.&lt;br /&gt;
&lt;br /&gt;
AUTOREN&lt;br /&gt;
       Jason Gunthorpe&lt;br /&gt;
&lt;br /&gt;
       APT-Team&lt;br /&gt;
&lt;br /&gt;
FUßNOTEN&lt;br /&gt;
        1. GraphViz&lt;br /&gt;
           http://www.research.att.com/sw/tools/graphviz/&lt;br /&gt;
&lt;br /&gt;
        2. VCG-Werkzeug&lt;br /&gt;
           http://rw4.cs.uni-sb.de/users/sander/html/gsvcg1.html&lt;br /&gt;
&lt;br /&gt;
        3. APT-Fehlerseite&lt;br /&gt;
           http://bugs.debian.org/src:apt&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
APT 0.9.7.8                      09 Juni 2012                     APT-CACHE(8)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:APT]]&lt;br /&gt;
[[Category:Paketmanager]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Man_apt-get&amp;diff=29344</id>
		<title>Man apt-get</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Man_apt-get&amp;diff=29344"/>
		<updated>2013-05-13T18:02:51Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Kategorie&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Korrekter Titel|man apt-get}}&lt;br /&gt;
&lt;br /&gt;
{{Achtung|Dies ist eine reine Textkopie der Manpage von apt-get um sie online anzuschauen. Anwendbar für apt 0.9.7.8}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;APT-GET(8)                            APT                           APT-GET(8)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NAME&lt;br /&gt;
       apt-get - APT-Werkzeug für den Umgang mit Paketen --&lt;br /&gt;
       Befehlszeilenschnittstelle&lt;br /&gt;
&lt;br /&gt;
ÜBERSICHT&lt;br /&gt;
       apt-get [-asqdyfmubV] [-o=Konfigurationszeichenkette]&lt;br /&gt;
               [-c=Konfigurationsdatei] [-t=Ziel-Release] [-a=Architektur]&lt;br /&gt;
               {update | upgrade | dselect-upgrade | dist-upgrade |&lt;br /&gt;
               install Paket [{=Paketversionsnummer | /Ziel-Release}]... |&lt;br /&gt;
               remove Paket... | purge Paket... |&lt;br /&gt;
               source Paket [{=Paketversionsnummer | /Ziel-Release}]... |&lt;br /&gt;
               build-dep Paket [{=Paketversionsnummer | /Ziel-Release}]... |&lt;br /&gt;
               download Paket [{=Paketversionsnummer | /Ziel-Release}]... |&lt;br /&gt;
               check | clean | autoclean | autoremove | {-v | --version} |&lt;br /&gt;
               {-h | --help}}&lt;br /&gt;
&lt;br /&gt;
BESCHREIBUNG&lt;br /&gt;
       apt-get ist ein Befehlszeilenwerkzeug zur Handhabung von Paketen und&lt;br /&gt;
       könnte als »Backend« anderer Werkzeugen betrachtet werden, die die&lt;br /&gt;
       APT-Bibliothek benutzen. Es existieren mehrere&lt;br /&gt;
       Oberflächenschnittstellen, wie dselect(1), aptitude(8), synaptic(8) und&lt;br /&gt;
       wajig(1).&lt;br /&gt;
&lt;br /&gt;
       Sofern nicht die -h-, oder --help-Option angegeben ist, muss einer der&lt;br /&gt;
       unten aufgeführten Befehle vorkommen.&lt;br /&gt;
&lt;br /&gt;
       update&lt;br /&gt;
           update wird benutzt, um die Paketindexdatei wieder mit ihren&lt;br /&gt;
           Quellen zu synchronisieren. Die Indizes verfügbarer Pakete werden&lt;br /&gt;
           von den in /etc/apt/sources.list angegebenen Orten geladen. Wenn&lt;br /&gt;
           Sie zum Beispiel ein Debian-Archiv benutzen, erneuert dieser Befehl&lt;br /&gt;
           die Packages.gz-Dateien und wertet sie aus, so dass Informationen&lt;br /&gt;
           über neue und aktualisierte Pakete verfügbar sind. Ein update&lt;br /&gt;
           sollte immer vor einem upgrade oder dist-upgrade ausgeführt werden.&lt;br /&gt;
           Bitte seien Sie sich bewusst, dass die Gesamtfortschrittsanzeige&lt;br /&gt;
           nicht richtig sein wird, da die Größe der Pakete nicht im voraus&lt;br /&gt;
           bekannt ist.&lt;br /&gt;
&lt;br /&gt;
       upgrade&lt;br /&gt;
           upgrade wird benutzt, um die neusten Versionen aller aktuell auf&lt;br /&gt;
           dem System installierten Pakete aus den in /etc/apt/sources.list&lt;br /&gt;
           aufgezählten Quellen zu installieren. Aktuell installierte Pakete&lt;br /&gt;
           mit verfügbaren neuen Versionen werden heruntergeladen und das&lt;br /&gt;
           Upgrade durchgeführt. Unter keinen Umständen werden derzeit&lt;br /&gt;
           installierte Pakete entfernt oder nicht installierte Pakete&lt;br /&gt;
           heruntergeladen und installiert. Neue Versionen von aktuell&lt;br /&gt;
           installierten Paketen von denen kein Upgrade durchgeführt werden&lt;br /&gt;
           kann, ohne den Installationsstatus eines anderen Paketes zu ändern,&lt;br /&gt;
           werden in ihrer aktuellen Version bleiben. Zuerst muss ein update&lt;br /&gt;
           durchgeführt werden, so dass apt-get die neuen Versionen der&lt;br /&gt;
           verfügbaren Pakete kennt.&lt;br /&gt;
&lt;br /&gt;
       dist-upgrade&lt;br /&gt;
           dist-upgrade führt zusätzlich zu der Funktion von upgrade&lt;br /&gt;
           intelligente Handhabung von Abhängigkeitsänderungen mit neuen&lt;br /&gt;
           Versionen von Paketen durch. apt-get hat ein »intelligentes«&lt;br /&gt;
           Konfliktauflösungssystem und es wird versuchen, Upgrades der&lt;br /&gt;
           wichtigsten Pakete, wenn nötig zu Lasten der weniger wichtigen, zu&lt;br /&gt;
           machen. So könnte der dist-upgrade-Befehl einige Pakete entfernen.&lt;br /&gt;
           Die /etc/apt/sources.list-Datei enthält eine Liste mit Orten, von&lt;br /&gt;
           denen gewünschte Paketdateien abgerufen werden. Siehe auch&lt;br /&gt;
           apt_preferences(5) für einen Mechanismus zum überschreiben der&lt;br /&gt;
           allgemeinen Einstellungen für einzelne Pakete.&lt;br /&gt;
&lt;br /&gt;
       dselect-upgrade&lt;br /&gt;
           dselect-upgrade wird zusammen mit der traditionellen&lt;br /&gt;
           Debian-Oberfläche dselect(1) benutzt. dselect-upgrade folgt den&lt;br /&gt;
           durch dselect(1) am Status-Feld verfügbarer Pakete gemachten&lt;br /&gt;
           Änderungen und führt die notwendigen Aktionen durch, um diesen&lt;br /&gt;
           Status zu realisieren (zum Beispiel das Entfernen von alten und&lt;br /&gt;
           Installieren von neuen Paketen).&lt;br /&gt;
&lt;br /&gt;
       install&lt;br /&gt;
           install wird gefolgt von einem oder mehreren gewünschten Paketen&lt;br /&gt;
           zur Installation oder zum Upgrade. Jedes Paket ist ein Paketname,&lt;br /&gt;
           kein vollständig zusammengesetzter Dateiname (zum Beispiel wäre in&lt;br /&gt;
           einem »Debian«-System apt-utils das bereitgestellte Argument, nicht&lt;br /&gt;
           apt-utils_0.9.7.8_amd64.deb). Alle von den zur Installation&lt;br /&gt;
           angegebenen Paketen benötigten Pakete werden zusätzlich&lt;br /&gt;
           heruntergeladen und installiert. Die /etc/apt/sources.list-Datei&lt;br /&gt;
           wird benutzt, um die gewünschten Pakete zu finden. Wenn ein&lt;br /&gt;
           Bindestrich an den Paketnamen (ohne Leerzeichen dazwischen)&lt;br /&gt;
           angehängt ist, wird das erkannte Pakete entfernt, falls es&lt;br /&gt;
           installiert ist. Ähnlich kann ein Pluszeichen benutzt werden, um&lt;br /&gt;
           ein Paket zum Installieren vorzumerken. Diese letzteren Funktionen&lt;br /&gt;
           können benutzt werden, um Entscheidungen zu überschreiben, die vom&lt;br /&gt;
           Konfliktauflösungssystem von apt-get getroffen wurden.&lt;br /&gt;
&lt;br /&gt;
           Eine bestimmte Version eines Paketes kann durch den Paketnamen&lt;br /&gt;
           gefolgt von einem Gleichheitszeichen und der Version des Paketes&lt;br /&gt;
           zur Installation ausgewählt werden. Dies bewirkt, dass diese&lt;br /&gt;
           Version gesucht und zum Installieren ausgewählt wird. Alternativ&lt;br /&gt;
           kann eine bestimmte Distribution durch den Paketnamen gefolgt von&lt;br /&gt;
           einem Schrägstrich und der Version der Distribution oder des&lt;br /&gt;
           Archivnamens (»stable«, »testing«, »unstable«) ausgewählt werden.&lt;br /&gt;
&lt;br /&gt;
           Beide Mechanismen der Versionsauswahl können ein Downgrade von&lt;br /&gt;
           Paketen durchführen und müssen mit Vorsicht gehandhabt werden.&lt;br /&gt;
&lt;br /&gt;
           Dies ist außerdem die bevorzugt zu benutzende Art, wenn Sie Sie ein&lt;br /&gt;
           Upgrade eines oder mehrerer bereits installierter Pakete&lt;br /&gt;
           durchführen möchten, ohne ein Upgrade aller Pakete, die Sie auf&lt;br /&gt;
           Ihrem System haben, durchzuführen. Anders als das Ziel von&lt;br /&gt;
           »upgrade«, das die neusten Versionen aller aktuell installierten&lt;br /&gt;
           Pakete installiert, wird »install« nur die neusten Versionen der&lt;br /&gt;
           angegebenen Pakete installieren. Geben Sie einfach den Namen des&lt;br /&gt;
           Paketes an, von dem Sie ein Upgrade durchführen möchten und wenn&lt;br /&gt;
           eine neuere Version verfügbar ist, wird sie (und ihre&lt;br /&gt;
           Abhängigkeiten, wie oben beschrieben) heruntergeladen und&lt;br /&gt;
           installiert.&lt;br /&gt;
&lt;br /&gt;
           Letztendlich erlaubt Ihnen der apt_preferences(5)-Mechanismus eine&lt;br /&gt;
           alternative Installationsrichtlinie für eigene Pakete zu erzeugen.&lt;br /&gt;
&lt;br /&gt;
           Wenn keine Pakete dem angegebenen Ausdruck entsprechen und der&lt;br /&gt;
           Ausdruck entweder ».«,»,«,»?« oder »*« enthält, dann wird vermutet,&lt;br /&gt;
           dass es sich um einen regulären POSIX-Ausdruck handelt und er wird&lt;br /&gt;
           auf alle Paketnamen in der Datenbank angewandt. Jeder Treffer wird&lt;br /&gt;
           dann installiert (oder entfernt). Beachten Sie, dass nach&lt;br /&gt;
           übereinstimmenden Zeichenkettenteilen gesucht wird, so dass »lo.*«&lt;br /&gt;
           auf »how-lo« und »lowest« passt. Wenn dies nicht gewünscht wird,&lt;br /&gt;
           hängen Sie an den regulären Ausdruck ein »^«- oder »$«-Zeichen, um&lt;br /&gt;
           genauere reguläre Ausdruck zu erstellen.&lt;br /&gt;
&lt;br /&gt;
       remove&lt;br /&gt;
           remove ist identisch mit install, mit der Ausnahme, dass Pakte&lt;br /&gt;
           entfernt anstatt installiert werden. Beachten Sie, dass das&lt;br /&gt;
           Entfernen von Paketen deren Konfigurationsdateien im System&lt;br /&gt;
           belässt. Wenn ein Pluszeichen an den Paketnamen angehängt wird&lt;br /&gt;
           (ohne Leerzeichen dazwischen) wird das erkannte Paket installiert&lt;br /&gt;
           anstatt entfernt.&lt;br /&gt;
&lt;br /&gt;
       purge&lt;br /&gt;
           purge entspricht remove mit der Ausnahme, dass Pakete entfernt und&lt;br /&gt;
           vollständig gelöscht werden (jegliche Konfigurationsdateien werden&lt;br /&gt;
           mitgelöscht).&lt;br /&gt;
&lt;br /&gt;
       source&lt;br /&gt;
           source veranlasst apt-get dazu, Paketquellen zu laden. APT wird die&lt;br /&gt;
           verfügbaren Pakete überprüfen, um zu entscheiden, welche&lt;br /&gt;
           Paketquellen geladen werden. Es wird dann die neueste Version der&lt;br /&gt;
           Paketquelle finden und in das aktuelle Verzeichnis herunterladen.&lt;br /&gt;
           Dabei berücksichtigt es das Vorgabe-Release, das mit der Option&lt;br /&gt;
           APT::Default-Release, der Option -t oder pro Paket mit der&lt;br /&gt;
           pkg/release-Syntax gesetzt wurde, wenn möglich.&lt;br /&gt;
&lt;br /&gt;
           Paketquellen werden vom Programmpaket getrennt über deb-src-Zeilen&lt;br /&gt;
           in der sources.list(5)-Datei nachverfolgt. Das bedeutet, dass Sie&lt;br /&gt;
           für jedes Depot, aus dem Sie Quellen erhalten wollen, eine solche&lt;br /&gt;
           Zeile hinzufügen müssen; andernfalls werden Sie eventuell entweder&lt;br /&gt;
           die falschen Versionen (zu alte/zu neue) oder überhaupt keine&lt;br /&gt;
           Quellpakete erhalten.&lt;br /&gt;
&lt;br /&gt;
           Falls die Option --compile angegeben ist, dann wird das Paket unter&lt;br /&gt;
           Benutzung von dpkg-buildpackage für die Architektur, die durch&lt;br /&gt;
           --host-architecture definiert ist, zu einem binären .deb&lt;br /&gt;
           kompiliert. Falls --download-only angegeben ist, wird das&lt;br /&gt;
           Quellpaket nicht entpackt.&lt;br /&gt;
&lt;br /&gt;
           Eine bestimmte Quellversion kann durch Voranstellen eines&lt;br /&gt;
           Gleichheitszeichens vor den Paketnamen und dann der Version zum&lt;br /&gt;
           Herunterladen erhalten werde, ähnlich dem Mechanismus, der für&lt;br /&gt;
           Paketdateien benutzt wird. Dies ermöglicht exakte Übereinstimmung&lt;br /&gt;
           von Quellpaketname und -Version und impliziert das Einschalten der&lt;br /&gt;
           APT::Get::Only-Source-Option.&lt;br /&gt;
&lt;br /&gt;
           Beachten Sie, dass Quellpakete nicht wie normale Programmpakete in&lt;br /&gt;
           der Datenbank von dpkg installiert und nachverfolgt werden; sie&lt;br /&gt;
           werden nur wie Quell-Tarballs in das aktuelle Verzeichnis&lt;br /&gt;
           heruntergeladen.&lt;br /&gt;
&lt;br /&gt;
       build-dep&lt;br /&gt;
           build-dep veranlasst apt-get, Pakete zu installieren/entfernen, um&lt;br /&gt;
           zu versuchen, die Bau-Abhängigkeiten eines Quellpakets zu erfüllen.&lt;br /&gt;
           Standardmäßig werden die Abhängigkeiten erfüllt, um das Paket auf&lt;br /&gt;
           native Art zu bauen. Falls gewünscht, kann stattdessen eine&lt;br /&gt;
           Rechnerarchitektur mit der Option --host-architecture angegeben&lt;br /&gt;
           werden.&lt;br /&gt;
&lt;br /&gt;
       check&lt;br /&gt;
           check ist ein Diagnosewerkzeug. Es aktualisiert den&lt;br /&gt;
           Paketzwischenspeicher und prüft, ob beschädigte Abhängigkeiten&lt;br /&gt;
           vorliegen.&lt;br /&gt;
&lt;br /&gt;
       download&lt;br /&gt;
           download wird das angegebene Binärpaket in das aktuelle Verzeichnis&lt;br /&gt;
           herunterladen.&lt;br /&gt;
&lt;br /&gt;
       clean&lt;br /&gt;
           clean bereinigt das lokale Depot von heruntergeladenen&lt;br /&gt;
           Paketdateien. Es entfernt alles außer der Sperrdatei aus&lt;br /&gt;
           /var/cache/apt/archives/ und /var/cache/apt/archives/partial/. Wenn&lt;br /&gt;
           APT als eine dselect(1)-Methode benutzt wird, wird clean&lt;br /&gt;
           automatisch ausgeführt. Diejenigen, die Dselect nicht benutzen,&lt;br /&gt;
           werden apt-get clean wahrscheinlich von Zeit zu Zeit ausführen, um&lt;br /&gt;
           Plattenplatz freizugeben.&lt;br /&gt;
&lt;br /&gt;
       autoclean&lt;br /&gt;
           Wie clean bereinigt autoclean das lokale Depot von&lt;br /&gt;
           heruntergeladenen Paketdateien. Der Unterschied besteht darin, dass&lt;br /&gt;
           es nur Pakete entfernt, die nicht mehr heruntergeladen werden&lt;br /&gt;
           können und größtenteils nutzlos sind. Dies erlaubt es, einen&lt;br /&gt;
           Zwischenspeicher über eine lange Zeitspanne zu betreuen, ohne dass&lt;br /&gt;
           er unkontrolliert anwächst. Die Konfigurationsoption&lt;br /&gt;
           APT::Clean-Installed wird installierte Pakete vor der Löschung&lt;br /&gt;
           bewahren, wenn sie auf »off« gesetzt ist.&lt;br /&gt;
&lt;br /&gt;
       autoremove&lt;br /&gt;
           autoremove wird benutzt, um Pakete zu entfernen, die automatisch&lt;br /&gt;
           installiert wurden, um Abhängigkeiten für andere Pakete zu erfüllen&lt;br /&gt;
           und die nicht mehr benötigt werden.&lt;br /&gt;
&lt;br /&gt;
       changelog&lt;br /&gt;
           changelog lädt ein Changelog eines Pakets herunter und zeigt es mit&lt;br /&gt;
           sensible-pager an. Der Servername und das Basisverzeichnis sind in&lt;br /&gt;
           der Variable APT::Changelogs::Server definiert (z.B.&lt;br /&gt;
           packages.debian.org/changelogs[1] für Debian oder&lt;br /&gt;
           changelogs.ubuntu.com/changelogs[2] für Ubuntu). Standardmäßig&lt;br /&gt;
           zeigt es das Changelog für die installierte Version. Sie können&lt;br /&gt;
           jedoch die gleichen Optionen wie für den Befehl install angeben.&lt;br /&gt;
&lt;br /&gt;
OPTIONEN&lt;br /&gt;
       Alle Befehlszeilenoptionen können durch die Konfigurationsdatei gesetzt&lt;br /&gt;
       werden, die Beschreibung gibt die zu setzende Option an. Für boolesche&lt;br /&gt;
       Optionen können Sie die Konfigurationsdatei überschreiben, indem Sie&lt;br /&gt;
       etwas wie -f-, --no-f, -f=no oder etliche weitere Varianten benutzen.&lt;br /&gt;
&lt;br /&gt;
       --no-install-recommends&lt;br /&gt;
           betrachtet empfohlene Pakete nicht als Abhängigkeit für die&lt;br /&gt;
           Installation. Konfigurationselement: APT::Install-Recommends.&lt;br /&gt;
&lt;br /&gt;
       --install-suggests&lt;br /&gt;
           betrachtet empfohlene Pakete als Abhängigkeit für die Installation.&lt;br /&gt;
           Konfigurationselement: APT::Install-Suggests.&lt;br /&gt;
&lt;br /&gt;
       -d, --download-only&lt;br /&gt;
           nur herunterladen; Paketdateien werden nur heruntergeladen, nicht&lt;br /&gt;
           entpackt oder installiert. Konfigurationselement:&lt;br /&gt;
           APT::Get::Download-Only.&lt;br /&gt;
&lt;br /&gt;
       -f, --fix-broken&lt;br /&gt;
           beheben; versucht ein System von vorhandenen beschädigten&lt;br /&gt;
           Abhängigkeiten zu korrigieren. Diese Option kann, wenn sie mit&lt;br /&gt;
           »install«/»remove« benutzt wird, einige Pakete weglassen, um es APT&lt;br /&gt;
           zu erlauben, eine wahrscheinliche Lösung herzuleiten. Falls Pakete&lt;br /&gt;
           angegeben wurden, müssen diese das Problem vollständig korrigieren.&lt;br /&gt;
           Die Option ist manchmal nötig, wenn APT zum ersten Mal ausgeführt&lt;br /&gt;
           wird. APT selbst erlaubt es nicht, dass auf einen System&lt;br /&gt;
           beschädigte Paketabhängigkeiten existieren. Es ist möglich, dass&lt;br /&gt;
           eine Abhängigkeitsstruktur eines Systems so fehlerhaft ist, dass&lt;br /&gt;
           ein manuelles Eingreifen erforderlich ist (was normalerweise&lt;br /&gt;
           bedeutet, dass dselect(1) oder dpkg --remove benutzt wird, um&lt;br /&gt;
           einige der fehlerhaften Pakete zu beseitigen). Wenn Sie die Option&lt;br /&gt;
           zusammen mit -m benutzen, könnte das in einigen Situationen zu&lt;br /&gt;
           Fehlern führen. Konfigurationselement: APT::Get::Fix-Broken.&lt;br /&gt;
&lt;br /&gt;
       -m, --ignore-missing, --fix-missing&lt;br /&gt;
           ignoriert fehlende Pakete; Wenn Pakete nicht heruntergeladen werden&lt;br /&gt;
           können oder die Integritätsprüfung nach dem Herunterladen&lt;br /&gt;
           fehlschlägt (fehlerhafte Paketdateien), werden diese Pakete&lt;br /&gt;
           zurückgehalten und das Ergebnis verarbeitet. Die Benutzung dieser&lt;br /&gt;
           Option zusammen mit -f kann in einigen Situationen zu Fehlern&lt;br /&gt;
           führen. Wenn ein Paket zur Installation ausgewählt ist (besonders,&lt;br /&gt;
           wenn es auf der Befehlszeile genannt wurde) und es nicht&lt;br /&gt;
           heruntergeladen werden kann, wird es stillschweigend&lt;br /&gt;
           zurückgehalten. Konfigurationselement: APT::Get::Fix-Missing.&lt;br /&gt;
&lt;br /&gt;
       --no-download&lt;br /&gt;
           schaltet das Herunterladen von Paketen aus. Dies wird am besten mit&lt;br /&gt;
           --ignore-missing benutzt, um APT zu zwingen, nur die .debs zu&lt;br /&gt;
           benutzten, die es bereits heruntergeladenen hat.&lt;br /&gt;
           Konfigurationselement: APT::Get::Download.&lt;br /&gt;
&lt;br /&gt;
       -q, --quiet&lt;br /&gt;
           still; erzeugt eine Ausgabe, die für Protokollierung geeignet ist&lt;br /&gt;
           und Fortschrittsanzeiger weglässt. Mehr »q«s unterdrücken mehr&lt;br /&gt;
           Ausgaben, bis zu einem Maximum von 2. Sie können außerdem -q=#&lt;br /&gt;
           benutzen, um die Stillestufe zu setzen, was die Konfigurationsdatei&lt;br /&gt;
           überschreibt. Beachten Sie, dass Stillestufe 2 -y impliziert. Sie&lt;br /&gt;
           sollten niemals -qq ohne einen keine-Aktion-Umwandler, wie -d,&lt;br /&gt;
           --print-uris oder -s benutzen, da APT entscheiden könnte, etwas zu&lt;br /&gt;
           tun, das Sie nicht erwarten. Konfigurationselement: quiet.&lt;br /&gt;
&lt;br /&gt;
       -s, --simulate, --just-print, --dry-run, --recon, --no-act&lt;br /&gt;
           keine Aktion; führt eine Simulation von Ereignissen aus, die&lt;br /&gt;
           eintreten würden, aber das aktuelle System nicht verändern.&lt;br /&gt;
           Konfigurationselement: APT::Get::Simulate.&lt;br /&gt;
&lt;br /&gt;
           Simulierte Durchläufe als Benutzer werden automatisch das Sperren&lt;br /&gt;
           deaktivieren (Debug::NoLocking) und falls die Option&lt;br /&gt;
           APT::Get::Show-User-Simulation-Note gesetzt ist (was standardmäßig&lt;br /&gt;
           der Fall ist), wird außerdem eine Benachrichtigung angezeigt, die&lt;br /&gt;
           angibt, dass es sich hierbei nur um eine Simulation handelt.&lt;br /&gt;
           Simulierte Durchläufe als Root lösen weder NoLocking noch die&lt;br /&gt;
           Benachrichtigung aus – Superuser sollten ohne vorherige Warnung von&lt;br /&gt;
           apt-get wissen, was sie tun.&lt;br /&gt;
&lt;br /&gt;
           Simulieren gibt eine Serie von Zeilen aus, von denen jede eine&lt;br /&gt;
           dpkg-Operation darstellt: Konfigurieren (Conf), Entfernen (Remv),&lt;br /&gt;
           Entpacken (Inst). Eckige Klammern zeigen beschädigte Pakete an und&lt;br /&gt;
           ein leeres Paar eckiger Klammern bedeutet Unterbrechungen, die&lt;br /&gt;
           keine Folgen haben (selten).&lt;br /&gt;
&lt;br /&gt;
       -y, --yes, --assume-yes&lt;br /&gt;
           automatisches »Ja« auf Anfragen; Versucht »Ja« auf alle Anfragen zu&lt;br /&gt;
           antworten und ohne Eingaben zu laufen. Wenn eine unerwünschte&lt;br /&gt;
           Situation eintritt, wie ein gehaltenes Paket zu ändern, ein nicht&lt;br /&gt;
           authentifiziert Paket zu installieren oder ein essentielles Paket&lt;br /&gt;
           zu entfernen, dann wird apt-get abgebrochen. Konfigurationselement:&lt;br /&gt;
           APT::Get::Assume-Yes.&lt;br /&gt;
&lt;br /&gt;
       --assume-no&lt;br /&gt;
           automatisches »Nein« auf alle Anfragen. Konfigurationselement:&lt;br /&gt;
           APT::Get::Assume-No.&lt;br /&gt;
&lt;br /&gt;
       -u, --show-upgraded&lt;br /&gt;
           zeigt Pakete, von denen ein Upgrade durchgeführt werden soll; Gibt&lt;br /&gt;
           eine Liste aller Pakete aus, von denen ein Upgrade gemacht wurde.&lt;br /&gt;
           Konfigurationselement: APT::Get::Show-Upgraded.&lt;br /&gt;
&lt;br /&gt;
       -V, --verbose-versions&lt;br /&gt;
           zeigt vollständige Versionen für Pakete, von denen ein Upgrade&lt;br /&gt;
           durchgeführt oder die installiert wurden. Konfigurationselement:&lt;br /&gt;
           APT::Get::Show-Versions.&lt;br /&gt;
&lt;br /&gt;
       -a, --host-architecture&lt;br /&gt;
           Diese Option steuert, wie die Architekturpakete durch apt-get&lt;br /&gt;
           source --compile gebaut und wie Cross-Bau-Abhängigkeiten erfüllt&lt;br /&gt;
           werden. Standardmäßig ist sie nicht gesetze, was bedeutet, dass die&lt;br /&gt;
           Rechnerarchitektur die gleiche wie die Bau-Architektur ist (die&lt;br /&gt;
           durch APT::Architecture) definiert wird). Konfigurationselement:&lt;br /&gt;
           APT::Get::Host-Architecture&lt;br /&gt;
&lt;br /&gt;
       -b, --compile, --build&lt;br /&gt;
           kompiliert Quellpakete, nachdem sie heruntergeladen wurden.&lt;br /&gt;
           Konfigurationselement: APT::Get::Compile.&lt;br /&gt;
&lt;br /&gt;
       --ignore-hold&lt;br /&gt;
           ignoriert zurückhalten des Paketes; Dies veranlasst apt-get, ein&lt;br /&gt;
           für das Paket gesetztes »Halten« zu ignorieren. Dies kann zusammen&lt;br /&gt;
           mit dist-upgrade nützlich sein, um eine große Anzahl ungewünschter&lt;br /&gt;
           »Halten« zu überschreiben. Konfigurationselement: APT::Ignore-Hold.&lt;br /&gt;
&lt;br /&gt;
       --no-upgrade&lt;br /&gt;
           kein Upgrade von Paketen durchführen; Wenn es zusammen mit install&lt;br /&gt;
           benutzt wird, wird no-upgrade auf der Befehlszeile ein Upgrade von&lt;br /&gt;
           Paketen verhindern, wenn sie bereits installiert sind.&lt;br /&gt;
           Konfigurationselement: APT::Get::Upgrade.&lt;br /&gt;
&lt;br /&gt;
       --only-upgrade&lt;br /&gt;
           keine neuen Pakete installieren. Wenn es zusammen mit install&lt;br /&gt;
           benutzt wird, wird only-upgrade nur Upgrades für bereits&lt;br /&gt;
           installierte Pakete installieren und Anfragen zur Installation&lt;br /&gt;
           neuer Pakete ignorieren. Konfigurationselement:&lt;br /&gt;
           APT::Get::Only-Upgrade.&lt;br /&gt;
&lt;br /&gt;
       --force-yes&lt;br /&gt;
           erzwingt »Ja«; Dies ist eine gefährliche Option, die APT&lt;br /&gt;
           veranlasst, ohne Nachfrage fortzufahren, wenn es etwas&lt;br /&gt;
           möglicherweise schädliches tut. Es sollte nicht benutzt werden,&lt;br /&gt;
           außer in ganz besonderen Situationen. force-yes zu benutzen, kann&lt;br /&gt;
           möglicherweise ihr System zerstören! Konfigurationselement:&lt;br /&gt;
           APT::Get::force-yes.&lt;br /&gt;
&lt;br /&gt;
       --print-uris&lt;br /&gt;
           Anstatt die Dateien herunterzuladen, werden ihre URIs ausgegeben.&lt;br /&gt;
           Jede URI wird den Pfad, den Zieldateinamen, die Größe und den&lt;br /&gt;
           erwarteten MD5-Hash enthalten. Beachten Sie, dass der zu&lt;br /&gt;
           schreibende Dateiname nicht immer dem Dateinamen auf der entfernt&lt;br /&gt;
           gelegenen Seite entspricht. Dies funktioniert auch mit den Befehlen&lt;br /&gt;
           source und update. Wenn es mit dem Befehl update benutzt wird, sind&lt;br /&gt;
           MD5 und Größe nicht enthalten und es ist Aufgabe des Benutzers,&lt;br /&gt;
           komprimierte Dateien zu dekomprimieren. Konfigurationselement:&lt;br /&gt;
           APT::Get::Print-URIs.&lt;br /&gt;
&lt;br /&gt;
       --purge&lt;br /&gt;
           »purge« anstelle von »remove« für alles zu entfernende benutzen.&lt;br /&gt;
           Ein Stern (»*«) wird bei Paketen angezeigt, die zum vollständigen&lt;br /&gt;
           Entfernen vorgemerkt sind. remove --purge entspricht dem Befehl&lt;br /&gt;
           purge. Konfigurationselement: APT::Get::Purge.&lt;br /&gt;
&lt;br /&gt;
       --reinstall&lt;br /&gt;
           installiert Pakete erneut, die bereits installiert sind und die&lt;br /&gt;
           neueste Version haben. Konfigurationselement: APT::Get::ReInstall.&lt;br /&gt;
&lt;br /&gt;
       --list-cleanup&lt;br /&gt;
           Diese Option ist standardmäßig eingeschaltet. Um sie auszuschalten,&lt;br /&gt;
           benutzen Sie --no-list-cleanup. Wenn eingeschaltet, wird apt-get&lt;br /&gt;
           den Inhalt von /var/lib/apt/lists automatisch verwalten, um&lt;br /&gt;
           sicherzustellen, dass veraltete Dateien gelöscht werden. Nur das&lt;br /&gt;
           häufige Ändern der Quelllisten stellt den einzigen Grund zum&lt;br /&gt;
           Ausschalten der Option dar. Konfigurationselement:&lt;br /&gt;
           APT::Get::List-Cleanup.&lt;br /&gt;
&lt;br /&gt;
       -t, --target-release, --default-release&lt;br /&gt;
           Diese Option steuert die standardmäßige Eingabe an die Einheit zur&lt;br /&gt;
           Durchsetzung der Richtlinien (»policy«), sie erstellt eine&lt;br /&gt;
           Vorgabe-Pin mit Priorität 990 unter Benutzung der angegebenen&lt;br /&gt;
           Release-Zeichenkette. Dies überschreibt die allgemeinen&lt;br /&gt;
           Einstellungen in /etc/apt/preferences. Pakete mit speziellem&lt;br /&gt;
           Pinning sind nicht vom Wert dieser Option betroffen. Kurz gesagt,&lt;br /&gt;
           gibt Ihnen diese Option einfache Kontrolle darüber, welche&lt;br /&gt;
           Distributions-Pakete heruntergeladen werden sollen. Einige typische&lt;br /&gt;
           Beispiele könnten -t '2.1*', -t unstable oder -t sid sein.&lt;br /&gt;
           Konfigurationselement: APT::Default-Release; Lesen Sie auch die&lt;br /&gt;
           apt_preferences(5)-Handbuchseite.&lt;br /&gt;
&lt;br /&gt;
       --trivial-only&lt;br /&gt;
           führt nur Operationen aus, die »trivial« sind. Logischerweise kann&lt;br /&gt;
           dies in Betracht bezogen auf --assume-yes sein, wobei --assume-yes&lt;br /&gt;
           auf jede Frage mit »Ja« und --trivial-only mit »Nein« antworten&lt;br /&gt;
           wird. Konfigurationselement: APT::Get::Trivial-Only.&lt;br /&gt;
&lt;br /&gt;
       --no-remove&lt;br /&gt;
           Wenn irgendwelche Pakete entfernt werden sollen, bricht apt-get&lt;br /&gt;
           sofort ohne Nachfrage ab. Konfigurationselement: APT::Get::Remove.&lt;br /&gt;
&lt;br /&gt;
       --auto-remove&lt;br /&gt;
           Wenn der Befehl entweder install oder remove lautet, dann bewirkt&lt;br /&gt;
           diese Option wie das Ausführen des autoremove-Befehls das Entfernen&lt;br /&gt;
           der nicht benutzten Abhhängigkeitspakete. Konfigurationselement:&lt;br /&gt;
           APT::Get::AutomaticRemove.&lt;br /&gt;
&lt;br /&gt;
       --only-source&lt;br /&gt;
           hat nur eine Bedeutung für die Befehle source und build-dep. Zeigt&lt;br /&gt;
           an, dass die angegebenen Quellnamen nicht durch die Programmtabelle&lt;br /&gt;
           ermittelt werden. Dies bedeutet, das dieser Befehl, wenn diese&lt;br /&gt;
           Option angegeben ist, nur Quellpaketnamen als Argumente akzeptiert,&lt;br /&gt;
           anstatt Programmpakete zu akzeptieren und nach den entsprechenden&lt;br /&gt;
           Quellpaketen zu suchen. Konfigurationselement:&lt;br /&gt;
           APT::Get::Only-Source.&lt;br /&gt;
&lt;br /&gt;
       --diff-only, --dsc-only, --tar-only&lt;br /&gt;
           lädt nur die diff-, dsc-, oder tar-Dateien eines Quellarchivs&lt;br /&gt;
           herunter. Konfigurationselemente: APT::Get::Diff-Only,&lt;br /&gt;
           APT::Get::Dsc-Only und APT::Get::Tar-Only.&lt;br /&gt;
&lt;br /&gt;
       --arch-only&lt;br /&gt;
           verarbeitet nur architekturabhängige Bauabhängigkeiten.&lt;br /&gt;
           Konfigurationselement: APT::Get::Arch-Only.&lt;br /&gt;
&lt;br /&gt;
       --allow-unauthenticated&lt;br /&gt;
           Ignoriert, wenn Pakete nicht authentifiziert werden können und&lt;br /&gt;
           nicht danach fragen. Dies ist für Werkzeuge wie pbuilder nützlich.&lt;br /&gt;
           Konfigurationselement: APT::Get::AllowUnauthenticated.&lt;br /&gt;
&lt;br /&gt;
       -h, --help&lt;br /&gt;
           eine kurze Aufrufzusammenfassung zeigen&lt;br /&gt;
&lt;br /&gt;
       -v, --version&lt;br /&gt;
           die Version des Programms anzeigen&lt;br /&gt;
&lt;br /&gt;
       -c, --config-file&lt;br /&gt;
           Konfigurationsdatei; gibt eine Konfigurationssdatei zum Benutzen&lt;br /&gt;
           an. Das Programm wird die Vorgabe-Konfigurationsdatei und dann&lt;br /&gt;
           diese Konfigurationsdatei lesen. Falls Konfigurationseinstellungen&lt;br /&gt;
           vor der Vorgabe-Konfiguration ausgewertet werden müssen, geben Sie&lt;br /&gt;
           eine Datei der Umgebungsvariable APT_CONFIG an Lesen Sie&lt;br /&gt;
           apt.conf(5), um Syntax-Informationen zu erhalten&lt;br /&gt;
&lt;br /&gt;
       -o, --option&lt;br /&gt;
           eine Konfigurationsoption setzen; Dies wird eine beliebige&lt;br /&gt;
           Konfigurationsoption setzen. Die Syntax lautet -o Foo::Bar=bar. -o&lt;br /&gt;
           und --option kann mehrfach benutzt werden, um verschiedene Optionen&lt;br /&gt;
           zu setzen.&lt;br /&gt;
&lt;br /&gt;
DATEIEN&lt;br /&gt;
       /etc/apt/sources.list&lt;br /&gt;
           Orte, von denen Pakete geladen werden. Konfigurationselement:&lt;br /&gt;
           Dir::Etc::SourceList.&lt;br /&gt;
&lt;br /&gt;
       /etc/apt/sources.list.d/&lt;br /&gt;
           Dateifragmente für Orte, von denen Pakete geladen werden.&lt;br /&gt;
           Konfigurationselement: Dir::Etc::SourceParts.&lt;br /&gt;
&lt;br /&gt;
       /etc/apt/apt.conf&lt;br /&gt;
           APT-Konfigurationsdatei. Konfigurationselement: Dir::Etc::Main.&lt;br /&gt;
&lt;br /&gt;
       /etc/apt/apt.conf.d/&lt;br /&gt;
           APT-Konfigurationsdatei-Fragmente. Konfigurationselement:&lt;br /&gt;
           Dir::Etc::Parts.&lt;br /&gt;
&lt;br /&gt;
       /etc/apt/preferences&lt;br /&gt;
           Version-Einstellungsdatei. Hier können Sie &amp;quot;pinning&amp;quot; angeben, d.h.&lt;br /&gt;
           eine Einstellung, um bestimmte Pakete aus einer separaten Quelle&lt;br /&gt;
           oder von einer anderen Version einer Distribution zu erhalten.&lt;br /&gt;
           Konfigurationselement: Dir::Etc::Preferences.&lt;br /&gt;
&lt;br /&gt;
       /etc/apt/preferences.d/&lt;br /&gt;
           Dateifragmente für die Versionseinstellungen.&lt;br /&gt;
           Konfigurationselement: Dir::Etc::PreferencesParts.&lt;br /&gt;
&lt;br /&gt;
       /var/cache/apt/archives/&lt;br /&gt;
           Speicherbereich für aufgerufene Paketdateien.&lt;br /&gt;
           Konfigurationselement: Dir::Cache::Archives.&lt;br /&gt;
&lt;br /&gt;
       /var/cache/apt/archives/partial/&lt;br /&gt;
           Speicherbereich für Paketdateien auf dem Transportweg.&lt;br /&gt;
           Konfigurationselement: Dir::Cache::Archives (partial wird implizit&lt;br /&gt;
           angehängt)&lt;br /&gt;
&lt;br /&gt;
       /var/lib/apt/lists/&lt;br /&gt;
           Speicherbereich für Statusinformationen jeder in sources.list(5)&lt;br /&gt;
           angegebenen Paketquelle Konfigurationselement: Dir::State::Lists.&lt;br /&gt;
&lt;br /&gt;
       /var/lib/apt/lists/partial/&lt;br /&gt;
           Speicherbereich für Statusinformationen auf dem Transportweg.&lt;br /&gt;
           Konfigurationselement: Dir::State::Lists (partial wird implizit&lt;br /&gt;
           angehängt)&lt;br /&gt;
&lt;br /&gt;
SIEHE AUCH&lt;br /&gt;
       apt-cache(8), apt-cdrom(8), dpkg(1), dselect(1), sources.list(5),&lt;br /&gt;
       apt.conf(5), apt-config(8), apt-secure(8), die APT-Benutzeranleitung in&lt;br /&gt;
       /usr/share/doc/apt-doc/, apt_preferences(5), das APT-Howto.&lt;br /&gt;
&lt;br /&gt;
DIAGNOSE&lt;br /&gt;
       apt-get gibt bei normalen Operationen 0 zurück, dezimal 100 bei&lt;br /&gt;
       Fehlern.&lt;br /&gt;
&lt;br /&gt;
FEHLER&lt;br /&gt;
       APT-Fehlerseite[3]. Wenn Sie einen Fehler in APT berichten möchten,&lt;br /&gt;
       lesen Sie bitte /usr/share/doc/debian/bug-reporting.txt oder den&lt;br /&gt;
       reportbug(1)-Befehl. Verfassen Sie Fehlerberichte bitte auf Englisch.&lt;br /&gt;
&lt;br /&gt;
ÜBERSETZUNG&lt;br /&gt;
       Die deutsche Übersetzung wurde 2009 von Chris Leick&lt;br /&gt;
       &amp;lt;c.leick@vollbio.de&amp;gt; in Zusammenarbeit mit dem deutschen l10n-Team von&lt;br /&gt;
       Debian &amp;lt;debian-l10n-german@lists.debian.org&amp;gt; angefertigt.&lt;br /&gt;
&lt;br /&gt;
       Beachten Sie, dass diese Übersetzung Teile enthalten kann, die nicht&lt;br /&gt;
       übersetzt wurden. Dies ist so, damit kein Inhalt verloren geht, wenn&lt;br /&gt;
       die Übersetzung hinter dem Originalinhalt hinterherhängt.&lt;br /&gt;
&lt;br /&gt;
AUTOREN&lt;br /&gt;
       Jason Gunthorpe&lt;br /&gt;
&lt;br /&gt;
       APT-Team&lt;br /&gt;
&lt;br /&gt;
FUßNOTEN&lt;br /&gt;
        1. packages.debian.org/changelogs&lt;br /&gt;
           http://packages.debian.org/changelogs&lt;br /&gt;
&lt;br /&gt;
        2. changelogs.ubuntu.com/changelogs&lt;br /&gt;
           http://changelogs.ubuntu.com/changelogs&lt;br /&gt;
&lt;br /&gt;
        3. APT-Fehlerseite&lt;br /&gt;
           http://bugs.debian.org/src:apt&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
APT 0.9.7.8                      09 Juni 2012                       APT-GET(8)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:APT]]&lt;br /&gt;
[[Category:Paketmanager]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=APT&amp;diff=29343</id>
		<title>APT</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=APT&amp;diff=29343"/>
		<updated>2013-05-13T17:59:45Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Kategorie&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Software&lt;br /&gt;
| Name                              = APT&lt;br /&gt;
| Logo                              = &lt;br /&gt;
| Screenshot                        = [[Bild:apt-1.png|300px]]&lt;br /&gt;
| Beschreibung                      = APT screenshot&lt;br /&gt;
| Hersteller                        = &lt;br /&gt;
| AktuelleVersion                   = 0.9.7.8&lt;br /&gt;
| AktuelleVersionFreigabeDatum      = 17. März 2013&lt;br /&gt;
| Betriebssystem                    = [[Linux]]&lt;br /&gt;
| Programmiersprache                = &lt;br /&gt;
| Kategorie                         = [[Paketmanager]]&lt;br /&gt;
| Lizenz                            = [[GPL]]&lt;br /&gt;
| Deutsch                           = &lt;br /&gt;
| Website                           = http://packages.qa.debian.org/a/apt.html&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Box Wissen||&lt;br /&gt;
* Umgang mit der [[Konsole]]&lt;br /&gt;
}} &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== Was ist APT? ==&lt;br /&gt;
&lt;br /&gt;
APT ist ein [[Paketmanager]] unter Debian-basierten Distributionen (Ubuntu &amp;amp; Co.). Es wird per [[Konsole]] benutzt. &amp;lt;br/&amp;gt;&lt;br /&gt;
Das Kommando &amp;quot;apt&amp;quot; existiert nicht direkt. APT ist lediglich eine Sammlung von diversen Programmen zur Paketverwaltung:&lt;br /&gt;
* apt-get&lt;br /&gt;
* apt-cache&lt;br /&gt;
* apt-cdrom&lt;br /&gt;
* apt-config&lt;br /&gt;
* apt-key&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== apt-get ==&lt;br /&gt;
apt-get ist das APT-Werkzeug für den Umgang mit Paketen.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Herunterladen und Einlesen aktueller Paketlisten:&lt;br /&gt;
 apt-get update&lt;br /&gt;
* Installieren von Paket(en):&lt;br /&gt;
 apt-get install &amp;lt;Paketname&amp;gt;&lt;br /&gt;
 apt-get install &amp;lt;Paketname 1&amp;gt; &amp;lt;Paketname 2&amp;gt; ... &amp;lt;Paketname N&amp;gt;&lt;br /&gt;
* Entfernen von Paket(en):&lt;br /&gt;
 apt-get remove &amp;lt;Paketname&amp;gt;&lt;br /&gt;
 apt-get remove &amp;lt;Paketname 1&amp;gt; &amp;lt;Paketname 2&amp;gt; ... &amp;lt;Paketname N&amp;gt;&lt;br /&gt;
* Zusätzlich zu den Paketen auch die Konfigurationsdateien löschen:&lt;br /&gt;
 apt-get purge &amp;lt;Paketname&amp;gt;&lt;br /&gt;
 apt-get purge &amp;lt;Paketname 1&amp;gt; &amp;lt;Paketname 2&amp;gt; ... &amp;lt;Paketname N&amp;gt;&lt;br /&gt;
* Mit dem Befehl &amp;quot;upgrade&amp;quot; werden alle installierten Pakete auf die neueste verfügbare Version aktualisiert. Nur vorhandene Pakete werden aktualisiert. Es werden keine Pakete entfernt oder zusätzliche installiert. &lt;br /&gt;
 apt-get upgrade&lt;br /&gt;
* Mit dem Befehl &amp;quot;dist-upgrade&amp;quot; werden alle Pakete auf die neueste verfügbare Version aktualisiert. Im Gegensatz zu &amp;quot;upgrade&amp;quot; werden hier auch neue benötigte Pakete automatisch installiert oder nicht mehr benötigte entfernt. In den Debian-Zweigen &amp;quot;Testing&amp;quot; und &amp;quot;Unstable&amp;quot; ist &amp;quot;dist-upgrade&amp;quot; die einzige Möglichkeit das System aktuell zu halten, da dort ständig neue Paketabhängigkeiten hinzukommen oder entfallen:&lt;br /&gt;
 apt-get dist-upgrade&lt;br /&gt;
* Mit dem Befehl &amp;quot;clean&amp;quot; wird der Paketcache der .deb Pakete unter /var/cache/apt/archives vollständig gelöscht.&lt;br /&gt;
 apt-get clean&lt;br /&gt;
* Mit dem Befehl &amp;quot;autoclean&amp;quot; werden Pakete im Paketcache der .deb-Pakete unter /var/cache/apt/archives gelöscht die nicht mehr in den Quellen vorhanden sind. In der Regel sind danach nur noch Paketversionen der installierten Pakete im Cache vorhanden.&lt;br /&gt;
 apt-get autoclean&lt;br /&gt;
* Mit dem Befehl &amp;quot;download&amp;quot; wird das angegebene .deb-Paket im aktuellen Verzeichnis nur heruntergeladen. Dieser Befehl kann auch als normaler User (nicht &amp;quot;root&amp;quot;) durchgeführt werden.&lt;br /&gt;
 apt-get download &amp;lt;Paketname&amp;gt;&lt;br /&gt;
* Der Befehl &amp;quot;autoremove&amp;quot; entfernt nicht mehr benötigte Abhängigkeiten. &lt;br /&gt;
 apt-get autoremove&lt;br /&gt;
{{Box Hinweis||&lt;br /&gt;
Vorsicht mit &amp;quot;apt-get autoremove&amp;quot;. Der Befehl kann eventuell Pakete entfernen die noch gewünscht oder benötigt werden. Die Liste der Pakete, die entfernt werden sollen, &amp;lt;u&amp;gt;'''vor'''&amp;lt;/u&amp;gt; dem Bestätigen unbedingt lesen.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== apt-cache ==&lt;br /&gt;
&lt;br /&gt;
Mit apt-cache wird der Paketzwischenspeicher von APT durchsucht.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Die Suche nach Paketen erfolgt mit dem Befehl &amp;quot;search&amp;quot;:&lt;br /&gt;
 apt-cache search &amp;lt;Paketname&amp;gt;&lt;br /&gt;
*Ausführliche Beschreibungen zu den Paketen zeigt der Befehl &amp;quot;show&amp;quot;:&lt;br /&gt;
 apt-cache show &amp;lt;Paketname&amp;gt;&lt;br /&gt;
* Prioritäten eines Pakets und die Quelle aus der es installiert ist zeigt der Befehl &amp;quot;policy&amp;quot;. Sehr nützlich wenn mit mehreren Paketquellen und Apt Pinning gearbeitet wird. Ohne Paketname listet der Befehl die Prioritäten jeder Quelle. &lt;br /&gt;
  apt-cache policy &amp;lt;Paketname&amp;gt;&lt;br /&gt;
*Abhängigkeiten eines Pakets zeigt der Befehl &amp;quot;depends&amp;quot;&lt;br /&gt;
 apt-cache depends &amp;lt;Paketname&amp;gt;&lt;br /&gt;
*Rückwärtsabhängigkeiten eines Pakets zeigt der Befehl &amp;quot;rdepends&amp;quot;&lt;br /&gt;
  apt-cache rdepends &amp;lt;Paketname&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
{{Box Beispiel|apt-cache policy|&lt;br /&gt;
&amp;lt;pre&amp;gt;$ apt-cache policy iceweasel&lt;br /&gt;
iceweasel:&lt;br /&gt;
  Installiert:           10.0.12esr-1&lt;br /&gt;
  Installationskandidat: 10.0.12esr-1&lt;br /&gt;
  Versionstabelle:&lt;br /&gt;
 *** 10.0.12esr-1 0&lt;br /&gt;
        500 http://ftp.de.debian.org/debian/ wheezy/main amd64 Packages&lt;br /&gt;
        100 /var/lib/dpkg/status&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:APT]][[Category:Paketmanager]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Man_yum&amp;diff=29342</id>
		<title>Man yum</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Man_yum&amp;diff=29342"/>
		<updated>2013-05-13T17:57:23Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Kategorie&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Korrekter Titel|man yum}}&lt;br /&gt;
&lt;br /&gt;
{{Achtung|Dies ist eine reine Textkopie der Manpage von yum um sie online anzuschauen. Anwendbar für yum 3.4.3}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;yum(8)                                                                                               yum(8)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NAME&lt;br /&gt;
       yum - Yellowdog Updater Modified&lt;br /&gt;
&lt;br /&gt;
SYNOPSIS&lt;br /&gt;
       yum [options] [command] [package ...]&lt;br /&gt;
&lt;br /&gt;
DESCRIPTION&lt;br /&gt;
       yum  is  an  interactive,  rpm  based, package manager. It can automatically perform system updates,&lt;br /&gt;
       including dependency analysis and obsolete processing based on &amp;quot;repository&amp;quot; metadata.  It  can  also&lt;br /&gt;
       perform  installation  of new packages, removal of old packages and perform queries on the installed&lt;br /&gt;
       and/or available packages among many other commands/services (see below). yum is  similar  to  other&lt;br /&gt;
       high level package managers like apt-get and smart.&lt;br /&gt;
&lt;br /&gt;
       While  there are some graphical interfaces directly to the yum code, more recent graphical interface&lt;br /&gt;
       development is happening with PackageKit and the gnome-packagekit application.&lt;br /&gt;
&lt;br /&gt;
       command is one of:&lt;br /&gt;
        * install package1 [package2] [...]&lt;br /&gt;
        * update [package1] [package2] [...]&lt;br /&gt;
        * update-to [package1] [package2] [...]&lt;br /&gt;
        * check-update&lt;br /&gt;
        * upgrade [package1] [package2] [...]&lt;br /&gt;
        * upgrade-to [package1] [package2] [...]&lt;br /&gt;
        * distribution-synchronization [package1] [package2] [...]&lt;br /&gt;
        * remove | erase package1 [package2] [...]&lt;br /&gt;
        * list [...]&lt;br /&gt;
        * info [...]&lt;br /&gt;
        * provides | whatprovides feature1 [feature2] [...]&lt;br /&gt;
        * clean [ packages | metadata | expire-cache | rpmdb | plugins | all ]&lt;br /&gt;
        * makecache&lt;br /&gt;
        * groups [...]&lt;br /&gt;
        * search string1 [string2] [...]&lt;br /&gt;
        * shell [filename]&lt;br /&gt;
        * resolvedep dep1 [dep2] [...]&lt;br /&gt;
           (maintained for legacy reasons only - use repoquery or yum provides)&lt;br /&gt;
        * localinstall rpmfile1 [rpmfile2] [...]&lt;br /&gt;
           (maintained for legacy reasons only - use install)&lt;br /&gt;
        * localupdate rpmfile1 [rpmfile2] [...]&lt;br /&gt;
           (maintained for legacy reasons only - use update)&lt;br /&gt;
        * reinstall package1 [package2] [...]&lt;br /&gt;
        * downgrade package1 [package2] [...]&lt;br /&gt;
        * deplist package1 [package2] [...]&lt;br /&gt;
        * repolist [all|enabled|disabled]&lt;br /&gt;
        * repoinfo [all|enabled|disabled]&lt;br /&gt;
        * version [ all | installed | available | group-* | nogroups* | grouplist | groupinfo ]&lt;br /&gt;
             *      history       [info|list|packages-list|packages-info|summary|addon-info|redo|undo|roll‐&lt;br /&gt;
       back|new|sync|stats]&lt;br /&gt;
        * load-transaction [txfile]&lt;br /&gt;
        * check&lt;br /&gt;
        * help [command]&lt;br /&gt;
&lt;br /&gt;
       Unless the --help or -h option is given, one of the above commands must be present.&lt;br /&gt;
&lt;br /&gt;
       Repository configuration is honored in all operations.&lt;br /&gt;
&lt;br /&gt;
       install&lt;br /&gt;
              Is  used  to install the latest version of a package or group of packages while ensuring that&lt;br /&gt;
              all dependencies are satisfied.  (See Specifying package names for more  information)  If  no&lt;br /&gt;
              package  matches  the  given  package  name(s),  they  are assumed to be a shell glob and any&lt;br /&gt;
              matches are then installed. If the name starts with @^ then it is treated as  an  environment&lt;br /&gt;
              group  (group  install  @^foo),  an  @  character  and  it's  treated as a group (plain group&lt;br /&gt;
              install). If the name starts with a - character, then a search is done within the transaction&lt;br /&gt;
              and  any matches are removed. If the name is a file, then install works like localinstall. If&lt;br /&gt;
              the name doesn't match a package,  then  package  &amp;quot;provides&amp;quot;  are  searched  (e.g.  &amp;quot;_sqlite‐&lt;br /&gt;
              cache.so()(64bit)&amp;quot;)  as  are  filelists  (Eg.  &amp;quot;/usr/bin/yum&amp;quot;). Also note that for filelists,&lt;br /&gt;
              wildcards will match multiple packages.&lt;br /&gt;
&lt;br /&gt;
              Because install does a lot of work to make it as easy as possible to use, there  are  also  a&lt;br /&gt;
              few  specific install commands &amp;quot;install-n&amp;quot;, &amp;quot;install-na&amp;quot; and &amp;quot;install-nevra&amp;quot;. These only work&lt;br /&gt;
              on package names, and do not process wildcards etc.&lt;br /&gt;
&lt;br /&gt;
       update If run without any packages, update will update every currently installed package.  If one or&lt;br /&gt;
              more  packages  or  package  globs  are  specified, Yum will only update the listed packages.&lt;br /&gt;
              While updating packages, yum will ensure that all dependencies are satisfied. (See Specifying&lt;br /&gt;
              package  names  for  more  information)  If the packages or globs specified match to packages&lt;br /&gt;
              which are not currently installed then update will  not  install  them.  update  operates  on&lt;br /&gt;
              groups, files, provides and filelists just like the &amp;quot;install&amp;quot; command.&lt;br /&gt;
&lt;br /&gt;
              If  the  main obsoletes configure option is true (default) or the --obsoletes flag is present&lt;br /&gt;
              yum will include package obsoletes in its calculations - this makes it better for distro-ver‐&lt;br /&gt;
              sion changes, for example: upgrading from somelinux 8.0 to somelinux 9.&lt;br /&gt;
&lt;br /&gt;
              Note  that  &amp;quot;update&amp;quot; works on installed packages first, and only if there are no matches does&lt;br /&gt;
              it look for available packages. The  difference  is  most  noticeable  when  you  do  &amp;quot;update&lt;br /&gt;
              foo-1-2&amp;quot;  which  will  act  exactly  as &amp;quot;update foo&amp;quot; if foo-1-2 is installed. You can use the&lt;br /&gt;
              &amp;quot;update-to&amp;quot; if you'd prefer that nothing happen in the above case.&lt;br /&gt;
&lt;br /&gt;
       update-to&lt;br /&gt;
              This command works like &amp;quot;update&amp;quot; but always specifies the version of the package we  want  to&lt;br /&gt;
              update to.&lt;br /&gt;
&lt;br /&gt;
       check-update&lt;br /&gt;
              Implemented so you could know if your machine had any updates that needed to be applied with‐&lt;br /&gt;
              out running it interactively. Returns exit value of 100 if there are packages  available  for&lt;br /&gt;
              an  update. Also returns a list of the packages to be updated in list format. Returns 0 if no&lt;br /&gt;
              packages are available for update. Returns 1 if an error occurred.  Running in  verbose  mode&lt;br /&gt;
              also shows obsoletes.&lt;br /&gt;
&lt;br /&gt;
       upgrade&lt;br /&gt;
              Is the same as the update command with the --obsoletes flag set. See update for more details.&lt;br /&gt;
&lt;br /&gt;
       upgrade-to&lt;br /&gt;
              This  command works like &amp;quot;upgrade&amp;quot; but always specifies the version of the package we want to&lt;br /&gt;
              update to.&lt;br /&gt;
&lt;br /&gt;
       distribution-synchronization or distro-sync&lt;br /&gt;
              Synchronizes the installed package set with the latest packages available, this  is  done  by&lt;br /&gt;
              either  obsoleting, upgrading or downgrading as appropriate. This will &amp;quot;normally&amp;quot; do the same&lt;br /&gt;
              thing as the upgrade command however if you have the package FOO installed at version 4,  and&lt;br /&gt;
              the latest available is only version 3, then this command will downgrade FOO to version 3.&lt;br /&gt;
&lt;br /&gt;
              If you give the optional argument &amp;quot;full&amp;quot;, then the command will also reinstall packages where&lt;br /&gt;
              the install checksum and the available checksum do not match. And remove old packages (can be&lt;br /&gt;
              used  to  sync. rpmdb versions). The optional argument &amp;quot;different&amp;quot; can be used to specify the&lt;br /&gt;
              default operation.&lt;br /&gt;
&lt;br /&gt;
              This command does not perform operations on groups, local packages or negative selections.&lt;br /&gt;
&lt;br /&gt;
       remove or erase&lt;br /&gt;
              Are used to remove the specified packages from the system as well as  removing  any  packages&lt;br /&gt;
              which  depend  on  the  package being removed. remove operates on groups, files, provides and&lt;br /&gt;
              filelists just like the &amp;quot;install&amp;quot; command.(See Specifying package names for more information)&lt;br /&gt;
&lt;br /&gt;
              Note that &amp;quot;yum&amp;quot; is included in the protected_packages  configuration,  by  default.   So  you&lt;br /&gt;
              can't accidentally remove yum itself.&lt;br /&gt;
&lt;br /&gt;
              Because remove does a lot of work to make it as easy as possible to use, there are also a few&lt;br /&gt;
              specific remove commands &amp;quot;remove-n&amp;quot;, &amp;quot;remove-na&amp;quot; and &amp;quot;remove-nevra&amp;quot;. These only work on pack‐&lt;br /&gt;
              age names, and do not process wildcards etc.&lt;br /&gt;
&lt;br /&gt;
       list   Is  used  to  list  various  information  about available packages; more complete details are&lt;br /&gt;
              available in the List Options section below.&lt;br /&gt;
&lt;br /&gt;
       provides or whatprovides&lt;br /&gt;
              Is used to find out which package provides some feature or file. Just use a specific name  or&lt;br /&gt;
              a  file-glob-syntax  wildcards  to list the packages available or installed that provide that&lt;br /&gt;
              feature or file.&lt;br /&gt;
&lt;br /&gt;
       search This is used to find packages when you know something about the package but  aren't  sure  of&lt;br /&gt;
              it's name. By default search will try searching just package names and summaries, but if that&lt;br /&gt;
              &amp;quot;fails&amp;quot; it will then try descriptions and url.&lt;br /&gt;
&lt;br /&gt;
              Yum search orders the results so that those packages matching more terms will appear first.&lt;br /&gt;
&lt;br /&gt;
              You can force searching everything by specifying &amp;quot;all&amp;quot; as the first argument.&lt;br /&gt;
&lt;br /&gt;
       info   Is used to list a description and summary information about  available  packages;  takes  the&lt;br /&gt;
              same arguments as in the List Options section below.&lt;br /&gt;
&lt;br /&gt;
       clean  Is  used  to  clean  up various things which accumulate in the yum cache directory over time.&lt;br /&gt;
              More complete details can be found in the Clean Options section below.&lt;br /&gt;
&lt;br /&gt;
       makecache&lt;br /&gt;
              Is used to download and make usable all the metadata for the currently enabled yum repos.&lt;br /&gt;
&lt;br /&gt;
       groups A command, new in 3.4.2, that collects all the subcommands that act on groups together.&lt;br /&gt;
&lt;br /&gt;
              &amp;quot;group install&amp;quot; is used to install all of the individual packages in a group, of  the  speci‐&lt;br /&gt;
              fied types (this works as if you'd taken each of those package names and put them on the com‐&lt;br /&gt;
              mand line for a &amp;quot;yum install&amp;quot; command).&lt;br /&gt;
               The group_package_types configuration option specifies which types will be installed.&lt;br /&gt;
&lt;br /&gt;
              &amp;quot;group update&amp;quot; is just an alias for groupinstall, which will do the right thing because  &amp;quot;yum&lt;br /&gt;
              install X&amp;quot; and &amp;quot;yum update X&amp;quot; do the same thing, when X is already installed.&lt;br /&gt;
&lt;br /&gt;
              &amp;quot;group  list&amp;quot;  is  used to list the available groups from all yum repos. Groups are marked as&lt;br /&gt;
              &amp;quot;installed&amp;quot; if all mandatory packages are installed, or if a group doesn't have any mandatory&lt;br /&gt;
              packages  then  it is installed if any of the optional or default package are installed (when&lt;br /&gt;
              not in group_command=objects mode).  You can pass optional arguments to the list/summary com‐&lt;br /&gt;
              mands: installed, available, environment, language, packages, hidden and ids (or any of those&lt;br /&gt;
              prefixed by &amp;quot;no&amp;quot; to turn them off again).  If you pass the -v option, to enable verbose mode,&lt;br /&gt;
              then  the  groupids  are  displayed  by  default (but &amp;quot;yum group list ids&amp;quot; is often easier to&lt;br /&gt;
              read).&lt;br /&gt;
&lt;br /&gt;
              &amp;quot;group remove&amp;quot; is used to remove all of the packages in a group, unlike  &amp;quot;groupinstall&amp;quot;  this&lt;br /&gt;
              will remove everything regardless of group_package_types. It is worth pointing out that pack‐&lt;br /&gt;
              ages can be in more than one group, so &amp;quot;group install X Y&amp;quot; followed by &amp;quot;group remove Y&amp;quot;  does&lt;br /&gt;
              not do give you the same result as &amp;quot;group install X&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
              The  groupremove_leaf_only configuration changes the behaviour of this command to only remove&lt;br /&gt;
              packages which aren't required by something else.&lt;br /&gt;
&lt;br /&gt;
              &amp;quot;group info&amp;quot; is used to give the description and package list of  a  group  (and  which  type&lt;br /&gt;
              those  packages  are  marked as). Note that you can use the yum-filter-data and yum-list-data&lt;br /&gt;
              plugins to get/use the data the other way around (i.e. what groups own packages  need  updat‐&lt;br /&gt;
              ing).  If  you pass the -v option, to enable verbose mode, then the package names are matched&lt;br /&gt;
              against installed/available packages similar to the list command.&lt;br /&gt;
&lt;br /&gt;
              &amp;quot;group summary&amp;quot; is used to give a quick summary of how many groups are installed  and  avail‐&lt;br /&gt;
              able.&lt;br /&gt;
&lt;br /&gt;
              &amp;quot;group  mark&amp;quot; and &amp;quot;group unmark&amp;quot; are used when groups are configured in group_command=objects&lt;br /&gt;
              mode. These commands then allow you to alter yum's idea of which groups  are  installed,  and&lt;br /&gt;
              the packages that belong to them.&lt;br /&gt;
&lt;br /&gt;
              &amp;quot;group mark install&amp;quot; mark the group as installed. When installed &amp;quot;yum upgrade&amp;quot; and &amp;quot;yum group&lt;br /&gt;
              upgrade&amp;quot; will installing new packages for the group.&lt;br /&gt;
&lt;br /&gt;
              &amp;quot;group mark remove&amp;quot; the opposite of mark install.&lt;br /&gt;
&lt;br /&gt;
              &amp;quot;group mark packages&amp;quot; takes a group  id  (which  must  be  installed)  and  marks  any  given&lt;br /&gt;
              installed  packages  (which aren't members of a group) as members of the group. Note that the&lt;br /&gt;
              data from the repositories does not need to specify the packages as a member of the group.&lt;br /&gt;
&lt;br /&gt;
              &amp;quot;group mark packages-force&amp;quot; works like mark packages, but doesn't care if  the  packages  are&lt;br /&gt;
              already members of another group.&lt;br /&gt;
&lt;br /&gt;
              &amp;quot;group mark convert&amp;quot; converts the automatic data you get without using groups as objects into&lt;br /&gt;
              groups as objects data. This makes it much easier to convert to  groups  as  objects  without&lt;br /&gt;
              having to reinstall.&lt;br /&gt;
&lt;br /&gt;
              &amp;quot;group unmark packages&amp;quot; remove a package as a member from any groups.&lt;br /&gt;
&lt;br /&gt;
       shell  Is  used  to enter the 'yum shell', when a filename is specified the contents of that file is&lt;br /&gt;
              executed in yum shell mode. See yum-shell(8) for more info&lt;br /&gt;
&lt;br /&gt;
       resolvedep&lt;br /&gt;
              Is used to list packages providing the specified dependencies, at most one package is  listed&lt;br /&gt;
              per dependency. This command is maintained for legacy reasons only, use repoquery instead.&lt;br /&gt;
&lt;br /&gt;
       localinstall&lt;br /&gt;
              Is  used  to  install  a set of local rpm files. If required the enabled repositories will be&lt;br /&gt;
              used to resolve dependencies. Note that the install command will do a local install, if given&lt;br /&gt;
              a filename. This command is maintained for legacy reasons only.&lt;br /&gt;
&lt;br /&gt;
       localupdate&lt;br /&gt;
              Is  used  to update the system by specifying local rpm files. Only the specified rpm files of&lt;br /&gt;
              which an older version is already installed will be installed, the remaining specified  pack‐&lt;br /&gt;
              ages will be ignored.  If required the enabled repositories will be used to resolve dependen‐&lt;br /&gt;
              cies. Note that the update command will do a local update, if given a filename. This  command&lt;br /&gt;
              is maintained for legacy reasons only.&lt;br /&gt;
&lt;br /&gt;
       reinstall&lt;br /&gt;
              Will  reinstall  the  identically versioned package as is currently installed.  This does not&lt;br /&gt;
              work for &amp;quot;installonly&amp;quot; packages, like Kernels. reinstall operates on groups, files,  provides&lt;br /&gt;
              and filelists just like the &amp;quot;install&amp;quot; command.&lt;br /&gt;
&lt;br /&gt;
       downgrade&lt;br /&gt;
              Will try and downgrade a package from the version currently installed to the previously high‐&lt;br /&gt;
              est version (or the specified version).  The depsolver will not necessarily work, but if  you&lt;br /&gt;
              specify  all  the  packages  it should work (thus, all the simple cases will work). Also this&lt;br /&gt;
              does not work for &amp;quot;installonly&amp;quot; packages, like Kernels. downgrade operates on groups,  files,&lt;br /&gt;
              provides, filelists and rpm files just like the &amp;quot;install&amp;quot; command.&lt;br /&gt;
&lt;br /&gt;
       deplist&lt;br /&gt;
              Produces  a  list  of  all  dependencies and what packages provide those dependencies for the&lt;br /&gt;
              given packages. As of 3.2.30 it now just shows  the  latest  version  of  each  package  that&lt;br /&gt;
              matches  (this  can  be  changed  by  using  --showduplicates)  and  it only shows the newest&lt;br /&gt;
              providers (which can be changed by using --verbose).&lt;br /&gt;
&lt;br /&gt;
       repolist&lt;br /&gt;
              Produces a list of configured repositories. The default is to list all enabled  repositories.&lt;br /&gt;
              If  you  pass  -v,  for  verbose  mode,  more information is listed. If the first argument is&lt;br /&gt;
              'enabled', 'disabled' or 'all' then the command will list those types of repos.&lt;br /&gt;
&lt;br /&gt;
              You can pass repo id or name arguments, or wildcards which to match against  both  of  those.&lt;br /&gt;
              However  if the id or name matches exactly then the repo will be listed even if you are list‐&lt;br /&gt;
              ing enabled repos. and it is disabled.&lt;br /&gt;
&lt;br /&gt;
              In non-verbose mode the first column will start with a '*' if the repo. has metalink data and&lt;br /&gt;
              the  latest metadata is not local. For non-verbose mode the last column will also display the&lt;br /&gt;
              number of packages in the repo. and (if there are any user specified excludes) the number  of&lt;br /&gt;
              packages excluded.&lt;br /&gt;
&lt;br /&gt;
              One  last  special  feature of repolist, is that if you are in non-verbose mode then yum will&lt;br /&gt;
              ignore any repo errors and output the information it can get (Eg.  &amp;quot;yum  clean  all;  yum  -C&lt;br /&gt;
              repolist&amp;quot; will output something, although the package counts/etc. will be zeroed out).&lt;br /&gt;
&lt;br /&gt;
       repoinfo&lt;br /&gt;
&lt;br /&gt;
              This ocmmand works exactly like repolist -v.&lt;br /&gt;
&lt;br /&gt;
       version&lt;br /&gt;
              Produces  a  &amp;quot;version&amp;quot; of the rpmdb, and of the enabled repositories if &amp;quot;all&amp;quot; is given as the&lt;br /&gt;
              first argument. You can also specify version groups in the version-groups configuration file.&lt;br /&gt;
              If  you  pass  -v, for verbose mode, more information is listed. The version is calculated by&lt;br /&gt;
              taking an SHA1 hash of the packages (in sorted order),  and  the  checksum_type/checksum_data&lt;br /&gt;
              entries  from  the  yumdb. Note that this rpmdb version is now also used significantly within&lt;br /&gt;
              yum (esp. in yum history).&lt;br /&gt;
&lt;br /&gt;
              The version command will now show &amp;quot;groups&amp;quot; of packages as a separate version,  and  so  takes&lt;br /&gt;
              sub-commands:&lt;br /&gt;
&lt;br /&gt;
              &amp;quot;version grouplist&amp;quot; - List the defined version groups.&lt;br /&gt;
&lt;br /&gt;
              &amp;quot;version groupinfo&amp;quot; - Get the complete list of packages within one or more version groups.&lt;br /&gt;
&lt;br /&gt;
              &amp;quot;version  installed&amp;quot;  -  This is the default, only show the version information for installed&lt;br /&gt;
              packages.&lt;br /&gt;
&lt;br /&gt;
              &amp;quot;version available&amp;quot; - Only show the version information for available packages.&lt;br /&gt;
&lt;br /&gt;
              &amp;quot;version all&amp;quot; - Show the version information for installed and available packages.&lt;br /&gt;
&lt;br /&gt;
              &amp;quot;version nogroups | nogroups-*&amp;quot; - Just show the main version information.&lt;br /&gt;
&lt;br /&gt;
              &amp;quot;version group-*&amp;quot; - Just show the grouped version information, if more  arguments  are  given&lt;br /&gt;
              then only show the data for those groups.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       history&lt;br /&gt;
              The  history command allows the user to view what has happened in past transactions (assuming&lt;br /&gt;
              the history_record config. option is  set).  You  can  use  info/list/packages-list/packages-&lt;br /&gt;
              info/summary  to view what happened, undo/redo/rollback to act on that information and new to&lt;br /&gt;
              start a new history file.&lt;br /&gt;
&lt;br /&gt;
              The info/list/summary commands take either a transaction id or a package (with wildcards,  as&lt;br /&gt;
              in  Specifying  package names), all three can also be passed no arguments. list can be passed&lt;br /&gt;
              the keyword &amp;quot;all&amp;quot; to list all the transactions.&lt;br /&gt;
&lt;br /&gt;
              The packages-list/packages-info commands takes a package  (with wildcards, as  in  Specifying&lt;br /&gt;
              package names). And show data from the point of view of that package.&lt;br /&gt;
&lt;br /&gt;
              The  undo/redo/rollback  commands take either a single transaction id or the keyword last and&lt;br /&gt;
              an offset from the last transaction (Eg. if you've done 250 transactions,  &amp;quot;last&amp;quot;  refers  to&lt;br /&gt;
              transaction  250,  and  &amp;quot;last-4&amp;quot;  refers to transaction 246).  The redo command can also take&lt;br /&gt;
              some optional arguments before you specify the transaction. &amp;quot;force-reinstall&amp;quot; tells it  rein‐&lt;br /&gt;
              stall  any  packages  that were installed in that transaction (via. install, upgrade or down‐&lt;br /&gt;
              grade).  &amp;quot;force-remove&amp;quot; tells it to forcibly remove any packages that were updated  or  down‐&lt;br /&gt;
              graded.&lt;br /&gt;
&lt;br /&gt;
              The  undo/redo  commands  act on the specified transaction, undo'ing or repeating the work of&lt;br /&gt;
              that transaction. While the rollback command will undo all transactions up to  the  point  of&lt;br /&gt;
              the  specified transaction. For example, if you have 3 transactions, where package A; B and C&lt;br /&gt;
              where installed respectively.  Then &amp;quot;undo 1&amp;quot; will try to remove package A, &amp;quot;redo 1&amp;quot; will  try&lt;br /&gt;
              to  install  package  A  (if  it is not still installed), and &amp;quot;rollback 1&amp;quot; will try to remove&lt;br /&gt;
              packages B and C. Note that after a &amp;quot;rollback 1&amp;quot; you will have a fourth transaction, although&lt;br /&gt;
              the ending rpmdb version (see: yum version) should be the same in transactions 1 and 4.&lt;br /&gt;
&lt;br /&gt;
              The  addon-info command takes a transaction ID, and the packages-list command takes a package&lt;br /&gt;
              (with wildcards).&lt;br /&gt;
&lt;br /&gt;
              The stats command shows some statistics about the current history DB.&lt;br /&gt;
&lt;br /&gt;
              The sync commands allows you to change the rpmdb/yumdb data stored for  any  installed  pack‐&lt;br /&gt;
              ages, to whatever is in the current rpmdb/yumdb (this is mostly useful when this data was not&lt;br /&gt;
              stored when the package went into the history DB).&lt;br /&gt;
&lt;br /&gt;
              In &amp;quot;history list&amp;quot; you can change the behaviour of  the  2nd  column  via.  the  configuration&lt;br /&gt;
              option history_list_view.&lt;br /&gt;
&lt;br /&gt;
              In  &amp;quot;history  list&amp;quot;  output the Altered column also gives some extra information if there was&lt;br /&gt;
              something not good with the transaction (this is also shown at the end of the package  column&lt;br /&gt;
              in the packages-list command).&lt;br /&gt;
&lt;br /&gt;
              &amp;gt; - The rpmdb was changed, outside yum, after the transaction.&lt;br /&gt;
              &amp;lt; - The rpmdb was changed, outside yum, before the transaction.&lt;br /&gt;
              * - The transaction aborted before completion.&lt;br /&gt;
              # - The transaction completed, but with a non-zero status.&lt;br /&gt;
              E - The transaction completed fine, but had warning/error output during the transaction.&lt;br /&gt;
              P - The transaction completed fine, but problems already existed in the rpmdb.&lt;br /&gt;
              s  - The transaction completed fine, but --skip-broken was enabled and had to skip some pack‐&lt;br /&gt;
              ages.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       load-transaction&lt;br /&gt;
              This command will re-load a saved yum transaction file, this allows you to run a  transaction&lt;br /&gt;
              on  one  machine and then use it on another.  The two common ways to get a saved yum transac‐&lt;br /&gt;
              tion file are from &amp;quot;yum -q history addon-info last saved_tx&amp;quot; or via. the automatic  saves  in&lt;br /&gt;
              $TMPDIR/yum_save_tx.* when a transaction is solved but not run.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       check  Checks  the  local  rpmdb and produces information on any problems it finds. You can pass the&lt;br /&gt;
              check command the arguments &amp;quot;dependencies&amp;quot; or &amp;quot;duplicates&amp;quot;, to limit  the  checking  that  is&lt;br /&gt;
              performed (the default is &amp;quot;all&amp;quot; which does both).&lt;br /&gt;
&lt;br /&gt;
              The  info command can also take ranges of transaction ids, of the form start..end, which will&lt;br /&gt;
              then display a merged history as if all the transactions in the range had happened at once.&lt;br /&gt;
              Eg. &amp;quot;history info 1..4&amp;quot; will merge the first four transactions and display them as  a  single&lt;br /&gt;
              transaction.&lt;br /&gt;
&lt;br /&gt;
       help   Produces help, either for all commands or if given a command name then the help for that par‐&lt;br /&gt;
              ticular command.&lt;br /&gt;
&lt;br /&gt;
GENERAL OPTIONS&lt;br /&gt;
       Most command line options can be set using the configuration file as well and the descriptions indi‐&lt;br /&gt;
       cate the necessary configuration option to set.&lt;br /&gt;
&lt;br /&gt;
       -h, --help&lt;br /&gt;
              Help; display a help message and then quit.&lt;br /&gt;
&lt;br /&gt;
       -y, --assumeyes&lt;br /&gt;
              Assume yes; assume that the answer to any question which would be asked is yes.&lt;br /&gt;
              Configuration Option: assumeyes&lt;br /&gt;
&lt;br /&gt;
       --assumeno&lt;br /&gt;
              Assume  no;  assume  that  the answer to any question which would be asked is no. This option&lt;br /&gt;
              overrides assumeyes, but is still subject to alwaysprompt.&lt;br /&gt;
              Configuration Option: assumeno&lt;br /&gt;
&lt;br /&gt;
       -c, --config=[config file]&lt;br /&gt;
              Specifies the config file location - can take HTTP and FTP URLs and local file paths.&lt;br /&gt;
&lt;br /&gt;
       -q, --quiet&lt;br /&gt;
              Run without output.  Note that you likely also want to use -y.&lt;br /&gt;
&lt;br /&gt;
       -v, --verbose&lt;br /&gt;
              Run with a lot of debugging output.&lt;br /&gt;
&lt;br /&gt;
       -d, --debuglevel=[number]&lt;br /&gt;
              Sets the debugging level to [number] - turns up  or  down  the  amount  of  things  that  are&lt;br /&gt;
              printed. Practical range: 0 - 10&lt;br /&gt;
              Configuration Option: debuglevel&lt;br /&gt;
&lt;br /&gt;
       -e, --errorlevel=[number]&lt;br /&gt;
              Sets  the  error level to [number] Practical range 0 - 10. 0 means print only critical errors&lt;br /&gt;
              about which you must be told. 1 means print all errors, even ones that are not overly  impor‐&lt;br /&gt;
              tant. 1+ means print more errors (if any) -e 0 is good for cron jobs.&lt;br /&gt;
              Configuration Option: errorlevel&lt;br /&gt;
&lt;br /&gt;
       --rpmverbosity=[name]&lt;br /&gt;
              Sets  the debug level to [name] for rpm scriptlets. 'info' is the default, other options are:&lt;br /&gt;
              'critical', 'emergency', 'error', 'warn' and 'debug'.&lt;br /&gt;
              Configuration Option: rpmverbosity&lt;br /&gt;
&lt;br /&gt;
       -R, --randomwait=[time in minutes]&lt;br /&gt;
              Sets the maximum amount of time yum will wait before performing a  command  -  it  randomizes&lt;br /&gt;
              over the time.&lt;br /&gt;
&lt;br /&gt;
       -C, --cacheonly&lt;br /&gt;
              Tells  yum to run entirely from system cache - does not download or update any headers unless&lt;br /&gt;
              it has to to perform the requested action. If you're using this as a user yum  will  not  use&lt;br /&gt;
              the tempcache for the user but will only use the system cache in the system cachedir.&lt;br /&gt;
&lt;br /&gt;
       --version&lt;br /&gt;
              Reports  the  yum  version  number  and  installed  package  versions  for everything in his‐&lt;br /&gt;
              tory_record_packages (can be added to by plugins).&lt;br /&gt;
&lt;br /&gt;
       --showduplicates&lt;br /&gt;
              Doesn't limit packages to their latest versions in the info, list and search  commands  (will&lt;br /&gt;
              also affect plugins which use the doPackageLists() API).&lt;br /&gt;
&lt;br /&gt;
       --installroot=root&lt;br /&gt;
              Specifies an alternative installroot, relative to which all packages will be installed. Think&lt;br /&gt;
              of this like doing &amp;quot;chroot &amp;lt;root&amp;gt; yum&amp;quot; except using --installroot allows yum to  work  before&lt;br /&gt;
              the  chroot is created.  Note: You may also want to use the option --releasever=/ when creat‐&lt;br /&gt;
              ing the installroot as otherwise the $releasever value is taken from  the  rpmdb  within  the&lt;br /&gt;
              installroot (and thus. will be empty, before creation).&lt;br /&gt;
              Configuration Option: installroot&lt;br /&gt;
&lt;br /&gt;
       --enablerepo=repoidglob&lt;br /&gt;
              Enables specific repositories by id or glob that have been disabled in the configuration file&lt;br /&gt;
              using the enabled=0 option.&lt;br /&gt;
              Configuration Option: enabled&lt;br /&gt;
&lt;br /&gt;
       --disablerepo=repoidglob&lt;br /&gt;
              Disables specific repositories by id or glob.&lt;br /&gt;
              Configuration Option: enabled&lt;br /&gt;
&lt;br /&gt;
       --obsoletes&lt;br /&gt;
              This option only has affect for an update, it enables yum´s obsoletes processing  logic.  For&lt;br /&gt;
              more information see the update command above.&lt;br /&gt;
              Configuration Option: obsoletes&lt;br /&gt;
&lt;br /&gt;
       -x, --exclude=package&lt;br /&gt;
              Exclude  a  specific package by name or glob from updates on all repositories.  Configuration&lt;br /&gt;
              Option: exclude&lt;br /&gt;
&lt;br /&gt;
       --color=[always|auto|never]&lt;br /&gt;
              Display colorized output automatically, depending on the output terminal, always (using  ANSI&lt;br /&gt;
              codes) or never. Note that some commands (Eg. list and info) will do a little extra work when&lt;br /&gt;
              color is enabled.  Configuration Option: color&lt;br /&gt;
&lt;br /&gt;
       --disableexcludes=[all|main|repoid]&lt;br /&gt;
              Disable the excludes defined in your config files. Takes one of three options:&lt;br /&gt;
              all == disable all excludes&lt;br /&gt;
              main == disable excludes defined in [main] in yum.conf&lt;br /&gt;
              repoid == disable excludes defined for that repo&lt;br /&gt;
&lt;br /&gt;
       --disableplugin=plugin&lt;br /&gt;
              Run with one or more plugins disabled, the argument is a comma separated list of wildcards to&lt;br /&gt;
              match against plugin names.&lt;br /&gt;
&lt;br /&gt;
       --noplugins&lt;br /&gt;
              Run with all plugins disabled.&lt;br /&gt;
              Configuration Option: plugins&lt;br /&gt;
&lt;br /&gt;
       --nogpgcheck&lt;br /&gt;
              Run with GPG signature checking disabled.&lt;br /&gt;
              Configuration Option: gpgcheck&lt;br /&gt;
&lt;br /&gt;
       --skip-broken&lt;br /&gt;
              Resolve  depsolve  problems  by removing packages that are causing problems from the transac‐&lt;br /&gt;
              tion.&lt;br /&gt;
              Configuration Option: skip_broken&lt;br /&gt;
&lt;br /&gt;
       --releasever=version&lt;br /&gt;
              Pretend the current release version is the given string. This is very  useful  when  combined&lt;br /&gt;
              with  --installroot.  You can also use --releasever=/ to take the releasever information from&lt;br /&gt;
              outside the installroot.  Note that with the default upstream  cachedir,  of  /var/cache/yum,&lt;br /&gt;
              using  this option will corrupt your cache (and you can use $releasever in your cachedir con‐&lt;br /&gt;
              figuration to stop this).&lt;br /&gt;
&lt;br /&gt;
       -t, --tolerant&lt;br /&gt;
              This option makes yum go slower, checking for things that shouldn't  be  possible  making  it&lt;br /&gt;
              more tolerant of external errors.&lt;br /&gt;
&lt;br /&gt;
       --downloadonly&lt;br /&gt;
              Don't update, just download.&lt;br /&gt;
&lt;br /&gt;
       --downloaddir=directory&lt;br /&gt;
              Specifies an alternate directory to store packages.&lt;br /&gt;
&lt;br /&gt;
       --setopt=option=value&lt;br /&gt;
              Set any config option in yum config or repo files. For options in the global config just use:&lt;br /&gt;
              --setopt=option=value for repo options use: --setopt=repoid.option=value&lt;br /&gt;
&lt;br /&gt;
LIST OPTIONS&lt;br /&gt;
       The following are the ways which you can invoke yum in list  mode.   Note  that  all  list  commands&lt;br /&gt;
       include information on the version of the package.&lt;br /&gt;
&lt;br /&gt;
       OUTPUT&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
              The format of the output of yum list is:&lt;br /&gt;
&lt;br /&gt;
              name.arch [epoch:]version-release  repo or @installed-from-repo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       yum list [all | glob_exp1] [glob_exp2] [...]&lt;br /&gt;
              List all available and installed packages.&lt;br /&gt;
&lt;br /&gt;
       yum list available [glob_exp1] [...]&lt;br /&gt;
              List all packages in the yum repositories available to be installed.&lt;br /&gt;
&lt;br /&gt;
       yum list updates [glob_exp1] [...]&lt;br /&gt;
              List all packages with updates available in the yum repositories.&lt;br /&gt;
&lt;br /&gt;
       yum list installed [glob_exp1] [...]&lt;br /&gt;
              List  the packages specified by args.  If an argument does not match the name of an available&lt;br /&gt;
              package, it is assumed to be a shell-style glob and any matches are printed.&lt;br /&gt;
&lt;br /&gt;
       yum list extras [glob_exp1] [...]&lt;br /&gt;
              List the packages installed on the system that are not available in any yum repository listed&lt;br /&gt;
              in the config file.&lt;br /&gt;
&lt;br /&gt;
       yum list obsoletes [glob_exp1] [...]&lt;br /&gt;
              List  the  packages installed on the system that are obsoleted by packages in any yum reposi‐&lt;br /&gt;
              tory listed in the config file.&lt;br /&gt;
&lt;br /&gt;
       yum list recent&lt;br /&gt;
              List packages recently added into the repositories. This is often not helpful, but  what  you&lt;br /&gt;
              may really want to use is &amp;quot;yum list-updateinfo new&amp;quot; from the security yum plugin.&lt;br /&gt;
&lt;br /&gt;
SPECIFYING PACKAGE NAMES&lt;br /&gt;
       A  package  can be referred to for install, update, remove, list, info etc with any of the following&lt;br /&gt;
       as well as globs of any of the following:&lt;br /&gt;
&lt;br /&gt;
              name&lt;br /&gt;
              name.arch&lt;br /&gt;
              name-ver&lt;br /&gt;
              name-ver-rel&lt;br /&gt;
              name-ver-rel.arch&lt;br /&gt;
              name-epoch:ver-rel.arch&lt;br /&gt;
              epoch:name-ver-rel.arch&lt;br /&gt;
&lt;br /&gt;
              For example: yum remove kernel-2.4.1-10.i686&lt;br /&gt;
                   this will remove this specific kernel-ver-rel.arch.&lt;br /&gt;
&lt;br /&gt;
              Or:          yum list available 'foo*'&lt;br /&gt;
                   will list all available packages that match 'foo*'. (The single quotes  will  keep  your&lt;br /&gt;
              shell from expanding the globs.)&lt;br /&gt;
&lt;br /&gt;
CLEAN OPTIONS&lt;br /&gt;
       The following are the ways which you can invoke yum in clean mode. Note that &amp;quot;all files&amp;quot; in the com‐&lt;br /&gt;
       mands below means &amp;quot;all files in currently enabled repositories&amp;quot;.  If you  want  to  also  clean  any&lt;br /&gt;
       (temporarily) disabled repositories you need to use --enablerepo='*' option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       yum clean expire-cache&lt;br /&gt;
              Eliminate  the  local  data saying when the metadata and mirrorlists were downloaded for each&lt;br /&gt;
              repo. This means yum will revalidate the cache for each repo. next time it is  used.  However&lt;br /&gt;
              if the cache is still valid, nothing significant was deleted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       yum clean packages&lt;br /&gt;
              Eliminate  any  cached  packages  from  the system.  Note that packages are not automatically&lt;br /&gt;
              deleted after they are downloaded.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       yum clean headers&lt;br /&gt;
              Eliminate all of the header files, which old versions of yum used for dependency resolution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       yum clean metadata&lt;br /&gt;
              Eliminate all of the files which yum uses to determine the remote availability  of  packages.&lt;br /&gt;
              Using this option will force yum to download all the metadata the next time it is run.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       yum clean dbcache&lt;br /&gt;
              Eliminate  the sqlite cache used for faster access to metadata.  Using this option will force&lt;br /&gt;
              yum to download the sqlite metadata the next time it is run, or recreate the sqlite  metadata&lt;br /&gt;
              if using an older repo.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       yum clean rpmdb&lt;br /&gt;
              Eliminate any cached data from the local rpmdb.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       yum clean plugins&lt;br /&gt;
              Tell any enabled plugins to eliminate their cached data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       yum clean all&lt;br /&gt;
              Does all of the above.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PLUGINS&lt;br /&gt;
       Yum  can  be extended through the use of plugins. A plugin is a Python &amp;quot;.py&amp;quot; file which is installed&lt;br /&gt;
       in one of the directories specified by the pluginpath option in yum.conf. For a plugin to work,  the&lt;br /&gt;
       following conditions must be met:&lt;br /&gt;
&lt;br /&gt;
       1. The plugin module file must be installed in the plugin path as just described.&lt;br /&gt;
&lt;br /&gt;
       2. The global plugins option in /etc/yum.conf must be set to `1'.&lt;br /&gt;
&lt;br /&gt;
       3.  A  configuration  file for the plugin must exist in /etc/yum/pluginconf.d/&amp;lt;plugin_name&amp;gt;.conf and&lt;br /&gt;
       the enabled setting in this file must set to `1'. The minimal content for such a configuration  file&lt;br /&gt;
       is:&lt;br /&gt;
&lt;br /&gt;
              [main]&lt;br /&gt;
              enabled = 1&lt;br /&gt;
&lt;br /&gt;
       See the yum.conf(5) man page for more information on plugin related configuration options.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
FILES&lt;br /&gt;
       /etc/yum.conf&lt;br /&gt;
       /etc/yum/version-groups.conf&lt;br /&gt;
       /etc/yum.repos.d/&lt;br /&gt;
       /etc/yum/pluginconf.d/&lt;br /&gt;
       /var/cache/yum/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SEE ALSO&lt;br /&gt;
       pkcon (1)&lt;br /&gt;
       yum.conf (5)&lt;br /&gt;
       yum-updatesd (8)&lt;br /&gt;
       package-cleanup (1)&lt;br /&gt;
       repoquery (1)&lt;br /&gt;
       yum-complete-transaction (1)&lt;br /&gt;
       yumdownloader (1)&lt;br /&gt;
       yum-utils (1)&lt;br /&gt;
       yum-security (8)&lt;br /&gt;
       http://yum.baseurl.org/&lt;br /&gt;
       http://yum.baseurl.org/wiki/Faq&lt;br /&gt;
       yum search yum&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
AUTHORS&lt;br /&gt;
       See the Authors file included with this program.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
BUGS&lt;br /&gt;
       There  of  course  aren't  any bugs, but if you find any, you should first consult the FAQ mentioned&lt;br /&gt;
       above and then email the mailing list: yum@lists.baseurl.org or filed in bugzilla.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Seth Vidal                                                                                           yum(8)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Yum]]&lt;br /&gt;
[[Category:Fedora Core]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Software_Installieren/Deinstallieren_mit_YaST&amp;diff=29341</id>
		<title>Software Installieren/Deinstallieren mit YaST</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Software_Installieren/Deinstallieren_mit_YaST&amp;diff=29341"/>
		<updated>2013-05-13T17:54:45Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Kategorie&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wie installiere oder entferne ich Software mit YaST?&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Paketquellen verwalten - Installationsquellen aus dem Netz =&lt;br /&gt;
== Seit openSUSE 10.3: Auswahl der Community Repositories mittels Mausklick ==&lt;br /&gt;
&lt;br /&gt;
Seit openSUSE 10.3 gibt es einen sehr einfachen Weg, Installationsquellen zu verwalten, bzw. hinzuzufügen. Hierzu startet man Yast2 und wählt innerhalb der Kategorie '''Software''' rechts den Punkt '''Software-Repositories''' aus. Anschließend folgt man den Anweisungen der Bildergallerie:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Man wählt links den Pukt &amp;quot;'''Software'''&amp;quot; und rechts den Punkt &amp;quot;'''Community Repositories'''&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Bild:Software-Repositories1.png|Hier ist eine Liste der bereits '''eingerichteten Repositories''' zu sehen. Zu dieser Liste können neue Softwarequellen hinzugefügt werden, bzw. vorhandene entfernt werden. Über '''Hinzufügen''' kann ein neues Repository eignerichtet werden.&lt;br /&gt;
Bild:Software-Repositories2.png|Im darauffolgenden Fenster wählt man '''Community/Gemeinschafts-Repositories''' aus&lt;br /&gt;
Bild:Software-Repositories3.png|In der nun erscheinenden Liste mit Installationsquellen kann man Paketquellen auswählen, aus denen zukünftig Pakete installiert werden können.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Box Achtung||&lt;br /&gt;
Es wird dringend davon abgeraten, zu viele oder gar alle Paketquellen zu aktivieren! Die Paketquellen sind nicht zwangsläufig aufeinander abgestimmt. Dies kann zu Problemen oder einem instabilen System führen. Bei Paketen aus dem openSUSE BuildService kann es mitunter auch vorkommen, dass die dort erhältlichen Pakete noch nicht stablil laufen. Beim Hinzufügen von Paketquellen sollte daher Zurückhaltung geübt werden.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Empfehlenswerte Quellen ===&lt;br /&gt;
* Haupt Repository (Opensource Software - OSS) - Hier lagert alles, was auch auf der Suse DVD enthalten ist.&lt;br /&gt;
* Haupt Repository (Nicht-OSS) - Hier lagern die non-oss Programme, welche auf der Suse DVD enthalten sind (z.B. Acroread).&lt;br /&gt;
* Update Repository (Aktualisierungen für openSUSE) - Hier gibt es die &amp;lt;u&amp;gt;offiziellen&amp;lt;/u&amp;gt; Aktualisierungen (Updates/Patches).&lt;br /&gt;
* Packman Repository - Das Verzeichnis mit den Packman Paketen.&lt;br /&gt;
&lt;br /&gt;
=== Welche Pakete sind in den einzelnen Quellen enthalten? ===&lt;br /&gt;
[http://de.opensuse.org/YaST_old_style/Software/Community_Repositories Hier geht es zu einem Artikel aus dem openSUSE Wiki, welcher den Inhalt der Community Repositories beschreibt.]&lt;br /&gt;
&lt;br /&gt;
== Der &amp;quot;alte&amp;quot; Weg - funktioniert bei allen Suse Versionen ==&lt;br /&gt;
''Zuerst muss das YaST-Modul zur Verwaltung von Paketquellen gestartet werden:''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''YaST''' starten&lt;br /&gt;
* Kategorie: '''Software'''&lt;br /&gt;
* Punkt: '''Installationsquelle wechseln''' (bis openSUSE 10.3) / '''Software-Repositories''' (seit openSUSE 11.0)&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
=== Einbinden ===&lt;br /&gt;
''Um eine zusätzliche Quelle einzubinden:''&amp;lt;br/&amp;gt;&lt;br /&gt;
* Button: '''Hinzufügen'''&lt;br /&gt;
* Auswahlmenü: '''URL angeben'''&lt;br /&gt;
* Die entsprechende '''URL eintragen'''&lt;br /&gt;
:Installationsquellen: [[Installationsquellen_zu_openSUSE|YaST-Installationsquellen für openSUSE]]&lt;br /&gt;
* mit '''OK''' bestätigen&lt;br /&gt;
* Die '''Aktualisierung''' der Quelle einschalten&lt;br /&gt;
* Kontrollieren, ob die Quelle '''aktiviert''' ist&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
=== Löschen ===&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
=== Status ===&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installation von Paketen von DVD oder aus dem Internet =&lt;br /&gt;
''Um zusätzliche Programme mit YaST zu installieren:''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''YaST''' starten&lt;br /&gt;
* Kategorie: '''Software'''&lt;br /&gt;
* Punkt: '''Software installieren oder löschen'''&lt;br /&gt;
''Anschließend werden die [[Installationsquellen_zu_openSUSE|Installationsquellen]] eingelesen.''&amp;lt;br/&amp;gt;&lt;br /&gt;
''Dies kann je nach Anzahl der Quellen einige Minuten dauern!''&lt;br /&gt;
* Das Gewünschte '''Paket auswählen''' (schwarzes Häkchen)&lt;br /&gt;
* mit '''Übernehmen''' bestätigen &lt;br /&gt;
YaST prüft nun, ob eventuelle Abhängigkeiten aufgelöst werden müssen.&amp;lt;br/&amp;gt;&lt;br /&gt;
Falls Konflikte auftreten, bietet YaST verschiedene Lösungsmöglichkeiten an.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Die Meldungen bitte &amp;lt;u&amp;gt;aufmerksam&amp;lt;/u&amp;gt; lesen und die Konflikte entsprechend lösen.'''&lt;br /&gt;
* Installation&lt;br /&gt;
Nach erfolgreicher Installation (und dem Ausführen von SuSEconfig) bietet YaST an, sich zu beenden oder zum Auswahlfenster zurückzukehren um weitere Pakte zu installieren.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Deinstallation =&lt;br /&gt;
''Um zusätzliche Programme mit YaST zu installieren:''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''YaST''' starten&lt;br /&gt;
* Kategorie: '''Software'''&lt;br /&gt;
* Punkt: '''Software installieren oder löschen'''&lt;br /&gt;
''Anschließend werden die [[Installationsquellen_zu_openSUSE|Installationsquellen]] eingelesen.''&amp;lt;br/&amp;gt;&lt;br /&gt;
''Dies kann je nach Anzahl der Quellen einige Minuten dauern!''&lt;br /&gt;
* Das nicht mehr benötigte '''Paket abwählen''' (Symbol: Mülltonne)&lt;br /&gt;
* mit '''Übernehmen''' bestätigen &lt;br /&gt;
''YaST prüft nun, ob mit der Deinstallation dieses Paketes eventuelle Abhängigkeiten verletzt würden.''&amp;lt;br/&amp;gt;&lt;br /&gt;
''Sollten an dieser Stelle Konflikte auftreten, kann dies nur bedeuten, dass das zu entfernende Paket noch von andern Paketen benötigt wird. Das bedeutet, entweder die deinstallation an dieser Stelle abbrechen und das Paket behalten, oder die abhängigen Pakete ebenfalls zu deinstallieren.''&amp;lt;br/&amp;gt;&lt;br /&gt;
* Installation ;-)&lt;br /&gt;
''Nach erfolgreicher Deinstallation (und dem Ausführen von SuSEconfig) bietet YaST an, sich zu beenden oder zum Auswahlfenster zurückzukehren um weitere Pakte zu installieren.''&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Update =&lt;br /&gt;
''Um verfügbare Pakete mit YaST zu aktualisieren:''&amp;lt;br/&amp;gt;&lt;br /&gt;
''(Nicht zu verwechseln mit YOU - YaST Online Update - bei dem nur Sicherheitsrelevante Patches eingespielt werden.)''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''YaST''' starten&lt;br /&gt;
* Kategorie: '''Software'''&lt;br /&gt;
* Punkt: '''Software installieren oder löschen'''&lt;br /&gt;
''Anschließend werden die [[Installationsquellen_zu_openSUSE|Installationsquellen]] eingelesen.''&amp;lt;br/&amp;gt;&lt;br /&gt;
''Dies kann je nach Anzahl der Quellen einige Minuten dauern!''&lt;br /&gt;
* Filter: '''Paketgruppen'''&lt;br /&gt;
* Gruppe: '''zzz Alle'''&lt;br /&gt;
* Menü: '''Paket''' -&amp;gt; '''Alle in dieser Liste''' -&amp;gt; '''Aktualisieren, falls neuere Version verfügbar'''&lt;br /&gt;
* Filter: '''Zusammenfassung''' (falls man wissen will, welche Pakete zum Update ausgewählt wurden)&lt;br /&gt;
* mit '''Übernehmen''' bestätigen (ab OpenSuse 11.0: '''Akzeptieren''')&lt;br /&gt;
''YaST prüft nun, ob eventuelle Abhängigkeiten aufgelöst werden müssen.''&amp;lt;br/&amp;gt;&lt;br /&gt;
''Falls Konflikte auftreten, bietet YaST verschiedene Lösungsmöglichkeiten an.''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Die Meldungen bitte &amp;lt;u&amp;gt;Aufmerksam&amp;lt;/u&amp;gt; lesen und die Konflikte entsprechend lösen.'''&lt;br /&gt;
* Installation/Update ;-)&lt;br /&gt;
''Nach erfolgreichem Update (und dem Ausführen von SuSEconfig) bietet YaST an, sich zu beenden oder zum Auswahlfenster zurückzukehren um weitere Pakte zu installieren.''&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Quellenangaben und weiterführende Links =&lt;br /&gt;
* [http://de.opensuse.org/YaST_old_style/Software/Community_Repositories Artikel aus dem openSUSE Wiki zu Community Repositories]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[YaST|Zurück zu YaST]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Paketmanager|Zurück zur Paketmanager-Übersicht]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Kategorie:RPM]]&lt;br /&gt;
[[Category:YaST]]&lt;br /&gt;
[[Kategorie:openSUSE]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Man_zypper&amp;diff=29340</id>
		<title>Man zypper</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Man_zypper&amp;diff=29340"/>
		<updated>2013-05-13T17:53:37Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Kategorie&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Korrekter Titel|man zypper}}&lt;br /&gt;
&lt;br /&gt;
{{Achtung|Dies ist eine reine Textkopie der Manpage von zypper um sie online anzuschauen. Anwendbar für zypper 1.8.11}}&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;zypper(8)                                             System Tools                                            zypper(8)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NAME&lt;br /&gt;
       zypper - Command-line interface to ZYpp system management library (libzypp)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SYNTAX&lt;br /&gt;
       zypper [--global-opts] &amp;lt;command&amp;gt; [--command-opts] [command-arguments]&lt;br /&gt;
&lt;br /&gt;
       zypper help [command]&lt;br /&gt;
&lt;br /&gt;
DESCRIPTION&lt;br /&gt;
       zypper is a command-line interface to ZYpp system management library.  It can be used to install, update, remove&lt;br /&gt;
       software, manage repositories, perform various queries, and more.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CONCEPTS&lt;br /&gt;
       Most of the following concepts are common for all applications based on the libzypp package management  library,&lt;br /&gt;
       but there are some zypper specifics.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Repositories&lt;br /&gt;
       Libzypp  works  with package metadata, that is information about packages and their relations extracted from RPM&lt;br /&gt;
       packages and other data like patch information, pattern definitions, etc. These data are  stored  together  with&lt;br /&gt;
       the  RPM  files  in folders called repositories. Repositories can be placed on various media like an HTTP or FTP&lt;br /&gt;
       server, DVD, or a folder on a local disc.&lt;br /&gt;
&lt;br /&gt;
       There is a special set of commands in zypper intented  to  manipulate  repositories.   Also  many  commands  and&lt;br /&gt;
       options  take  a  repository  as  an  arugment.  See section COMMANDS, subsection Repository Management for more&lt;br /&gt;
       details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Resource Identfiers (URI)&lt;br /&gt;
       To specify locations of repositories or other resources (RPM files, .repo files) you can use any  type  of  URIs&lt;br /&gt;
       supported by libzypp. See http://en.opensuse.org/openSUSE:Libzypp_URIs for a complete list and usage examples.&lt;br /&gt;
&lt;br /&gt;
       Zypper  also  accepts special URIs identifying openSUSE Build Service (OBS) repositories in the addrepo command.&lt;br /&gt;
       These URIs have the form of obs://&amp;lt;project&amp;gt;/[platform], where project is the name of the OBS project  and  plat-&lt;br /&gt;
       form  is  the  target  platform  (OS) for which the repository is intended. For example: obs://server:http/open-&lt;br /&gt;
       SUSE_11.3.&lt;br /&gt;
&lt;br /&gt;
       If platform is omitted, zypper.conf's obs.platform value is used.  See also other options in the  [obs]  section&lt;br /&gt;
       of zypper.conf.&lt;br /&gt;
&lt;br /&gt;
       In  addition  to these URIs you can use plain directory and file paths in which case zypper automatically treats&lt;br /&gt;
       them as dir:/path URIs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Refresh&lt;br /&gt;
       Refreshing a repository means downloading metadata of packages from the medium (if needed), storing it in  local&lt;br /&gt;
       cache  (typically  under  /var/cache/zypp/raw/&amp;lt;alias&amp;gt;  directory)  and  preparsing the metadata into .solv files&lt;br /&gt;
       (building the solv cache), typically under /var/cache/zypp/solv/&amp;lt;alias&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
       The metadata get refreshed either automatically or on user request.  An  automatic  refresh  takes  place  right&lt;br /&gt;
       before  reading  metadata  from the database if the auto-refresh is enabled for the repository and the metada is&lt;br /&gt;
       reported to be out of date. If the auto-refresh is disabled, the repository  will  only  be  refreshed  on  user&lt;br /&gt;
       request.  You  can request a refresh by calling zypper refresh (see the documentation of the refresh command for&lt;br /&gt;
       details).&lt;br /&gt;
&lt;br /&gt;
       The repository metadata are checked for changes before actually doing the refresh. A change is detected by down-&lt;br /&gt;
       loading  one  or  two  metadata index files (small files) and comparing the checksums of the cached ones and the&lt;br /&gt;
       remote ones. If the files differ, the repository is out of date and will be refreshed.&lt;br /&gt;
&lt;br /&gt;
       To delay the up-to-date check (and thus the automatic refresh) for a certain number of minutes, edit  the  value&lt;br /&gt;
       of  the repo.refresh.delay attribute of ZYpp config file (/etc/zypp/zypp.conf). This means, zypper will not even&lt;br /&gt;
       try to download and check the index files, and you will be able to use zypper for operations like search or info&lt;br /&gt;
       without internet access or root privileges.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Services&lt;br /&gt;
       Services  are one level above repositories and serve to manage repositories or to do some special tasks. Libzypp&lt;br /&gt;
       currently supports only one type of services, the Repository Index Service (RIS).&lt;br /&gt;
&lt;br /&gt;
       Repository Index Service (RIS) is a special type of repository which contains a list of other repositories. This&lt;br /&gt;
       list can be generated dynamically by the server according to some URI parameters or user name, or can be static.&lt;br /&gt;
       Once such service is added to your system, zypper takes care of adding, modifying, or removing  these  reposito-&lt;br /&gt;
       ries  on  your  system  to  reflect  the  current  list.  See section Service Management and http://old-en.open-&lt;br /&gt;
       suse.org/Standards/Repository_Index_Service for more details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Package Types&lt;br /&gt;
       zypper works with several types of resource objects, called resolvables.  A resolvable is a package, patch, pat-&lt;br /&gt;
       tern, or a product.&lt;br /&gt;
&lt;br /&gt;
       package - an ordinary RPM package.&lt;br /&gt;
       patch - update of one or more packages. A patch can include special scripts and messages to be run or shown dur-&lt;br /&gt;
       ing installation of the update.&lt;br /&gt;
       pattern - group of packages required or recommended to install some functionality.&lt;br /&gt;
       product - group of packages which are necessary to install a product.&lt;br /&gt;
       srcpackage - source code package (.src.rpm). This type works in search and install commands.&lt;br /&gt;
&lt;br /&gt;
       Throughout this manual we will refer to resolvables simply as packages and to resolvable types as package types.&lt;br /&gt;
       These type names can be used as arguments of --type option in several commands like install, info, or search.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Package Dependencies&lt;br /&gt;
       Software  packages  depend  on each other in various ways. Packages usually require or recommend other packages,&lt;br /&gt;
       they can declare that they conflict with other packages, etc. Packages can also  depend  on  specific  hardware.&lt;br /&gt;
       See  http://old-en.opensuse.org/Software_Management/Dependencies  for more information. Zypper uses a dependency&lt;br /&gt;
       solver to find out what packages need to be installed to satisfy the user's request.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
COMMANDS&lt;br /&gt;
       zypper provides a number of commands. Each command accepts the options listed in  the  GLOBAL  OPTIONS  section.&lt;br /&gt;
       These options must be specified before the command name. In addition, many commands have specific options, which&lt;br /&gt;
       are listed in this section. These command-specific options must be specified after the name of the  command  and&lt;br /&gt;
       before any of the command arguments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   General Commands&lt;br /&gt;
       help [command]&lt;br /&gt;
              Shows  help  texts.  If  invoked  without  any argument (just ´zypper´ or ´zypper help´), zypper displays&lt;br /&gt;
              global help text which lists all available global options and commands (except those  provided  only  for&lt;br /&gt;
              compatibility with rug).&lt;br /&gt;
&lt;br /&gt;
              If  invoked with a command name argument, zypper displays help for the specified command, if such command&lt;br /&gt;
              exists. Long as well as short variants of the command names can be used.&lt;br /&gt;
&lt;br /&gt;
              For your convenience, zypper help can be invoked in any of the following ways:&lt;br /&gt;
&lt;br /&gt;
              $ zypper help [command]&lt;br /&gt;
              $ zypper -h|--help [command]&lt;br /&gt;
              $ zypper [command] -h|--help&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       shell (sh)&lt;br /&gt;
              Starts a shell for entering multiple commands in one session.  Exit the shell using  &amp;quot;exit&amp;quot;,  &amp;quot;quit&amp;quot;,  or&lt;br /&gt;
              Ctrl-D.&lt;br /&gt;
&lt;br /&gt;
              The  shell support is not complete so expect bugs there. However, there's no urgent need to use the shell&lt;br /&gt;
              since libzypp became so fast thanks to the SAT solver and its tools (openSUSE 11.0),  but  still,  you're&lt;br /&gt;
              welcome to experiment with it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Package Management Commands&lt;br /&gt;
       info (if) [options] &amp;lt;name&amp;gt; ...&lt;br /&gt;
              Displays detailed informaion about the specified packages.&lt;br /&gt;
&lt;br /&gt;
              For  each  specified  package,  zypper finds the best available version in defined repositories and shows&lt;br /&gt;
              information for this package.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work only with the repository specified by the alias, name, number or URI. This option can be used multi-&lt;br /&gt;
              ple times.&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Type of package (default: package). See section Package Types for list of available package types.&lt;br /&gt;
&lt;br /&gt;
           --requires&lt;br /&gt;
              Show also symbols required and pre-required by the package. Available for package and patch type only.&lt;br /&gt;
&lt;br /&gt;
           --recommends&lt;br /&gt;
              Show also symbols recommended by the package. Available for package and patch type only.&lt;br /&gt;
&lt;br /&gt;
       Examples:&lt;br /&gt;
&lt;br /&gt;
              Show information about package 'workrave':&lt;br /&gt;
              $ zypper info workrave&lt;br /&gt;
&lt;br /&gt;
              Show information about patch 'libzypp':&lt;br /&gt;
              $ zypper info -t patch libzypp&lt;br /&gt;
&lt;br /&gt;
              Show information about pattern 'lamp_server':&lt;br /&gt;
              $ zypper info -t pattern lamp_server&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       install (in) [options] &amp;lt;name|capability|rpm_file_uri&amp;gt; ...&lt;br /&gt;
              Install or update packages.&lt;br /&gt;
&lt;br /&gt;
              The packages can be selected by their name or by a capability they provide.&lt;br /&gt;
&lt;br /&gt;
              Capability  is: NAME, or &amp;quot;NAME[.ARCH][OP&amp;lt;EDITION&amp;gt;]&amp;quot;, where ARCH is architecture code, OP is &amp;lt;, &amp;lt;=, =, &amp;gt;=,&lt;br /&gt;
              or &amp;gt; and EDITION is VERSION[-RELEASE].  For example: zypper=0.8.8-2.&lt;br /&gt;
&lt;br /&gt;
              The NAME component of a capability is not only a package  name  but  any  symbol  provided  by  packages:&lt;br /&gt;
              /bin/vi,  libcurl.so.3,  perl(Time::ParseDate).  Just remember to quote to protect the special characters&lt;br /&gt;
              from the shell, for example: zypper\&amp;gt;0.8.10 or 'zypper&amp;gt;0.8.10'&lt;br /&gt;
&lt;br /&gt;
              If EDITION is not specified, the newest installable version will be installed.  This also means  that  if&lt;br /&gt;
              the  package  is  already  installed and newer versions are available, it will get upgraded to the newest&lt;br /&gt;
              installable version.&lt;br /&gt;
&lt;br /&gt;
              If ARCH is not specified, or the last dot of the capability name string is not followed by  known  archi-&lt;br /&gt;
              tecture,  the  solver  will treat the whole string as a capability name. If the ARCH is known, the solver&lt;br /&gt;
              will select a package matching that architecture and complain if such package cannot be found.&lt;br /&gt;
&lt;br /&gt;
              Zypper will report packages that it cannot find. Further,  in  interactive  mode,  zypper  proceeds  with&lt;br /&gt;
              installation of the rest of requested packages, and it will abort immediately in non-interactive mode. In&lt;br /&gt;
              both cases zypper returns ZYPPER_EXIT_INF_CAP_NOT_FOUND after finishing the operation.&lt;br /&gt;
&lt;br /&gt;
              Zypper is also able to install plain RPM files while trying to satisfy their dependencies using  packages&lt;br /&gt;
              from  defined  repositories.  You  can install a plain RPM file by specifying its location in the install&lt;br /&gt;
              command arguments either as a local path or an URI. E.g.:&lt;br /&gt;
&lt;br /&gt;
              $ zypper install ~/rpms/foo.rpm http://some.site/bar.rpm&lt;br /&gt;
&lt;br /&gt;
              Zypper will download the files into its cache directory (/var/cache/zypper/RPMS), add this directory as a&lt;br /&gt;
              temporary plaindir repository and mark the respective packages for installation.&lt;br /&gt;
&lt;br /&gt;
              In  the install command, you can specify also packages you wish to remove in addition to the packages you&lt;br /&gt;
              wish to install, by prepending their names by a '-' or '~' character. For example:&lt;br /&gt;
&lt;br /&gt;
              $ zypper install vim -emacs&lt;br /&gt;
              $ zypper remove emacs +vim&lt;br /&gt;
&lt;br /&gt;
              will both install vim and remove emacs. Note that if you choose to use '-' with  the  first  package  you&lt;br /&gt;
              specify, you need to write '--' before it to prevent its interpretation as a command option.&lt;br /&gt;
&lt;br /&gt;
              $ zypper install -- -boring-game great-game great-game-manual&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work only with the repository specified by the alias, name, number or URI. This option can be used multi-&lt;br /&gt;
              ple times.&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Type of package to install (default: package). See section Package Types for list  of  available  package&lt;br /&gt;
              types.&lt;br /&gt;
&lt;br /&gt;
              If  pattern  is specified, and the pattern is not yet installed, all packages required and recommended by&lt;br /&gt;
              the pattern will be installed.  A pattern is considered installed if all the  packages  and  patterns  it&lt;br /&gt;
              requires are installed. Thus a pattern can be evalueated as installed even if you do not install the pat-&lt;br /&gt;
              tern itself, but rather the packages it requries. Use zypper search -t pattern [name] to look for  avail-&lt;br /&gt;
              able patterns and zypper info -t pattern &amp;lt;name&amp;gt; to list its contents.&lt;br /&gt;
&lt;br /&gt;
              If  patch  is specified, zypper will install and/or remove packages to satisfy specified patch. This is a&lt;br /&gt;
              way to ensure that specific bug fix is installed.  Like  patterns,  patches  can  also  be  evaluated  as&lt;br /&gt;
              installed  by  installing  the packages needed to satisfy the patch.  Use zypper list-patches to look for&lt;br /&gt;
              available needed patches and zypper info -t patch &amp;lt;name&amp;gt; to display detailed information about a patch.&lt;br /&gt;
&lt;br /&gt;
              If product is specified, zypper ensures all packages required by the product are installed. Use zypper se&lt;br /&gt;
              -t  product  [name]  to look for available products and zypper info -t product &amp;lt;name&amp;gt; to display detailed&lt;br /&gt;
              information about a product.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Select packages by their name, don't try to select by capabilities.&lt;br /&gt;
&lt;br /&gt;
       -f, --force&lt;br /&gt;
              Install even if the item is already installed (reinstall), downgraded or changes vendor or architecture.&lt;br /&gt;
&lt;br /&gt;
           --oldpackage&lt;br /&gt;
              Allow to replace a newer item with an older one. Handy if you are doing a  rollback.  Unlike  --force  it&lt;br /&gt;
              will not enforce a reinstall, if the item is already installed with the requested version.&lt;br /&gt;
&lt;br /&gt;
           --from &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Select packages from specified repository. If strings specified as arguments to the install command match&lt;br /&gt;
              packages in repositories specified in this option, they will be marked for installation. This option cur-&lt;br /&gt;
              rently implies --name, but allows using wildcards for specifying packages.&lt;br /&gt;
&lt;br /&gt;
       -C, --capability&lt;br /&gt;
              Select packages by capabilities.&lt;br /&gt;
&lt;br /&gt;
       -l, --auto-agree-with-licenses&lt;br /&gt;
              Automatically  say  'yes' to third party license confirmation prompt. By using this option, you choose to&lt;br /&gt;
              agree with licenses of all third-party software this command will install. This  option  is  particularly&lt;br /&gt;
              useful  for  administators  installing  the  same  set  of packages on multiple machines (by an automated&lt;br /&gt;
              process) and have the licenses confirmed before.&lt;br /&gt;
&lt;br /&gt;
           --debug-solver&lt;br /&gt;
              Create solver test case for debugging. Use this option, if you think the dependencies were not solved all&lt;br /&gt;
              right  and  attach the resulting /var/log/zypper.solverTestCase directory to your bug report. To use this&lt;br /&gt;
              option, simply add it to the problematic install or remove command.&lt;br /&gt;
&lt;br /&gt;
           --no-recommends&lt;br /&gt;
              By default, zypper installs also packages recommended by the requested  ones.   This  option  causes  the&lt;br /&gt;
              recomended packages to be ignored and only the required ones to be installed.&lt;br /&gt;
&lt;br /&gt;
       -R, --no-force-resolution&lt;br /&gt;
              Do  not  force  the  solver to find a solution. Instead, report dependency problem and prompt the user to&lt;br /&gt;
              resolve it manually.&lt;br /&gt;
&lt;br /&gt;
           --force-resolution&lt;br /&gt;
              Force the solver to find a solution, even if  it  would  mean  removing  all  packages  with  unfulfilled&lt;br /&gt;
              requirements.&lt;br /&gt;
&lt;br /&gt;
              The  default  behavior  is 'force' in the interactive mode and 'no-force' in the non-interactive mode. If&lt;br /&gt;
              this option is specified, it takes the preference.&lt;br /&gt;
&lt;br /&gt;
       -D, --dry-run&lt;br /&gt;
              Test the installation, do not actually install any package. This option will add the --test option to the&lt;br /&gt;
              rpm commands run by the install command.&lt;br /&gt;
&lt;br /&gt;
       Download-and-install mode options:&lt;br /&gt;
&lt;br /&gt;
       -d, --download-only&lt;br /&gt;
              Only download the packages for later installation.&lt;br /&gt;
&lt;br /&gt;
           --download-in-advance&lt;br /&gt;
              First download all packages, then start installing.&lt;br /&gt;
&lt;br /&gt;
           --download-in-heaps&lt;br /&gt;
              (Not  yet  implemented, currently the same as --download-in-advance).  Download a minimal set of packages&lt;br /&gt;
              that can be installed without leaving the system in broken state, and install  them.  Then  download  and&lt;br /&gt;
              install  another  heap until all are installed. This helps to keep the system in consistent state without&lt;br /&gt;
              the need to download all package in advance, which combines the advantages of  --download-in-advance  and&lt;br /&gt;
              --download-as-needed.  This is the default mode.&lt;br /&gt;
&lt;br /&gt;
           --download-as-needed&lt;br /&gt;
              Download one package, install it immediately, and continue with the rest until all are installed.&lt;br /&gt;
&lt;br /&gt;
           --download &amp;lt;mode&amp;gt;&lt;br /&gt;
              Use  the specified download-and-install mode. Available modes are: only, in-advance, in-heaps, as-needed.&lt;br /&gt;
              See corresponding --download-&amp;lt;mode&amp;gt; options for their description.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       More examples:&lt;br /&gt;
&lt;br /&gt;
              Install lamp_server pattern:&lt;br /&gt;
              $ zypper install -t pattern lamp_server&lt;br /&gt;
&lt;br /&gt;
              Install GhostScript viewer, but ignore recommended packages:&lt;br /&gt;
              $ zypper install --no-recommends gv&lt;br /&gt;
&lt;br /&gt;
              Install version 2.0.6 of virtualbox-ose package (any of the following):&lt;br /&gt;
              $ zypper install virtualbox-ose-2.0.6&lt;br /&gt;
              $ zypper install virtualbox-ose=2.0.6&lt;br /&gt;
              $ zypper install virtualbox-ose = 2.0.6&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       source-install (si) &amp;lt;name&amp;gt; ...&lt;br /&gt;
              Install specified source packages and their build dependencies. If the name of a binary package is given,&lt;br /&gt;
              the coresponding source package is looked up and installed instead.&lt;br /&gt;
&lt;br /&gt;
              This  command  will  try  to  find the newest available versions of the source packages and use rpm -i to&lt;br /&gt;
              install them and the packages that are required to build the source package.&lt;br /&gt;
&lt;br /&gt;
              Note that the source packages must be available in repositories you are using.  You can check  whether  a&lt;br /&gt;
              repository contains any source packages using the following command:&lt;br /&gt;
&lt;br /&gt;
              $ zypper search -t srcpackage -r &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -d, --build-deps-only&lt;br /&gt;
              Install only build dependencies of specified packages.&lt;br /&gt;
&lt;br /&gt;
       -D, --no-build-deps&lt;br /&gt;
              Don't install build dependencies.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work  only with the repository specified by the alias, name, number, or URI. This option can be used mul-&lt;br /&gt;
              tiple times.&lt;br /&gt;
&lt;br /&gt;
       Examples:&lt;br /&gt;
&lt;br /&gt;
              Install build dependencies of dbus-1 source package:&lt;br /&gt;
              $ zypper si -d dbus-1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       verify (ve) [options]&lt;br /&gt;
              Check whether dependencies of installed packages are satisfied.&lt;br /&gt;
&lt;br /&gt;
              In case that any dependency problems are found, zypper suggests packages to  install  or  remove  to  fix&lt;br /&gt;
              them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
           --no-recommends&lt;br /&gt;
              By  default, zypper installs also packages recommended by the requested ones (the ones needed to fix bro-&lt;br /&gt;
              ken dependencies in this case).  This option causes the recomended packages to be ignored  and  only  the&lt;br /&gt;
              required ones to be installed.&lt;br /&gt;
&lt;br /&gt;
       -D, --dry-run&lt;br /&gt;
              Test the repair, do not actually do anything to the system.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work  only with the repository specified by the alias, name, number, or URI. This option can be used mul-&lt;br /&gt;
              tiple times.&lt;br /&gt;
&lt;br /&gt;
           --debug-solver&lt;br /&gt;
              Create solver test case for debugging. See the install command for details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       install-new-recommends (inr) [options]&lt;br /&gt;
              Install newly added packages recommended by already installed  ones.   This  can  typically  be  used  to&lt;br /&gt;
              install language packages recently added to repositories or drivers for newly added hardware.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work  only with the repository specified by the alias, name, number, or URI. This option can be used mul-&lt;br /&gt;
              tiple times.&lt;br /&gt;
&lt;br /&gt;
       -D, --dry-run&lt;br /&gt;
              Test the installation, do not actually install anything.&lt;br /&gt;
&lt;br /&gt;
           --debug-solver&lt;br /&gt;
              Create solver test case for debugging. See the install command for details.&lt;br /&gt;
&lt;br /&gt;
       This command also accepts the download-and-install mode options described&lt;br /&gt;
              in the install command description.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       remove (rm) [options] &amp;lt;name&amp;gt; ...&lt;br /&gt;
&lt;br /&gt;
       remove (rm) [options] --capability &amp;lt;capability&amp;gt; ...&lt;br /&gt;
              Remove (uninstall) packages.&lt;br /&gt;
&lt;br /&gt;
              The packages can be selected by their name or by a capability  they  provide.   For  details  on  package&lt;br /&gt;
              selection see the install command description.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work  only with the repository specified by the alias, name, number, or URI. This option can be used mul-&lt;br /&gt;
              tiple times.&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Type of package (default: package). See section Package Types for list of available package types.&lt;br /&gt;
&lt;br /&gt;
              Since patches are not installed in sense of copying files or recording a database entry, they  cannot  be&lt;br /&gt;
              uninstalled,  even though zypper shows them as installed. The installed status is determined solely based&lt;br /&gt;
              on the installed status of its required dependencies. If these dependencies are satisified, the patch  is&lt;br /&gt;
              rendered installed.&lt;br /&gt;
&lt;br /&gt;
              Uninstallation of patterns is currently not implemented.&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Select packages by their name (default).&lt;br /&gt;
&lt;br /&gt;
       -C, --capability&lt;br /&gt;
              Select packages by capabilities.&lt;br /&gt;
&lt;br /&gt;
       --debug-solver&lt;br /&gt;
              Create solver test case for debugging. See the install command for details.&lt;br /&gt;
&lt;br /&gt;
       -R, --no-force-resolution&lt;br /&gt;
              Do  not  force  the  solver to find a solution. Instead, report dependency problem and prompt the user to&lt;br /&gt;
              resolve it manually.&lt;br /&gt;
&lt;br /&gt;
           --force-resolution&lt;br /&gt;
              Force the solver to find a solution, even if  it  would  mean  removing  all  packages  with  unfulfilled&lt;br /&gt;
              requirements.&lt;br /&gt;
&lt;br /&gt;
              The  default  behavior  is 'force' in the interactive mode and 'no-force' in the non-interactive mode. If&lt;br /&gt;
              this option is specified, it takes the preference.&lt;br /&gt;
&lt;br /&gt;
       -u, --clean-deps&lt;br /&gt;
              Automatically remove dependencies which become unneeded after removal of requested packages.&lt;br /&gt;
&lt;br /&gt;
       -U, --no-clean-deps&lt;br /&gt;
              No automatic removal of unneeded dependencies.&lt;br /&gt;
&lt;br /&gt;
       -D, --dry-run&lt;br /&gt;
              Test the removal of packages, do not actually remove anything. This option will add the --test option  to&lt;br /&gt;
              the rpm commands run by the remove command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Update Management Commands&lt;br /&gt;
       list-updates (lu) [options]&lt;br /&gt;
              List available updates.&lt;br /&gt;
&lt;br /&gt;
              This command will list only installable updates, i.e. updates which have no dependency problems, or which&lt;br /&gt;
              do not change package vendor. This list is what the update command will propose to install. To  list  all&lt;br /&gt;
              packages for which newer version are available, use --all option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Type of package (default: package). See section Package Types for list of available package types.&lt;br /&gt;
&lt;br /&gt;
              If patch is specified, zypper acts as if the list-patches command was executed.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work  only with the repository specified by the alias, name, number, or URI. This option can be used mul-&lt;br /&gt;
              tiple times.&lt;br /&gt;
&lt;br /&gt;
       -a, --all&lt;br /&gt;
              List all packages for which newer versions are available, regardles whether they are installable or not.&lt;br /&gt;
&lt;br /&gt;
           --best-effort&lt;br /&gt;
              See the update command for description.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       update (up) [options] [packagename] ...&lt;br /&gt;
              Update installed packages with newer versions, where possible.&lt;br /&gt;
&lt;br /&gt;
              This command will not update packages which would require change of package vendor unless the  vendor  is&lt;br /&gt;
              specified in /etc/zypp/vendors.d, or which would require manual resolution of problems with dependencies.&lt;br /&gt;
              Such non-installable updates will then be listed in separate section of the  summary  as  &amp;quot;The  following&lt;br /&gt;
              package updates will NOT be installed:&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
              To  update  individual  packages, specify one or more package names. You can use the '*' and '?' wildcard&lt;br /&gt;
              characters in the package names to specify multiple packages matching the pattern.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Type of package (default: package). See section Package Types for list of available package types.&lt;br /&gt;
&lt;br /&gt;
              If patch is specified, zypper acts as if the patche command was executed.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work only with the repository specified by the alias, name, number, or URI. This option can be used  mul-&lt;br /&gt;
              tiple times.&lt;br /&gt;
&lt;br /&gt;
           --skip-interactive&lt;br /&gt;
              This will skip interactive patches, that is, those that need reboot, contain a message, or update a pack-&lt;br /&gt;
              age whose license needs to be confirmed.&lt;br /&gt;
&lt;br /&gt;
       -l, --auto-agree-with-licenses&lt;br /&gt;
              Automatically say 'yes' to third party license confirmation prompt. By using this option, you  choose  to&lt;br /&gt;
              agree  with  licenses  of all third-party software this command will install. This option is particularly&lt;br /&gt;
              useful for administators installing the same set of  packages  on  multiple  machines  (by  an  automated&lt;br /&gt;
              process) and have the licenses confirmed before.&lt;br /&gt;
&lt;br /&gt;
           --debug-solver&lt;br /&gt;
              Create solver test case for debugging. See the install command for details.&lt;br /&gt;
&lt;br /&gt;
           --no-recommends&lt;br /&gt;
              By  default,  zypper  installs  also  packages recommended by the requested ones.  This option causes the&lt;br /&gt;
              recomended packages to be ignored and only the required ones to be installed.&lt;br /&gt;
&lt;br /&gt;
       -R, --no-force-resolution&lt;br /&gt;
              Do not force the solver to find a solution. Instead, report dependency problem and  prompt  the  user  to&lt;br /&gt;
              resolve it manually.&lt;br /&gt;
&lt;br /&gt;
           --force-resolution&lt;br /&gt;
              Force  the  solver  to  find  a  solution,  even  if it would mean removing all packages with unfulfilled&lt;br /&gt;
              requirements.&lt;br /&gt;
&lt;br /&gt;
              The default behavior is 'no-force'. If this option is specified, it takes the preference.&lt;br /&gt;
&lt;br /&gt;
       -D, --dry-run&lt;br /&gt;
              Test the update, do not actually install or update any package. This option will add the --test option to&lt;br /&gt;
              the rpm commands run by the update command.&lt;br /&gt;
&lt;br /&gt;
           --best-effort&lt;br /&gt;
              Do  a 'best effort' approach to update. This method does not explicitly select packages with best version&lt;br /&gt;
              and architecture, but instead requests installation of a package with higher version than  the  installed&lt;br /&gt;
              one  and  leaves  the  rest  on  the  dependency  solver. This method is always used for packages, and is&lt;br /&gt;
              optional for products and patterns. It is not applicable to patches.&lt;br /&gt;
&lt;br /&gt;
       This command also accepts the download-and-install mode options described&lt;br /&gt;
              in the install command description.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       list-patches (lp) [options]&lt;br /&gt;
              List all available needed patches.&lt;br /&gt;
&lt;br /&gt;
              This command is similar to 'zypper list-updates -t patch'.&lt;br /&gt;
&lt;br /&gt;
              Note that since the arguments of some of the following options are not required, they must  be  specified&lt;br /&gt;
              using '=' instead of a space.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -b, --bugzilla[=#]&lt;br /&gt;
              List available needed patches for all Bugzilla issues, or issues whose number matches the given string.&lt;br /&gt;
&lt;br /&gt;
            --cve[=#]&lt;br /&gt;
              List available needed patches for all CVE issues, or issues whose number matches the given string.&lt;br /&gt;
&lt;br /&gt;
       -g, --category &amp;lt;category&amp;gt;&lt;br /&gt;
              List available patches in the specified category.&lt;br /&gt;
&lt;br /&gt;
            --issues[=string]&lt;br /&gt;
              Look  for issues whose number, summary, or description matches the specified string. Issues found by num-&lt;br /&gt;
              ber are displayed separately from those found by descriptions. In the latter case, use zypper  patch-info&lt;br /&gt;
              &amp;lt;patchname&amp;gt; to get information about issues the patch fixes.&lt;br /&gt;
&lt;br /&gt;
       -a, --all&lt;br /&gt;
              By  default, only patches that are relevant and needed on your system are listed.  This option causes all&lt;br /&gt;
              available released patches to be listed. This option can be combined with  all  the  rest  of  the  list-&lt;br /&gt;
              updates command options.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work  only with the repository specified by the alias, name, number, or URI. This option can be used mul-&lt;br /&gt;
              tiple times.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       patch-check (pchk)&lt;br /&gt;
              Check for patches. Displays a count of applicable patches and how many of them have  the  security  cate-&lt;br /&gt;
              gory.&lt;br /&gt;
&lt;br /&gt;
       See also the EXIT CODES section for details on exit status of 0, 100, and 101 returned by this command.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Check  for  patches only in the repository specified by the alias, name, number, or URI.  This option can&lt;br /&gt;
              be used multiple times.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       patch [options]&lt;br /&gt;
              Install all available needed patches.&lt;br /&gt;
&lt;br /&gt;
              If there are patches that affect the package management itself, those will be  installed  first  and  you&lt;br /&gt;
              will be asked to run the patch command again.&lt;br /&gt;
&lt;br /&gt;
              This command is similar to 'zypper update -t patch'.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -b, --bugzilla &amp;lt;#&amp;gt;&lt;br /&gt;
              Install  patch  fixing a Bugzilla issue specified by number. Use list-patches --bugzilla command to get a&lt;br /&gt;
              list of available needed patches for specific issues.&lt;br /&gt;
&lt;br /&gt;
            --cve &amp;lt;#&amp;gt;&lt;br /&gt;
              Install patch fixing a MITRE's CVE issue specified by number. Use list-patches --cve  command  to  get  a&lt;br /&gt;
              list of available needed patches for specific issues.&lt;br /&gt;
&lt;br /&gt;
       -g, --category &amp;lt;category&amp;gt;&lt;br /&gt;
              Install  all  patches  in  the  specified  category. Use list-patches --category command to get a list of&lt;br /&gt;
              available patches for a specific category.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work only with the repository specified by the alias, name, number, or URI. This option can be used  mul-&lt;br /&gt;
              tiple times.&lt;br /&gt;
&lt;br /&gt;
           --skip-interactive&lt;br /&gt;
              Skip interactive patches.&lt;br /&gt;
&lt;br /&gt;
           --with-interactive&lt;br /&gt;
              Avoid skipping of  interactive patches when in non-interactive mode.&lt;br /&gt;
&lt;br /&gt;
       -l, --auto-agree-with-licenses&lt;br /&gt;
              See the update command for description of this option.&lt;br /&gt;
&lt;br /&gt;
           --no-recommends&lt;br /&gt;
              By  default,  zypper  installs  also  packages recommended by the requested ones.  This option causes the&lt;br /&gt;
              recomended packages to be ignored and only the required ones to be installed.&lt;br /&gt;
&lt;br /&gt;
           --debug-solver&lt;br /&gt;
              Create test case for debugging of dependency resolver.&lt;br /&gt;
&lt;br /&gt;
       -D, --dry-run&lt;br /&gt;
              Test the update, do not actually update.&lt;br /&gt;
&lt;br /&gt;
       This command also accepts the download-and-install mode options described&lt;br /&gt;
              in the install command description.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       dist-upgrade (dup) [options]&lt;br /&gt;
              Perform a distribution upgrade. This command applies the state of (specified) repositories onto the  sys-&lt;br /&gt;
              tem; upgrades (or even downgrades) installed packages to versions found in repositories, removes packages&lt;br /&gt;
              that are no longer in the repositories and pose a dependency problem for  the  upgrade,  handles  package&lt;br /&gt;
              splits and renames, etc.&lt;br /&gt;
&lt;br /&gt;
              If  no  repositories  are  specified  via  --from  or --repo options, zypper will do the upgrade with all&lt;br /&gt;
              defined repositories. This can be a problem if the system contains conflicting repositories, like reposi-&lt;br /&gt;
              tories  for  two  different  distribution  releases. This often happens if one forgets to remove an older&lt;br /&gt;
              release repository after adding a new one, say openSUSE 11.1 and openSUSE 11.2.&lt;br /&gt;
&lt;br /&gt;
              To avoid the above trouble, you can specify the repositories from which  to  do  the  upgrade  using  the&lt;br /&gt;
              --from or --repo options.  The difference between these two is that when --repo is used, zypper uses only&lt;br /&gt;
              the specified repositories, while with --from zypper can also use the rest of the enabled repositories to&lt;br /&gt;
              satisfy package dependencies.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
           --from &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Restricts the upgrade to the specified repositories (the option can be used multiple times) only, but can&lt;br /&gt;
              satisfy dependencies also from the rest of enabled repositories.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work only with the repository specified by the alias, name, number, or URI. This option can be used  mul-&lt;br /&gt;
              tiple times.&lt;br /&gt;
&lt;br /&gt;
       -l, --auto-agree-with-licenses&lt;br /&gt;
              Automatically  say  'yes' to third party license confirmation prompt. By using this option, you choose to&lt;br /&gt;
              agree with licenses of all third-party software this command will install. This  option  is  particularly&lt;br /&gt;
              useful  for  administators  installing  the  same  set  of packages on multiple machines (by an automated&lt;br /&gt;
              process) and have the licenses confirmed before.&lt;br /&gt;
&lt;br /&gt;
           --no-recommends&lt;br /&gt;
              By default, zypper installs also packages recommended by the requested  ones.   This  option  causes  the&lt;br /&gt;
              recomended packages to be ignored and only the required ones to be installed.&lt;br /&gt;
&lt;br /&gt;
           --debug-solver&lt;br /&gt;
              Create solver test case for debugging. See the install command for details.&lt;br /&gt;
&lt;br /&gt;
       -D, --dry-run&lt;br /&gt;
              Test  the  upgrade, do not actually install or update any package. This option will add the --test option&lt;br /&gt;
              to the rpm commands run by the dist-upgrade command.&lt;br /&gt;
&lt;br /&gt;
       This command also accepts the download-and-install mode options described&lt;br /&gt;
              in the install command description.&lt;br /&gt;
&lt;br /&gt;
       Examples:&lt;br /&gt;
&lt;br /&gt;
              Upgrade the system using 'factory' and 'packman' repository:&lt;br /&gt;
              $ zypper install zypper libzypp&lt;br /&gt;
              $ zypper dup --from factory --from packman&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Query Commands&lt;br /&gt;
       search (se) [options] [querystring] ...&lt;br /&gt;
              Search for packages matching given strings. * (any substring) and ? (any character) wildcards can also be&lt;br /&gt;
              used within search strings.&lt;br /&gt;
&lt;br /&gt;
              Results of search are printed in a table with following columns: S (status), Catalog, Type (type of pack-&lt;br /&gt;
              age), Name, Version, Arch (architecture). The status  column  can  contain  the  following  values:  i  -&lt;br /&gt;
              installed, v - another version installed, or an empty space for neither of the former cases.&lt;br /&gt;
&lt;br /&gt;
              The  'v' status is only shown if the version or the repository matters (--details or --repo is used), and&lt;br /&gt;
              the installed version differs from the one listed or is from a repository other than specified.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
              This command accepts the following options:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
           --match-all&lt;br /&gt;
              Search for a match to all search strings (default).&lt;br /&gt;
&lt;br /&gt;
           --match-any&lt;br /&gt;
              Search for a match to any of the search strings.&lt;br /&gt;
&lt;br /&gt;
           --match-substrings&lt;br /&gt;
              Matches for search strings may be partial words (default).&lt;br /&gt;
&lt;br /&gt;
           --match-words&lt;br /&gt;
              Matches for search strings may only be whole words.&lt;br /&gt;
&lt;br /&gt;
           --match-exact&lt;br /&gt;
              Searches for an exact name of the package.&lt;br /&gt;
&lt;br /&gt;
       -d, --search-descriptions&lt;br /&gt;
              Search also in summaries and descriptions.&lt;br /&gt;
&lt;br /&gt;
       -C, --case-sensitive&lt;br /&gt;
              Perform case-sensitive search.&lt;br /&gt;
&lt;br /&gt;
       -i, --installed-only&lt;br /&gt;
              Show only packages that are already installed.&lt;br /&gt;
&lt;br /&gt;
       -u, --uninstalled-only&lt;br /&gt;
              Show only packages that are not currently installed.&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Search only for packages of specified type. See section Package  Types  for  list  of  available  package&lt;br /&gt;
              types. Multiple -t option are allowed.&lt;br /&gt;
&lt;br /&gt;
              See also the type-specific query commands like packages, patterns, etc.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Work  only with the repository specified by the alias, name, number, or URI. This option can be used mul-&lt;br /&gt;
              tiple times.&lt;br /&gt;
&lt;br /&gt;
           --sort-by-name&lt;br /&gt;
              Sort packages by name (default).&lt;br /&gt;
&lt;br /&gt;
           --sort-by-repo&lt;br /&gt;
              Sort packages by catalog, not by name.&lt;br /&gt;
&lt;br /&gt;
       -s, --details&lt;br /&gt;
              Show all available versions of found packages, each version in each repository on a separate line.&lt;br /&gt;
&lt;br /&gt;
       Examples:&lt;br /&gt;
&lt;br /&gt;
              Search for YaST packages (quote the string to prevent the shell from expanding the wildcard):&lt;br /&gt;
              $ zypper se 'yast*'&lt;br /&gt;
&lt;br /&gt;
              Show all available versions of package 'kernel-default':&lt;br /&gt;
              $ zypper se -s --match-exact kernel-default&lt;br /&gt;
&lt;br /&gt;
              Look for RSI acronym (case-sensitively), also in summaries and descriptions:&lt;br /&gt;
              $ zypper se -dC --match-words RSI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       packages (pa) [options] [repository] ...&lt;br /&gt;
              List all available packages or all packages from specified repositories.  Similar to zypper search -s  -t&lt;br /&gt;
              package.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Just another means to specify repositories.&lt;br /&gt;
&lt;br /&gt;
       -i, --installed-only&lt;br /&gt;
              Show only installed packages.&lt;br /&gt;
&lt;br /&gt;
       -u, --uninstalled-only&lt;br /&gt;
              Show only packages which are not installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       patches (pch) [options] [repository] ...&lt;br /&gt;
              List  all  available  patches  from specified repositories, including those not needed. Similar to zypper&lt;br /&gt;
              search -s -t patch.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Just another means to specify repositories.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       patterns (pt) [options] [repository] ...&lt;br /&gt;
              List all available patterns or all patterns from specified repositories.  Similar to zypper search -s  -t&lt;br /&gt;
              pattern.&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Just another means to specify repositories.&lt;br /&gt;
&lt;br /&gt;
       -i, --installed-only&lt;br /&gt;
              Show only installed patterns.&lt;br /&gt;
&lt;br /&gt;
       -u, --uninstalled-only&lt;br /&gt;
              Show only patterns which are not installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       products (pd) [options] [repository] ...&lt;br /&gt;
              List  all available products or all products from specified repositories.  Similar to zypper search -s -t&lt;br /&gt;
              product, but shows also the type of the product (base, add-on).&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Just another means to specify repositories.&lt;br /&gt;
&lt;br /&gt;
       -i, --installed-only&lt;br /&gt;
              Show only installed products.&lt;br /&gt;
&lt;br /&gt;
       -u, --uninstalled-only&lt;br /&gt;
              Show only products which are not installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       what-provides (wp) &amp;lt;capability&amp;gt;&lt;br /&gt;
              List all packages providing the specified capability. See also the install command for hint  about  capa-&lt;br /&gt;
              bilities.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Repository Management&lt;br /&gt;
       Zypper  is  able  to  work  with YaST, RPM-MD (yum) software repositories, and plain directories containing .rpm&lt;br /&gt;
       files.&lt;br /&gt;
&lt;br /&gt;
       Repositories are primarily identified using their URI or alias.  Alias serves as a shorthand for the long URI or&lt;br /&gt;
       name  of  the repository.  The name of the repository should briefly describe the repository and is shown to the&lt;br /&gt;
       user in tables and messages. The name is not required, and if not known, the alias is shown instead.  The  alias&lt;br /&gt;
       is required and uniquely identifies the repository on the system.&lt;br /&gt;
&lt;br /&gt;
       The alias, name, URI, or the number from zypper repos list can be used to specify a repository as an argument of&lt;br /&gt;
       various zypper commands and options like refresh, --repo, or --from.&lt;br /&gt;
&lt;br /&gt;
       Supported URI formats:&lt;br /&gt;
&lt;br /&gt;
       CD or DVD drive&lt;br /&gt;
              Optionally with devices list for probing.&lt;br /&gt;
&lt;br /&gt;
              cd:///&lt;br /&gt;
              dvd:/subdir?devices=/dev/sr0,/dev/sr1&lt;br /&gt;
&lt;br /&gt;
       FTP/HTTP/HTTPS directory tree&lt;br /&gt;
              The ftp URL scheme supports absolute and relative paths to the default  ftp  server  directory  (RFC1738,&lt;br /&gt;
              Section  3.2.2).  To  use  an  absolute path, you have to prepend the path with an additional slash, what&lt;br /&gt;
              results in a &amp;quot;/%2f&amp;quot; combination (second &amp;quot;/&amp;quot; encoded to &amp;quot;%2f&amp;quot;) at the begin  of  the  URL  path.  This  is&lt;br /&gt;
              important, especially in user authenticated ftp, where the users home is usually the default directory of&lt;br /&gt;
              the server (except when the server chroots into the users home directory).&lt;br /&gt;
&lt;br /&gt;
              Explicit proxy settings may be passed via optional parameters proxy, proxyport, proxyuser and proxypass.&lt;br /&gt;
&lt;br /&gt;
              HTTP authentication methods to use can be defined as comma separated list via  optional  parameter  auth.&lt;br /&gt;
              Valid  methods  are e.g. 'basic', 'digest', 'ntlm', 'negotiate'. Note, that this list depends on the list&lt;br /&gt;
              of methods supported by the curl library.&lt;br /&gt;
&lt;br /&gt;
              ftp://user:pass@server/path/to/media/dir&lt;br /&gt;
              ftp://user:pass@server/%2fhome/user/path/to/media/dir&lt;br /&gt;
              http://user:pass@server/path&lt;br /&gt;
              https://user:pass@server/path?proxy=foo&amp;amp;proxyuser=me&amp;amp;proxypass=pw&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       Disk volume (partition)&lt;br /&gt;
              Mandatory device parameter specifying the name of the block device to mount. The  name  of  the  optional&lt;br /&gt;
              filesystem defaults to &amp;quot;auto&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
              hd:/subdir?device=/dev/sda1&amp;amp;filesystem=reiserfs&lt;br /&gt;
&lt;br /&gt;
       Local directory tree&lt;br /&gt;
&lt;br /&gt;
              dir:/directory/name&lt;br /&gt;
&lt;br /&gt;
       Media in an ISO image (loopback mounted)&lt;br /&gt;
              Mandatory iso parameter specifying the name of the iso file. Optional url parameter specifying the URL to&lt;br /&gt;
              the directory containing the iso file. Optional mnt parameter specifying the preferred attach  point  for&lt;br /&gt;
              the  source  media  url.  Optional  filesystem  name  of the filesystem used in the iso file. Defaults to&lt;br /&gt;
              &amp;quot;auto&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
              iso:/?iso=CD1.iso&amp;amp;url=nfs://server/path/to/media&lt;br /&gt;
              iso:/?iso=CD1.iso&amp;amp;url=hd:/?device=/dev/hda&lt;br /&gt;
              iso:/subdir?iso=DVD1.iso&amp;amp;url=nfs://nfs-server/directory&amp;amp;mnt=/nfs/attach/point&amp;amp;filesystem=udf&lt;br /&gt;
&lt;br /&gt;
       NFS exported directory tree&lt;br /&gt;
              To use NFSv4 either use schema tnfsv4:// or pass an optional parameter type=nfs4. Additional mountoptions&lt;br /&gt;
              can be passed as comma separated list. Defaults to &amp;quot;ro&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
              nfs://nfs-server/exported/path&lt;br /&gt;
              nfs://nfs-server/exported/path?mountoptions=ro&amp;amp;type=nfs4&lt;br /&gt;
              nfs4://nfs-server/exported/path?mountoptions=ro&lt;br /&gt;
&lt;br /&gt;
       CIFS/SMB directory tree&lt;br /&gt;
              There is no difference between cifs and smb scheme (any more). In both cases the cifs filesystem is used.&lt;br /&gt;
              Additional mountoptions can be passed as comma separated list. Defaults to &amp;quot;ro,guest&amp;quot;. Specify  &amp;quot;noguest&amp;quot;&lt;br /&gt;
              to turn off &amp;quot;guest&amp;quot;. This is necessary if Samba is configured to reject guest connections.&lt;br /&gt;
&lt;br /&gt;
              Optional  workgroup  or  domain  parameter set the name of the workgroup. As alternative to passing user-&lt;br /&gt;
              name:password in the URI authority the parameters user and pass can be used.&lt;br /&gt;
&lt;br /&gt;
              smb://servername/share/path/on/the/share&lt;br /&gt;
              cifs://usenr:passw@servername/share/path/on/the/share?mountoptions=ro,noguest&lt;br /&gt;
              cifs://usern:passw@servername/share/path/on/the/share?workgroup=mygroup&lt;br /&gt;
              cifs://servername/share/path/on/the/share?user=usern&amp;amp;pass=passw&lt;br /&gt;
&lt;br /&gt;
       Apart from the above, repositories have several other properties which can be set using the  commands  described&lt;br /&gt;
       in this section below, or by manually editing the repository definition files (.repo files, see section FILES).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       addrepo (ar) [options] &amp;lt;URI&amp;gt; &amp;lt;alias&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       addrepo (ar) [options] &amp;lt;FILE.repo&amp;gt;&lt;br /&gt;
&lt;br /&gt;
              Add a new repository specified by URI and assign specified alias to it or specify URI to a .repo file.&lt;br /&gt;
&lt;br /&gt;
              Newly  added  repositories have auto-refresh disabled by default (except for repositories imported from a&lt;br /&gt;
              .repo, having the auto-refresh enabled). To enable auto-refresh, use the --refresh option  of  the  modi-&lt;br /&gt;
              fyrepo command.&lt;br /&gt;
&lt;br /&gt;
              Also,  this  command  does not automatically refresh the newly added repositories.  The repositories will&lt;br /&gt;
              get refreshed when used for the first time, or you can use the refresh command after finishing your modi-&lt;br /&gt;
              fications with *repo commands.  See also METADATA REFRESH POLICY section for more details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;file.repo&amp;gt;&lt;br /&gt;
              Read URI and alias from specified .repo file&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Type of repository (yast2, rpm-md, or plaindir). There are several aliases defined for these types: yast2&lt;br /&gt;
              - susetags, yast, YaST, YaST2, YAST; rpm-md - repomd, rpmmd, yum, YUM; plaindir - Plaindir.&lt;br /&gt;
&lt;br /&gt;
       -d, --disable&lt;br /&gt;
              Add the repository as disabled. Repositories are added as enabled by default.&lt;br /&gt;
&lt;br /&gt;
       -c, --check&lt;br /&gt;
              Probe given URI.&lt;br /&gt;
&lt;br /&gt;
       -C, --nocheck&lt;br /&gt;
              Don't probe URI, probe later during refresh.&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Specify descriptive name for the repository.&lt;br /&gt;
&lt;br /&gt;
       -k, --keep-packages&lt;br /&gt;
              Enable RPM files caching for the repository.&lt;br /&gt;
&lt;br /&gt;
       -K, --no-keep-packages&lt;br /&gt;
              Disable RPM files caching.&lt;br /&gt;
&lt;br /&gt;
       -f, --refresh&lt;br /&gt;
              Enable autorefresh of the repository. The autorefresh is disabled by default when  adding  new  reposito-&lt;br /&gt;
              ries.&lt;br /&gt;
&lt;br /&gt;
       Examples:&lt;br /&gt;
&lt;br /&gt;
              Add an HTTP repository, probe it, name it 'Packman 11.1 repo', and use 'packman' as alias:&lt;br /&gt;
              $ zypper ar -c -n 'Packman 11.1 repo' http://packman.iu-bremen.de/suse/11.1 packman&lt;br /&gt;
&lt;br /&gt;
              Add repositories from a repo file:&lt;br /&gt;
              $ zypper ar http://download.opensuse.org/repositories/zypp:/svn/openSUSE_Factory/zypp:svn.repo&lt;br /&gt;
              $ zypper ar myreposbackup.repo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       removerepo (rr) [options] &amp;lt;alias|name|#|URI&amp;gt; ...&lt;br /&gt;
              Delete repositories specified by aliases, names, numbers or URIs.&lt;br /&gt;
&lt;br /&gt;
       --loose-auth&lt;br /&gt;
              Ignore user authentication data in the URI&lt;br /&gt;
&lt;br /&gt;
       --loose-query&lt;br /&gt;
              Ignore query string in the URI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       repos (lr) [options] [repo] ...&lt;br /&gt;
              List all defined repositories or show detailed information about those specified as arguments&lt;br /&gt;
&lt;br /&gt;
              The  following  data  can be printed for each repository found on the sytem: # (repository number), Alias&lt;br /&gt;
              (shorthand for Name), Name, Enabled (whether the repository is enabled), Refresh (whether auto-refresh is&lt;br /&gt;
              enabled  for  the repository), Priority, Type (repository meta-data type: rpm-md, yast2, plaindir). Which&lt;br /&gt;
              of the data is shown is determined by command line options listed below and the main.repoListColumns set-&lt;br /&gt;
              ting from zypper.conf.  By default, #, Alias, Name, Enabled, and Refresh is shown.&lt;br /&gt;
&lt;br /&gt;
              Repository  number  is  a unique identifier of the repository in current set of repositories. If you add,&lt;br /&gt;
              remove or change a repository, the numbers may change. Keep that in mind when using the numbers with  the&lt;br /&gt;
              repository handling commands. On the other hand, using the alias instead of the number is always safe.&lt;br /&gt;
&lt;br /&gt;
              To  show  detailed  information  about specific repositories, specify them as arguments, either by alias,&lt;br /&gt;
              name, number from simple zypper lr, or by URI; e.g. fB zypper lr factory, or zypper lr 2.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -e, --export &amp;lt;FILE.repo|-&amp;gt;&lt;br /&gt;
              This option causes zypper to write repository definition of all defined repositories into a  single  file&lt;br /&gt;
              in repo file format.  If '-' is specified instead of a file name, the repositories will be written to the&lt;br /&gt;
              standard output.&lt;br /&gt;
&lt;br /&gt;
       -a, --alias&lt;br /&gt;
              Add alias column to the output.&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Add name column to the output.&lt;br /&gt;
&lt;br /&gt;
       -u, --uri&lt;br /&gt;
              Add base URI column to the output.&lt;br /&gt;
&lt;br /&gt;
       -p, --priority&lt;br /&gt;
              Add repository priority column to the output.&lt;br /&gt;
&lt;br /&gt;
       -r, --refresh&lt;br /&gt;
              Add the autorefresh column to the output.&lt;br /&gt;
&lt;br /&gt;
       -d, --details&lt;br /&gt;
              Show more information like URI, priority, type, etc.&lt;br /&gt;
&lt;br /&gt;
       -U, --sort-by-uri&lt;br /&gt;
              Add base URI column and sort the list it.&lt;br /&gt;
&lt;br /&gt;
       -P, --sort-by-priority&lt;br /&gt;
              Add repository priority column and sort the list by it.&lt;br /&gt;
&lt;br /&gt;
       -A, --sort-by-alias&lt;br /&gt;
              Sort the list by alias.&lt;br /&gt;
&lt;br /&gt;
       -N, --sort-by-name&lt;br /&gt;
              Sort the list by name.&lt;br /&gt;
&lt;br /&gt;
       Examples:&lt;br /&gt;
&lt;br /&gt;
              Backup your repository setup:&lt;br /&gt;
              $ zypper repos -e myreposbackup.repo&lt;br /&gt;
&lt;br /&gt;
              List repositories with their URIs and priorities:&lt;br /&gt;
              $ zypper lr -pu&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       renamerepo (nr) &amp;lt;alias|name|#|URI&amp;gt; &amp;lt;new-alias&amp;gt;&lt;br /&gt;
              Assign new alias to the repository specified by alias, name, number, or URI.&lt;br /&gt;
&lt;br /&gt;
       Example:&lt;br /&gt;
&lt;br /&gt;
              Rename repository number 8 to 'myrepo' (useful if the repo has some dreadful alias which is not usable on&lt;br /&gt;
              the command line).&lt;br /&gt;
              $ zypper nr 8 myrepo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       modifyrepo (mr) &amp;lt;options&amp;gt; &amp;lt;alias|name|#|URI&amp;gt; ...&lt;br /&gt;
&lt;br /&gt;
       modifyrepo (mr) &amp;lt;options&amp;gt; &amp;lt;--all|--remote|--local|--medium-type&amp;gt;&lt;br /&gt;
              Modify  properties  of  repositories  specified  by  alias,  name, number, or URI or one of the aggregate&lt;br /&gt;
              options.&lt;br /&gt;
&lt;br /&gt;
       -e, --enable&lt;br /&gt;
              Enable the repository.&lt;br /&gt;
&lt;br /&gt;
       -d, --disable&lt;br /&gt;
              Disable the repository.&lt;br /&gt;
&lt;br /&gt;
       -r, --refresh&lt;br /&gt;
              Enable auto-refresh for the repository.&lt;br /&gt;
&lt;br /&gt;
       -R, --no-refresh&lt;br /&gt;
              Disable auto-refresh for the repository.&lt;br /&gt;
&lt;br /&gt;
       -p, --priority &amp;lt;positive-integer&amp;gt;&lt;br /&gt;
              Set priority of the repository. Priority of 1 is the highest, the higher the number the lower the  prior-&lt;br /&gt;
              ity.  Default  priority  is 99. Packages from repositories with higher priority will be preferred even in&lt;br /&gt;
              case there is a higher installable version available in the repository with a lower priority.&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Set a descriptive name for the repository.&lt;br /&gt;
&lt;br /&gt;
       -k, --keep-packages&lt;br /&gt;
              Enable RPM files caching.&lt;br /&gt;
&lt;br /&gt;
       -K, --no-keep-packages&lt;br /&gt;
              Disable RPM files caching.&lt;br /&gt;
&lt;br /&gt;
       -a, --all&lt;br /&gt;
              Apply changes to all repositories.&lt;br /&gt;
&lt;br /&gt;
       -l, --local&lt;br /&gt;
              Apply changes to all local repositories.&lt;br /&gt;
&lt;br /&gt;
       -t, --remote&lt;br /&gt;
              Apply changes to all remote repositories (http/https/ftp).&lt;br /&gt;
&lt;br /&gt;
       -m, --medium-type &amp;lt;type&amp;gt;&lt;br /&gt;
              Apply changes to repositories of specified type. The type corresponds to the repository URI scheme  iden-&lt;br /&gt;
              tifier  like  http,  dvd,  etc. You can find complete list of valid types at http://en.opensuse.org/open-&lt;br /&gt;
              SUSE:Libzypp_URIs.&lt;br /&gt;
&lt;br /&gt;
       Examples:&lt;br /&gt;
&lt;br /&gt;
              Enable keeping of packages for all remote repositories:&lt;br /&gt;
              $ zypper mr -kt&lt;br /&gt;
&lt;br /&gt;
              Enable repository 'updates' and switch on autorefresh for the repo:&lt;br /&gt;
              $ zypper mr -er updates&lt;br /&gt;
&lt;br /&gt;
              Disable all repositories:&lt;br /&gt;
              $ zypper mr -da&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       refresh (ref) [alias|name|#|URI] ...&lt;br /&gt;
              Refresh repositories specified by their alias, name, number, or URI. If no  repositories  are  specified,&lt;br /&gt;
              all enabled repositories will be refreshed.&lt;br /&gt;
&lt;br /&gt;
              See also METADATA REFRESH POLICY section for more details.&lt;br /&gt;
&lt;br /&gt;
       -f, --force&lt;br /&gt;
              Force a complete refresh of specified repositories. This option will cause both the download of raw meta-&lt;br /&gt;
              data and parsing of the metadata to be forced even if everything indicates a refresh is not needed.&lt;br /&gt;
&lt;br /&gt;
       -b, --force-build&lt;br /&gt;
              Force only reparsing of cached metadata and rebuilding of the database. Raw metadata download will not be&lt;br /&gt;
              forced.&lt;br /&gt;
&lt;br /&gt;
       -d, --force-download&lt;br /&gt;
              Force  only download of current copy of repository metadata. Parsing and rebuild of the database will not&lt;br /&gt;
              be forced.&lt;br /&gt;
&lt;br /&gt;
       -B, --build-only&lt;br /&gt;
              Only parse the metadata and build the database, don't download raw metadata into  the  cache.  This  will&lt;br /&gt;
              enable you to repair damaged database from cached data without accessing network at all.&lt;br /&gt;
&lt;br /&gt;
       -D, --download-only&lt;br /&gt;
              Only download the raw metadata, don't parse it or build the database.&lt;br /&gt;
&lt;br /&gt;
       -s, --services&lt;br /&gt;
              Refresh also services before refreshing repositories.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       clean (cc) [options] [alias|name|#|URI] ...&lt;br /&gt;
              Clean the local caches for all known or specified repositories. By default,&lt;br /&gt;
               only caches of downloaded packages are cleaned.&lt;br /&gt;
&lt;br /&gt;
       -m, --metadata&lt;br /&gt;
              Clean repository metadata cache instead of package cache.&lt;br /&gt;
&lt;br /&gt;
       -M, --raw-metadata&lt;br /&gt;
              Clean repository raw metadata cache instead of package cache.&lt;br /&gt;
&lt;br /&gt;
       -a, --all&lt;br /&gt;
              Clean both repository metadata and package caches.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Service Management&lt;br /&gt;
       The  services,  addservice,  removeservice,  modifyservice, and refresh-services commands serve for manipulating&lt;br /&gt;
       services. A service is specified by its URI and needs to have a unique alias defined (among  both  services  and&lt;br /&gt;
       repositories).&lt;br /&gt;
&lt;br /&gt;
       Standalone  repositories (not belonging to any service) are treated like services, too. The ls command will list&lt;br /&gt;
       them, ms command will modify them, etc. Repository specific options,  like  --keep-packages  are  not  available&lt;br /&gt;
       here, though. You can use repository handling commands to manipulate them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       addservice (as) [options] &amp;lt;URI&amp;gt; &amp;lt;alias&amp;gt;&lt;br /&gt;
              Adds  a  service specified by URI to the system. The alias must be unique and serves to identify the ser-&lt;br /&gt;
              vice.&lt;br /&gt;
&lt;br /&gt;
              Newly added services are not refereshed automatically. Use the refresh-services command to refresh  them.&lt;br /&gt;
              Zypper  does  not  access the service URI when adding the service, so the type of the services is unknown&lt;br /&gt;
              until it is refreshed.&lt;br /&gt;
&lt;br /&gt;
              This command also allows to add also ordinary repositories when used with --type option, where you  spec-&lt;br /&gt;
              ify the type of the repository. See the addrepo command for the list of supported repository types.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;TYPE&amp;gt;&lt;br /&gt;
              Type  of  the service (possible values: ris). There are several aliases defined for this type: ris - RIS,&lt;br /&gt;
              nu, NU&lt;br /&gt;
&lt;br /&gt;
       -d, --disable&lt;br /&gt;
              Add the service as disabled.&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Specify descriptive name for the service.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       removeservice (rs) [options] &amp;lt;alias|name|#|URI&amp;gt; ...&lt;br /&gt;
&lt;br /&gt;
              Remove specified repository index service from the sytem.&lt;br /&gt;
&lt;br /&gt;
              Removing an RIS service will result in removing of all of its repositories.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       --loose-auth&lt;br /&gt;
              Ignore user authentication data in the URI.&lt;br /&gt;
&lt;br /&gt;
       --loose-query&lt;br /&gt;
              Ignore query string in the URI.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       modifyservice (ms) &amp;lt;options&amp;gt; &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              modifyservice (ms) &amp;lt;options&amp;gt; &amp;lt;--all|--remote|--local|--medium-type&amp;gt; Modify properties of  specified  ser-&lt;br /&gt;
              vices.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       Common Options&lt;br /&gt;
              These options are common to all types of services and repositories.&lt;br /&gt;
&lt;br /&gt;
       -d, --disable&lt;br /&gt;
              Disable the service (but don't remove it).&lt;br /&gt;
&lt;br /&gt;
       -e, --enable&lt;br /&gt;
              Enable a disabled service.&lt;br /&gt;
&lt;br /&gt;
       -r, --refresh&lt;br /&gt;
              Enable auto-refresh of the service.&lt;br /&gt;
&lt;br /&gt;
       -R, --no-refresh&lt;br /&gt;
              Disable auto-refresh of the service.&lt;br /&gt;
&lt;br /&gt;
       -n, --name&lt;br /&gt;
              Set a descriptive name for the service.&lt;br /&gt;
&lt;br /&gt;
       -a, --all&lt;br /&gt;
              Apply changes to all services.&lt;br /&gt;
&lt;br /&gt;
       -l, --local&lt;br /&gt;
              Apply changes to all local services.&lt;br /&gt;
&lt;br /&gt;
       -t, --remote&lt;br /&gt;
              Apply changes to all remote services.&lt;br /&gt;
&lt;br /&gt;
       -m, --medium-type &amp;lt;type&amp;gt;&lt;br /&gt;
              Apply changes to services of specified type.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       RIS Service Specific Options&lt;br /&gt;
              These options are ignored by services other than Repository Index Services.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -i, --ar-to-enable &amp;lt;alias&amp;gt;&lt;br /&gt;
              Schedule an RIS service repository to be enabled at next service refresh.&lt;br /&gt;
&lt;br /&gt;
       -I, --ar-to-disable &amp;lt;alias&amp;gt;&lt;br /&gt;
              Schedule an RIS service repository to be disabled at next service refresh.&lt;br /&gt;
&lt;br /&gt;
       -j, --rr-to-enable &amp;lt;alias&amp;gt;&lt;br /&gt;
              Remove a RIS service repository to enable.&lt;br /&gt;
&lt;br /&gt;
       -J, --rr-to-disable &amp;lt;alias&amp;gt;&lt;br /&gt;
              Remove a RIS service repository to disable.&lt;br /&gt;
&lt;br /&gt;
       -k, --cl-to-enable&lt;br /&gt;
              Clear the list of RIS repositories to enable.&lt;br /&gt;
&lt;br /&gt;
       -K, --cl-to-disable&lt;br /&gt;
              Clear the list of RIS repositories to disable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       services (ls) [options]&lt;br /&gt;
              List services defined on the system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -u, --uri&lt;br /&gt;
              Show also base URI of repositories.&lt;br /&gt;
&lt;br /&gt;
       -p, --priority&lt;br /&gt;
              Show also repository priority.&lt;br /&gt;
&lt;br /&gt;
       -d, --details&lt;br /&gt;
              Show more information like URI, priority, type.&lt;br /&gt;
&lt;br /&gt;
       -r, --with-repos&lt;br /&gt;
              Show also repositories belonging to the services.&lt;br /&gt;
&lt;br /&gt;
       -P, --sort-by-priority&lt;br /&gt;
              Sort the list by repository priority.&lt;br /&gt;
&lt;br /&gt;
       -U, --sort-by-uri&lt;br /&gt;
              Sort the list by URI.&lt;br /&gt;
&lt;br /&gt;
       -N, --sort-by-name&lt;br /&gt;
              Sort the list by name.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       refresh-services (refs) [options] &amp;lt;alias|name|#|URI&amp;gt; ...&lt;br /&gt;
              Refreshing a service mean executing the service's special task.&lt;br /&gt;
&lt;br /&gt;
              RIS  services  add, remove, or modify repositories on your system based on current content of the reposi-&lt;br /&gt;
              tory index. Services only manage defined repositories, they do not refresh them. To refresh also  reposi-&lt;br /&gt;
              tories, use --with-repos option or the refresh command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -r, --with-repos&lt;br /&gt;
              Refresh also repositories.&lt;br /&gt;
&lt;br /&gt;
              TODO more info&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Package Locks Management&lt;br /&gt;
       Package  locks serve the purpose of preventing changes to the set of installed packages on the system. The locks&lt;br /&gt;
       are stored in form of a query in /etc/zypp/locks file (see also locks(5)).  Packages  matching  this  query  are&lt;br /&gt;
       then  forbidden  to  change their installed status; an installed package can't be removed, not installed package&lt;br /&gt;
       can't be installed.  When requesting to install or remove such locked package, you will get a dependency problem&lt;br /&gt;
       dialog.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       locks (ll)&lt;br /&gt;
              List currently active package locks.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       addlock (al) [options] &amp;lt;package-name&amp;gt; ...&lt;br /&gt;
              Add  a package lock. Specify packages to lock by exact name or by a glob pattern using '*' and '?'  wild-&lt;br /&gt;
              card characters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Restrict the lock to the specified repository.&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Lock only packages of specified type (default: package).  See section Package Types for list of available&lt;br /&gt;
              package types.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       removelock (rl) [options] &amp;lt;lock-number|package-name&amp;gt; ...&lt;br /&gt;
              Remove  specified package lock. Specify the lock to remove by its number obtained with zypper locks or by&lt;br /&gt;
              the package name.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -r, --repo &amp;lt;alias|name|#|URI&amp;gt;&lt;br /&gt;
              Restrict the lock to the specified repository.&lt;br /&gt;
&lt;br /&gt;
       -t, --type &amp;lt;type&amp;gt;&lt;br /&gt;
              Restrict the lock to packages of specified type (default: package).  See section Package Types  for  list&lt;br /&gt;
              of available package types.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       cleanlocks (cl)&lt;br /&gt;
              Remove unused locks.&lt;br /&gt;
&lt;br /&gt;
              This  command  looks  for locks that do not currently (with regard to repositories used) lock any package&lt;br /&gt;
              and for each such lock it asks user whether to remove it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Other Commands&lt;br /&gt;
       versioncmp (vcmp) &amp;lt;version1&amp;gt; &amp;lt;version2&amp;gt;&lt;br /&gt;
              Compare the versions supplied as arguments and tell whether version1 is older or newer than  version2  or&lt;br /&gt;
              the two version strings match.&lt;br /&gt;
&lt;br /&gt;
              The  default output is in human-friendly form. If --terse global option is used, the result is an integer&lt;br /&gt;
              number, negative/positive if version1 is older/newer than version2, zero if they match.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -m, --match&lt;br /&gt;
              Takes missing release number as any release. For example&lt;br /&gt;
              $ zypper vcmp -m 0.15.3 0.15.3-2&lt;br /&gt;
              0.15.3 matches 0.15.3-2&lt;br /&gt;
              $ zypper vcmp 0.15.3 0.15.3-2&lt;br /&gt;
              0.15.3 is older than 0.15.3-2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       targetos (tos)&lt;br /&gt;
              Shows the ID string of the target operating system. The string has a form of distroname-arch. The  string&lt;br /&gt;
              is  determined  by  libzypp, the distroname is read from &amp;lt;current-rootdir&amp;gt;/etc/products.d/baseproduct and&lt;br /&gt;
              the architecture is determined from uname and CPU flags.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       licenses&lt;br /&gt;
              Prints a report about licenses and EULAs of installed packages to standard output.&lt;br /&gt;
&lt;br /&gt;
              First, a list of all packages and their licenses and/or EULAs is shown.  This is followed by  a  summary,&lt;br /&gt;
              including  the  total  number  of  installed  packages,  the number of installed packages with EULAs that&lt;br /&gt;
              required a confirmation from the user. Since the EULAs are not stored on the system and can only be  read&lt;br /&gt;
              from  repository  metadata,  the  summary  includes also the number of installed packages that have their&lt;br /&gt;
              counterpart in repositories. The report ends with a list of all licenses uses by the installed packages.&lt;br /&gt;
&lt;br /&gt;
              This command can be useful for companies redistributiong a custom distribution (like appliances) to  fig-&lt;br /&gt;
              ure out what licenses they are bound by.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       source-download&lt;br /&gt;
              Download source rpms for all installed packages to a local directory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -d, --directory &amp;lt;dir&amp;gt;&lt;br /&gt;
              Download all source rpms to this directory. Default is /var/cache/zypper/source-download.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       --delete&lt;br /&gt;
              Delete extraneous source rpms in the local directory. This is the default.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       --no-delete&lt;br /&gt;
              Do not delete extraneous source rpms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       --status&lt;br /&gt;
              Don't download any source rpms, but show which source rpms are missing or extraneous.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       ps     After  each  upgrade  or removal of packages, there may be running processes on the system which then use&lt;br /&gt;
              files meanwhile deleted by the upgrade.  zypper ps lists these processes, together with the corresponding&lt;br /&gt;
              deleted  files,  and  a service name hint, in case it's a known service.  The list contains the following&lt;br /&gt;
              information:&lt;br /&gt;
&lt;br /&gt;
              * PID      ID of the process&lt;br /&gt;
              * PPID     ID of the parent process&lt;br /&gt;
              * UID      ID of the user running the process&lt;br /&gt;
              * Login    login name of the user running the process&lt;br /&gt;
              * Command  command used to execute the process&lt;br /&gt;
              * Service  guessed name of the service. If an init script exists for this&lt;br /&gt;
                         service, you can do &amp;quot;rcservicename restart&amp;quot; to restart it.&lt;br /&gt;
              * Files    the list of the deleted files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
GLOBAL OPTIONS&lt;br /&gt;
       -h, --help&lt;br /&gt;
              Help. If a command is specified together with --help option, command specific help is displayed.&lt;br /&gt;
&lt;br /&gt;
       -V, --version&lt;br /&gt;
              Print zypper version number and exit.&lt;br /&gt;
&lt;br /&gt;
       -c, --config &amp;lt;file&amp;gt;&lt;br /&gt;
              Use specified zypper config file instead of the default files.   Other  command  line  options  specified&lt;br /&gt;
              together  with --config and having their counterpart in the config file are still prefered.  The order of&lt;br /&gt;
              preference with --config is as follows:&lt;br /&gt;
&lt;br /&gt;
              * Command line options&lt;br /&gt;
              * --config &amp;lt;file&amp;gt;&lt;br /&gt;
&lt;br /&gt;
              [ /etc/zypp/zypp.conf ] (system-wide defaults for all libzypp based applications)&lt;br /&gt;
&lt;br /&gt;
              See also FILES section for more information.&lt;br /&gt;
&lt;br /&gt;
       -v, --verbose&lt;br /&gt;
              Increase verbosity. For debugging output specify this option twice.&lt;br /&gt;
&lt;br /&gt;
       -q, --quiet&lt;br /&gt;
              Suppress normal output. Brief (esp. result notification)  messages  and  error  messages  will  still  be&lt;br /&gt;
              printed,  though.  If used together with conflicting --verbose option, the --verbose option takes prefer-&lt;br /&gt;
              ence.&lt;br /&gt;
&lt;br /&gt;
       -A, --no-abbrev&lt;br /&gt;
              Do not abbreviate text in tables. By default zypper will try to abbreviate texts in some columns so  that&lt;br /&gt;
              the table fits the width of the screen. If you need to see the whole text, use this option.&lt;br /&gt;
&lt;br /&gt;
       -t, --terse&lt;br /&gt;
              Terse output for machine consumption. Currently not used and provided only for compatibility with rug.&lt;br /&gt;
&lt;br /&gt;
       -s, --table-style&lt;br /&gt;
              Specifies table style to use. Table style is identified by an integer number. TODO&lt;br /&gt;
&lt;br /&gt;
       -r, --rug-compatible&lt;br /&gt;
              Turns on rug compatibility. See section COMPATIBILITY WITH RUG for details.&lt;br /&gt;
&lt;br /&gt;
       -n, --non-interactive&lt;br /&gt;
              Switches  to  non-interactive  mode.  In  this  mode  zypper  doesn't ask user to type answers to various&lt;br /&gt;
              prompts, but uses default answers automatically. The behaviour of this option is somewhat different  than&lt;br /&gt;
              that  of  options  like  '--yes',  since  zypper can answer different answers to different questions. The&lt;br /&gt;
              answers also depend on other options like '--no-gpg-checks'.&lt;br /&gt;
&lt;br /&gt;
       -x, --xmlout&lt;br /&gt;
              Switches to XML output. This option is useful for scripts or graphical frontends using zypper.&lt;br /&gt;
&lt;br /&gt;
       -i, --ignore-unknown&lt;br /&gt;
              Ignore unknown packages. This option is useful for scripts.&lt;br /&gt;
&lt;br /&gt;
       -D, --reposd-dir &amp;lt;dir&amp;gt;&lt;br /&gt;
              Use the specified directory to look for the repository definition (*.repo) files.  The default  value  is&lt;br /&gt;
              /etc/zypp/repos.d.&lt;br /&gt;
&lt;br /&gt;
       -C, --cache-dir &amp;lt;dir&amp;gt;&lt;br /&gt;
              Use an alternative root directory for all caches.  The default value is /var/cache/zypp.&lt;br /&gt;
&lt;br /&gt;
           --raw-cache-dir &amp;lt;dir&amp;gt;&lt;br /&gt;
              Use  the  specified  directory for storing raw copies of repository metadata files.  The default value is&lt;br /&gt;
              /var/cache/zypp/raw.&lt;br /&gt;
&lt;br /&gt;
           --solv-cache-dir &amp;lt;dir&amp;gt;&lt;br /&gt;
              Use the specified directory to store the repository metadata cache  database  files  (solv  files).   The&lt;br /&gt;
              default value is /var/cache/zypp/solv.&lt;br /&gt;
&lt;br /&gt;
           --pkg-cache-dir &amp;lt;dir&amp;gt;&lt;br /&gt;
              Use  the  specified  directory  for  storing  downloaded  rpm packages. (see addrepo --keep-packages) The&lt;br /&gt;
              default value is /var/cache/zypp/packages.&lt;br /&gt;
&lt;br /&gt;
           --userdata &amp;lt;string&amp;gt;&lt;br /&gt;
              User data is expected to be a simple string without special chars or embedded newlines and may  serve  as&lt;br /&gt;
              transaction  id.  It  will be written to all install history log entries created throughout this specific&lt;br /&gt;
              zypper call. It will also be passed on to zypp plugins executed during commit. This will  enable  e.g.  a&lt;br /&gt;
              btrfs  plugin  to  tag  created  snapshots with this string. For zypper itself this string has no special&lt;br /&gt;
              meaning.&lt;br /&gt;
&lt;br /&gt;
       Repository Options:&lt;br /&gt;
&lt;br /&gt;
           --no-gpg-checks&lt;br /&gt;
              Ignore GPG check failures and continue. If a GPG issue occurs when using this option  zypper  prints  and&lt;br /&gt;
              logs  a warning and automatically continues without interrupting the operation. Use this option with cau-&lt;br /&gt;
              tion, as you can easily overlook security problems by using it.&lt;br /&gt;
&lt;br /&gt;
           --gpg-auto-import-keys&lt;br /&gt;
              If new repository signing key is found, do not ask what to do; trust and import  it  automatically.  This&lt;br /&gt;
              option  causes  that  the  new key is imported also in non-interactive mode, where it would otherwise got&lt;br /&gt;
              rejected.&lt;br /&gt;
&lt;br /&gt;
       -p, --plus-repo &amp;lt;URI&amp;gt;&lt;br /&gt;
              Use an additional repository for this operation. The repository aliased tmp# and named by  the  specified&lt;br /&gt;
              URI will be added for this operation and removed at the end. You can specify this option multiple times.&lt;br /&gt;
&lt;br /&gt;
           --disable-repositories&lt;br /&gt;
              Do  not  read metadata from repositories. This option will prevent loading of packages from repositories,&lt;br /&gt;
              thus making zypper work only with the installed packages (if --disable-system-resolvables was not  speci-&lt;br /&gt;
              fied).&lt;br /&gt;
&lt;br /&gt;
           --no-refresh&lt;br /&gt;
              Do not auto-refresh repositories (ignore the auto-refresh setting). Useful to save time when doing opera-&lt;br /&gt;
              tions like search, if there is not a need to have a completely up to date metadata.&lt;br /&gt;
&lt;br /&gt;
           --no-cd&lt;br /&gt;
              Ignore CD/DVD repositories. When this option is specified, zypper acts as if the CD/DVD repositories were&lt;br /&gt;
              not defined at all.&lt;br /&gt;
&lt;br /&gt;
           --no-remote&lt;br /&gt;
              Ignore  remote  repositories  like  http, ftp, smb and similar. This makes using zypper easier when being&lt;br /&gt;
              offline. When this option is specified, zypper acts as if the remote repositories  were  not  defined  at&lt;br /&gt;
              all.&lt;br /&gt;
&lt;br /&gt;
       Target Options:&lt;br /&gt;
&lt;br /&gt;
       -R, --root &amp;lt;dir&amp;gt;&lt;br /&gt;
              Operates  on a different root directory. This option influences the location of the repos.d directory and&lt;br /&gt;
              the metadata cache directory and also causes rpm to be run with  the  --root  option  to  do  the  actual&lt;br /&gt;
              installation  or removal of packages. Note that the ZYpp lock is still created in the original system, as&lt;br /&gt;
              well as temporary files. See also the FILES section.&lt;br /&gt;
&lt;br /&gt;
           --disable-system-resolvables&lt;br /&gt;
              This option serves mainly for testing purposes. It will cause zypper to act as if there were no  packages&lt;br /&gt;
              installed in the system. Use with caution as you can damage your system using this option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
FILES&lt;br /&gt;
       /etc/zypp/zypper.conf, $HOME/.zypper.conf&lt;br /&gt;
              Global  (system-wide)  and user's configuration file for zypper.  These files are read when zypper starts&lt;br /&gt;
              up and --config option is not used.&lt;br /&gt;
&lt;br /&gt;
              User's settings are prefered over global settings.  Similarly, command line options override the settings&lt;br /&gt;
              in either of these files. To sum it up, the order of preference is as follows (from highest to lowest):&lt;br /&gt;
&lt;br /&gt;
              * Command line options&lt;br /&gt;
              * $HOME/.zypper.conf&lt;br /&gt;
              * /etc/zypp/zypper.conf&lt;br /&gt;
&lt;br /&gt;
              [ /etc/zypp/zypp.conf ] (system-wide defaults for all libzypp based applications)&lt;br /&gt;
&lt;br /&gt;
              See the comments in /etc/zypp/zypper.conf for a list and description of available options.&lt;br /&gt;
&lt;br /&gt;
       /etc/zypp/zypp.conf&lt;br /&gt;
              ZYpp  configuration  file  affecting  all  libzypp  based applications.  See the comments in the file for&lt;br /&gt;
              desciption of configurable properties.  Many locations of files and directories listed  in  this  section&lt;br /&gt;
              are  configurable  via  zypp.conf.  The  location  for  this file itself can be redefined only by setting&lt;br /&gt;
              $ZYPP_CONF in the environment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       /etc/zypp/locks&lt;br /&gt;
              File with package lock definitions, see locks(5) manual page for  details.   The  package  lock  commands&lt;br /&gt;
              (addlock, removelock, etc.) can be used to manipulate this file.&lt;br /&gt;
&lt;br /&gt;
              This file is used by all ZYpp-based applications.&lt;br /&gt;
&lt;br /&gt;
       /etc/zypp/repos.d&lt;br /&gt;
              Directory  containing  repository  definition (*.repo) files.  You can use the Repository Management com-&lt;br /&gt;
              mands to manipulate these files, or you can edit them yourself. In either case, after doing the modifica-&lt;br /&gt;
              tions, executing zypper refresh is strongly recommended.&lt;br /&gt;
&lt;br /&gt;
              This directory is used by all ZYpp-based applications.&lt;br /&gt;
&lt;br /&gt;
              You can use the --reposd-dir global option to use an alternative directory for this purpose or the --root&lt;br /&gt;
              option to make this directory relative to the specified root directory.&lt;br /&gt;
&lt;br /&gt;
       /etc/zypp/services.d&lt;br /&gt;
              Directory containing service definition (*.service) files.  You can use the Service  Management  Commands&lt;br /&gt;
              to  manipulate theese files, or you can edit them youself. Running zypper refs is recommended after modi-&lt;br /&gt;
              fications have been done.&lt;br /&gt;
&lt;br /&gt;
              This directory is used by all ZYpp-based applications.&lt;br /&gt;
&lt;br /&gt;
       /var/cache/zypp/raw&lt;br /&gt;
              Directory for storing raw metadata contained in repositories.  This directory is used by  all  ZYpp-based&lt;br /&gt;
              applications.   Use the --raw-cache-dir global option to use an alternative directory for this purpose or&lt;br /&gt;
              the --root option to make this directory relative to the specified root directory.&lt;br /&gt;
&lt;br /&gt;
       /var/cache/zypp/solv&lt;br /&gt;
              Directory containing preparsed metadata in form of solv files.  This directory is used by all  ZYpp-based&lt;br /&gt;
              applications.&lt;br /&gt;
&lt;br /&gt;
       /var/cache/zypp/packages&lt;br /&gt;
              If  keeppackages  property  is  set for a repository (see the modifyrepo command), all the RPM file down-&lt;br /&gt;
              loaded during installation will be kept here. See also the clean command for cleaning these cache  direc-&lt;br /&gt;
              tories.&lt;br /&gt;
&lt;br /&gt;
              This directory is used by all ZYpp-based applications.&lt;br /&gt;
&lt;br /&gt;
       /var/log/zypp/history&lt;br /&gt;
              Installation history log.&lt;br /&gt;
&lt;br /&gt;
       ~/.zypper_history&lt;br /&gt;
              Command history for the shell.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
EXIT CODES&lt;br /&gt;
       There  are  several exit codes defined for zypper for use e.g. within scripts. These codes are defined in header&lt;br /&gt;
       file src/zypper-main.h found in zypper source package. Codes  from  interval  (1-5)  denote  an  error,  numbers&lt;br /&gt;
       (100-105)  provide  a  specific  information, 0 represents a normal successful run. Following is a list of these&lt;br /&gt;
       codes with descriptions.&lt;br /&gt;
&lt;br /&gt;
       0 - ZYPPER_EXIT_OK&lt;br /&gt;
              Successfull run of zypper with no special info.&lt;br /&gt;
&lt;br /&gt;
       1 - ZYPPER_EXIT_ERR_BUG&lt;br /&gt;
              Unexpected situation occured, probably caused by a bug.&lt;br /&gt;
&lt;br /&gt;
       2 - ZYPPER_EXIT_ERR_SYNTAX&lt;br /&gt;
              zypper was invoked with an invalid command or option, or a bad syntax.&lt;br /&gt;
&lt;br /&gt;
       3 - ZYPPER_EXIT_ERR_INVALID_ARGS&lt;br /&gt;
              Some of provided arguments were invalid. E.g. an invalid URI was provided to the addrepo command.&lt;br /&gt;
&lt;br /&gt;
       4 - ZYPPER_EXIT_ERR_ZYPP&lt;br /&gt;
              A problem is reported by ZYPP library.&lt;br /&gt;
&lt;br /&gt;
       5 - ZYPPER_EXIT_ERR_PRIVILEGES&lt;br /&gt;
              User invoking zypper has insufficient privileges for specified operation.&lt;br /&gt;
&lt;br /&gt;
       6 - ZYPPER_EXIT_NO_REPOS&lt;br /&gt;
              No repositories are defined.&lt;br /&gt;
&lt;br /&gt;
       7 - ZYPPER_EXIT_ZYPP_LOCKED&lt;br /&gt;
              The ZYPP library is locked, e.g. packagekit is running.&lt;br /&gt;
&lt;br /&gt;
       100 - ZYPPER_EXIT_INF_UPDATE_NEEDED&lt;br /&gt;
              Returned by the patch-check command if there are patches available for installation.&lt;br /&gt;
&lt;br /&gt;
       101 - ZYPPER_EXIT_INF_SEC_UPDATE_NEEDED&lt;br /&gt;
              Returned by the patch-check command if there are security patches available for installation.&lt;br /&gt;
&lt;br /&gt;
       102 - ZYPPER_EXIT_INF_REBOOT_NEEDED&lt;br /&gt;
              Returned after a successfull installation of a patch which requires reboot of computer.&lt;br /&gt;
&lt;br /&gt;
       103 - ZYPPER_EXIT_INF_RESTART_NEEDED&lt;br /&gt;
              Returned after a successfull installation of a patch  which  requires  restart  of  the  package  manager&lt;br /&gt;
              itself. This means that one of patches to be installed affects the package manager itself and the command&lt;br /&gt;
              used (e.g. zypper update) needs to be executed once again to install any remaining patches.&lt;br /&gt;
&lt;br /&gt;
       104 - ZYPPER_EXIT_INF_CAP_NOT_FOUND&lt;br /&gt;
              Returned by the install and the remove command in case any of the arguments does not  match  any  of  the&lt;br /&gt;
              available (or installed) package names or other capabilities.&lt;br /&gt;
&lt;br /&gt;
       105 - ZYPPER_EXIT_ON_SIGNAL&lt;br /&gt;
              Returned upon exiting after receiving a SIGINT or SIGTERM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
COMPATIBILITY WITH RUG&lt;br /&gt;
       zypper is designed to be compatible with rug, which is a command-line interface to the ZENworks Linux Management&lt;br /&gt;
       (ZLM) agent. Compared to rug, zypper does not need the ZLM daemon to run, and is intented to  provide  more  and&lt;br /&gt;
       improved  functionality.  Following is a list of zypper-rug command aliases, supported rug command line options,&lt;br /&gt;
       and compatibility notes. See also compatibility notes in descriptions of zypper commands.&lt;br /&gt;
&lt;br /&gt;
       To enable rug-compatible behavior, use the -r or --rug-compatible global option with each command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Service Management Commands&lt;br /&gt;
       ZENworks uses different terminology than ZYpp. ZLM services are ZYpp's repositories and  services.  Additionally&lt;br /&gt;
       some ZLM services can contain catalogs (rpmmd-type repositories in ZYpp speak).&lt;br /&gt;
&lt;br /&gt;
       Zypper  tries  to mimick rug's behavior in its service handling commands when used with the -r global option. It&lt;br /&gt;
       also supports the --catalog option for specifying catalogs to work with in current operation (this is  an  alias&lt;br /&gt;
       for zypper's --repo option).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug service-add (sa)&lt;br /&gt;
              zypper addservice (as) When used with -r global option, this command probes the type of service or repos-&lt;br /&gt;
              itory at the specified URI, if not explicitly specified. Without -r option the URI is not accessed at all&lt;br /&gt;
              and the URI is added as ZYpp service.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug service-delete (sd)&lt;br /&gt;
              zypper removeservice (rs)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug service-list (sl)&lt;br /&gt;
              zypper services (ls)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug catalogs (ca)&lt;br /&gt;
              zypper repos (lr)&lt;br /&gt;
&lt;br /&gt;
               zypper  doesn't  include  'Enabled'  and  'Refresh' columns and prints rug's 'Status' column with values&lt;br /&gt;
              &amp;quot;Active&amp;quot; or &amp;quot;Disabled&amp;quot; instead.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug subscribe&lt;br /&gt;
              This command is not implemented in zypper. Enabling zypper repositories is closest to rug's  subscription&lt;br /&gt;
              of  catalogs.  Thus, you can use zypper mr -e &amp;lt;alias|name|#|URI&amp;gt; to enable repositories added by the ser-&lt;br /&gt;
              vice.  Use zypper lr (or zypper ca) to list available repositories.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug unsubscribe&lt;br /&gt;
              See subscribe above, with the difference that -d will be used instead of -e in the zypper mr command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Package Management Commands&lt;br /&gt;
       rug install (in)&lt;br /&gt;
              zypper install (in)&lt;br /&gt;
&lt;br /&gt;
              -y, --no-confirm&lt;br /&gt;
                     Don't require user interaction. This option is implemented using zypper's non-interactive mode.&lt;br /&gt;
&lt;br /&gt;
              --agree-to-third-party-licenses&lt;br /&gt;
                     This option is an alias to zypper's --auto-agree-with-licenses option.&lt;br /&gt;
&lt;br /&gt;
              -R, --force-resolution &amp;lt;on|off&amp;gt;&lt;br /&gt;
                     This option is not available in rug and zypper uses the 'force-resolution' solver mode by  default&lt;br /&gt;
                     when running in rug-compatible mode. However, it is possible to turn the forcing of resolution off&lt;br /&gt;
                     using this option even in rug-compatible mode.&lt;br /&gt;
&lt;br /&gt;
              --entire-catalog &amp;lt;catalog&amp;gt;&lt;br /&gt;
                     This option serves for marking all packages from  specified  catalog  for  installation.  This  is&lt;br /&gt;
                     achieved by simulating 'zypper in --from &amp;lt;repo&amp;gt; '*''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug remove (rm)&lt;br /&gt;
              zypper remove (rm)&lt;br /&gt;
&lt;br /&gt;
              -y, --no-confirm&lt;br /&gt;
                     Don't require user interaction. This option is implemented using zypper's non-interactive mode.&lt;br /&gt;
&lt;br /&gt;
              -R, --force-resolution &amp;lt;on|off&amp;gt;&lt;br /&gt;
                     This  option is not available in rug and zypper uses the 'force-resolution' solver mode by default&lt;br /&gt;
                     when running in rug-compatible mode. However, it is possible to turn the forcing of resolution off&lt;br /&gt;
                     using this option even in rug-compatible mode.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug verify (ve)&lt;br /&gt;
              zypper verify (ve)&lt;br /&gt;
&lt;br /&gt;
              -y, --no-confirm&lt;br /&gt;
                     Don't require user interaction. This option is implemented using zypper's non-interactive mode.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug update (up) [catalog] ...&lt;br /&gt;
              zypper update (up) [package] ...&lt;br /&gt;
&lt;br /&gt;
              Zypper  interprets  the  update command arguments as repository identifiers in rug-compatibilty mode. The&lt;br /&gt;
              update operation is restricted to the specified repositories.&lt;br /&gt;
&lt;br /&gt;
              -y, --no-confirm&lt;br /&gt;
                     Don't require user interaction. This option is implemented using zypper's non-interactive mode.&lt;br /&gt;
&lt;br /&gt;
              --agree-to-third-party-licenses&lt;br /&gt;
                     This option is an alias to zypper's --auto-agree-with-licenses option.&lt;br /&gt;
&lt;br /&gt;
              -R, --force-resolution &amp;lt;on|off&amp;gt;&lt;br /&gt;
                     This option is not available in rug and zypper uses the 'force-resolution' solver mode by  default&lt;br /&gt;
                     when running in rug-compatible mode. However, it is possible to turn the forcing of resolution off&lt;br /&gt;
                     using this option even in rug-compatible mode.&lt;br /&gt;
&lt;br /&gt;
              -d, --downloade-only&lt;br /&gt;
                     This option has currently no effect.&lt;br /&gt;
&lt;br /&gt;
              --category&lt;br /&gt;
                     This option has currently no effect.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       rug search (se)&lt;br /&gt;
              zypper search (se)&lt;br /&gt;
&lt;br /&gt;
              Instead of the Type column, rug's Bundle column is printed, however, with no contents.&lt;br /&gt;
&lt;br /&gt;
              -t, --type&lt;br /&gt;
                     In rug compatibility mode the --type option defaults to package. Zypper searches all package types&lt;br /&gt;
                     by default.&lt;br /&gt;
&lt;br /&gt;
                  --sort-by-catalog&lt;br /&gt;
                     Sort packages by catalog, not by name. This option is an alias to zypper's --sort-by-repo option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Patch Management Commands&lt;br /&gt;
       rug patch-info&lt;br /&gt;
              zypper info -t patch&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Pattern Management Commands&lt;br /&gt;
       rug pattern-info&lt;br /&gt;
              zypper info -t pattern&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Product Management Commands&lt;br /&gt;
       rug product-info&lt;br /&gt;
              zypper info -t product&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   System Commands&lt;br /&gt;
       rug ping&lt;br /&gt;
              zypper ping&lt;br /&gt;
&lt;br /&gt;
              This command just returns 0 without producing any output or doing anything to the system. Rug's ping com-&lt;br /&gt;
              mand is used to wake up the ZLM daemon or to check whether it is up and running.  Since  zypper  does  no&lt;br /&gt;
              require  ZLM  or  any other daemon to run, it is safe to always return 0 here to indicate it is ready for&lt;br /&gt;
              operation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   Other Compatibility Notes&lt;br /&gt;
       -c, --catalog &amp;lt;catalog&amp;gt;&lt;br /&gt;
              This option is an alias to zypper's --repo &amp;lt;alias&amp;gt; and it will restrict the operation  of  commands  like&lt;br /&gt;
              search, install, etc to the repository specified by the alias.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       -N, --dry-run&lt;br /&gt;
              Zypper  uses  -D  shorthand  for  this  option,  but -N is provided for the sake of compatibility. Zypper&lt;br /&gt;
              (libzypp) implements this option by passing the --test option to rpm. The  option  is  used  in  install,&lt;br /&gt;
              remove, update, dist-upgrade (not available in rug), and verify commands.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
HOMEPAGE&lt;br /&gt;
       http://en.opensuse.org/Portal:Zypper&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
AUTHORS&lt;br /&gt;
       Martin Vidner &amp;lt;mvidner@suse.cz&amp;gt;&lt;br /&gt;
       Duncan Mac-Vicar &amp;lt;dmacvicar@suse.de&amp;gt;&lt;br /&gt;
       Jan Kupec &amp;lt;jkupec@suse.cz&amp;gt;&lt;br /&gt;
       Stanislav Visnovsky &amp;lt;visnov@suse.cz&amp;gt;&lt;br /&gt;
       Josef Reidinger &amp;lt;jreidinger@suse.cz&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SEE ALSO&lt;br /&gt;
       rug(1), YaST2(8), locks(5), zypper-log(8)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
zypper                                                   1.5.1                                                zypper(8)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Konsole|Zurück zu Konsole]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Paketmanager|Zurück zur Paketmanager-Übersicht]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:RPM]]&lt;br /&gt;
[[Kategorie:Paketmanager]]&lt;br /&gt;
[[Kategorie:Zypper]]&lt;br /&gt;
[[Kategorie:openSUSE]]&lt;br /&gt;
[[Category:Konsole]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Zypper&amp;diff=29339</id>
		<title>Zypper</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Zypper&amp;diff=29339"/>
		<updated>2013-05-13T17:51:25Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Kategorie&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Korrekter Titel|zypper}}&lt;br /&gt;
{{Infobox Software&lt;br /&gt;
| Name                              = Zypper&lt;br /&gt;
| Logo                              = &lt;br /&gt;
| Screenshot                        = [[Bild:zypper-1.png|300px]]&lt;br /&gt;
| Beschreibung                      = zypper screenshot&lt;br /&gt;
| Hersteller                        = &lt;br /&gt;
| AktuelleVersion                   = zypper: 1.8.11 &amp;lt;br/&amp;gt; libzypp: 12.9.0 &amp;lt;br/&amp;gt;&lt;br /&gt;
| AktuelleVersionFreigabeDatum      = 28. Februar 2013&lt;br /&gt;
| AktuelleVorabVersion              = &lt;br /&gt;
| AktuelleVorabVersionFreigabeDatum = &lt;br /&gt;
| Betriebssystem                    = [[Linux]]&lt;br /&gt;
| Programmiersprache                = [[C++]]&lt;br /&gt;
| Kategorie                         = [[Paketmanager]]&lt;br /&gt;
| Lizenz                            = [[GPL]]&lt;br /&gt;
| Deutsch                           = &lt;br /&gt;
| Website                           = http://en.opensuse.org/Portal:Libzypp&lt;br /&gt;
}}&lt;br /&gt;
Wie Installiere oder entferne ich Software mit '''zypper''', dem Kommandozeilen-Frontend von [[YaST]] ([[Paketmanager]])?&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Box Wissen||&lt;br /&gt;
* Umgang mit der [[Konsole]]&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
'''zypper''' ist unter openSUSE das Kommandozeilen-Frontend für die Paketverwaltung. Es macht Gebrauch von dem Paketmanagementsystem libzypp, genau wie das graphische Frontend [[YaST]]. Somit sind zypper und [[YaST]] vollständig zueinander kompatibel. Zur Abhängigkeitsauflösung wird ein Sat-Solver verwendet, siehe dazu [http://de.wikipedia.org/wiki/SAT-Solver http://de.wikipedia.org/wiki/SAT-Solver]&lt;br /&gt;
&lt;br /&gt;
Fast alle Befehlsoptionen von '''zypper''' haben eine Langform sowie eine Kurzform. In den Beispielcodes werden hier lediglich die Kurzformen verwendet, da sie in der Praxis häufiger angewendet werden. In den Beschreibungen werden sowohl die Kurz- als auch die Langformen genannt.&lt;br /&gt;
== Installation ==&lt;br /&gt;
*''Die Installation eines Paketes erfolgt mit dem Befehl &amp;quot;in&amp;quot; oder &amp;quot;install&amp;quot;:''&amp;lt;br/&amp;gt;&lt;br /&gt;
 zypper in &amp;lt;Paketname&amp;gt; &lt;br /&gt;
*Es können natürlich auch mehrere Pakete zu Installation ausgewählt werden:&amp;lt;br/&amp;gt;&lt;br /&gt;
 zypper in &amp;lt;Paketname 1&amp;gt; &amp;lt;Paketname 2&amp;gt; ... &amp;lt;Paketname N&amp;gt;&lt;br /&gt;
*Zur gleichen Zeit Paket(e) deinstallieren (vor dem zweiten/zu löschenden Paketname/Paket ist ein Minus):&lt;br /&gt;
 zypper in &amp;lt;Paketname&amp;gt; &amp;lt;'''-'''Paketname&amp;gt;&lt;br /&gt;
*Es ist auch möglich direkt RPM-Pakete zu installieren. Es muss nur der korrekte Pfad zum RPM angegeben werden. Wenn man sich mit der Shell im Verzeichnis der RPMs befindet reicht lediglich der Paketname. Es können neben lokalen Paketpfaden auch Adressen im Internet angegeben werden. Eventuell benötigte Abhängigkeiten werden, wenn möglich, aus den Repositories installiert.&lt;br /&gt;
 zypper in &amp;lt;pfad-zum-rpm-paket/Paketname.rpm&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Deinstallation ==&lt;br /&gt;
*''Die Deinstallation von Paketen erfolgt mit dem Befehl &amp;quot;rm&amp;quot; oder &amp;quot;remove&amp;quot;:''&amp;lt;br/&amp;gt;&lt;br /&gt;
 zypper rm &amp;lt;Paketname&amp;gt;&lt;br /&gt;
*Es können natürlich auch mehrere Pakete zur Deinstallation ausgewählt werden:&amp;lt;br/&amp;gt;&lt;br /&gt;
 zypper rm &amp;lt;Paketname 1&amp;gt; &amp;lt;Paketname 2&amp;gt; ... &amp;lt;Paketname N&amp;gt;&lt;br /&gt;
*Zur gleichen Zeit Paket(e) installieren:&lt;br /&gt;
 zypper rm &amp;lt;Paketname&amp;gt; &amp;lt;'''+'''Paketname&amp;gt;&lt;br /&gt;
*Das Paket und evtl. vorhandene, nicht mehr benötigte Abhängigkeiten werden mit der zusätzlichen Option &amp;quot;-u&amp;quot; oder &amp;quot;--clean-deps&amp;quot; entfernt:&lt;br /&gt;
 zypper rm -u &amp;lt;Paketname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Paketsuche ==&lt;br /&gt;
*Die Paketsuche erfolgt mit dem Befehl &amp;quot;se&amp;quot; oder &amp;quot;search&amp;quot;.&amp;lt;br/&amp;gt;&lt;br /&gt;
*''Alle [[Installationsquellen_zu_openSUSE|Installationsquellen]] nach einem bestimmten Paket zu durchsuchen:''&amp;lt;br/&amp;gt;&lt;br /&gt;
 zypper se &amp;lt;Suchbegriff&amp;gt;&lt;br /&gt;
*Paket-Beschreibungen in die Suche einbeziehen:&amp;lt;br/&amp;gt;&lt;br /&gt;
 zypper se -d &amp;lt;Suchbegriff&amp;gt;&lt;br /&gt;
*Mehr Details (-s) in nur nach installierten Paketen (-i) suchen:&amp;lt;br/&amp;gt;&lt;br /&gt;
 zypper se -si &amp;lt;Suchbegriff&amp;gt;&lt;br /&gt;
*Suche nach installierten Paketen nur aus einem bestimmten Repository.&lt;br /&gt;
  zypper se -si -r &amp;lt;repo&amp;gt; &amp;lt;Suchbegriff&amp;gt; &lt;br /&gt;
 &lt;br /&gt;
{{Box Beispiel|Paketsuche.|&lt;br /&gt;
&amp;lt;pre&amp;gt;kiste:~ # zypper se -si firefox&lt;br /&gt;
Daten des Repositories laden ...&lt;br /&gt;
Installierte Pakete lesen ...&lt;br /&gt;
&lt;br /&gt;
S | Name                               | Typ   | Version      | Arch   | Repository          &lt;br /&gt;
--+------------------------------------+-------+--------------+--------+---------------------&lt;br /&gt;
i | MozillaFirefox                     | Paket | 20.0-1.8.3   | x86_64 | openSUSE-12.3-Update&lt;br /&gt;
i | MozillaFirefox-branding-openSUSE   | Paket | 6.1-2.2.1    | x86_64 | openSUSE-12.3-Oss   &lt;br /&gt;
i | MozillaFirefox-translations-common | Paket | 20.0-1.8.3   | x86_64 | openSUSE-12.3-Update&lt;br /&gt;
i | tracker-miner-firefox              | Paket | 0.14.4-2.1.2 | x86_64 | openSUSE-12.3-Oss&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Paketinformationen ==&lt;br /&gt;
*Um sich Informationen zu einem Paket anzeigen zu lassen verwendet man den Befehl &amp;quot;if&amp;quot; oder &amp;quot;info&amp;quot;:&lt;br /&gt;
 zypper if &amp;lt;Paketname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Patterns (Paketgruppen) ==&lt;br /&gt;
&lt;br /&gt;
Patterns sind Paketgruppen in denen Pakete zusammengefasst sind die für eine bestimmte Funktionalität erforderlich sind. Oft sind dies umfangreichere Installationen mit größeren Paketabhängigkeiten. Es reicht dann ein Installationsbefehl statt mehrere Pakete einzeln zu installieren.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Alle Patterns werden angezeigt mit dem Befehl:&lt;br /&gt;
 zypper patterns&lt;br /&gt;
Wenn ein &amp;quot;i&amp;quot; in der ersten Spalte steht, ist das Pattern bereits installiert.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Informationen darüber welche Pakete zu einem Pattern gehören erhält man mit &amp;quot;if&amp;quot; oder &amp;quot;info&amp;quot;:&lt;br /&gt;
 zypper if -t pattern &amp;lt;pattern_name&amp;gt;&lt;br /&gt;
 zypper pattern-info &amp;lt;pattern_name&amp;gt;&lt;br /&gt;
Installiert wird ein Pattern schließlich mit &amp;quot;in&amp;quot; oder &amp;quot;install&amp;quot;:&lt;br /&gt;
 zypper in -t pattern &amp;lt;pattern_name&amp;gt;&lt;br /&gt;
Bei der Installation können noch zusätzliche Pakete als bei der &amp;quot;info&amp;quot;-Ausgabe installiert werden, da diese wiederum abhängige Pakete installieren.&lt;br /&gt;
&lt;br /&gt;
{{Box Hinweis||&lt;br /&gt;
Es ist derzeit nicht möglich Patterns vollständig mit &amp;quot;remove&amp;quot; wieder zu entfernen. Es steht auf der Todo-Liste der Entwickler, ist aber momentan nicht implementiert.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Update ==&lt;br /&gt;
Updates werden mit dem Befehl &amp;quot;up&amp;quot; oder &amp;quot;update&amp;quot; durchgeführt. Dabei wird in den Repos geschaut ob aktualisierte Pakete vorhanden sind und installiert. Ein Herstellerwechsel ist mit &amp;quot;up&amp;quot; nicht möglich. Ist z.B. ein Paket einmal aus einem Repo installiert, werden neue Versionen nur aus diesem Repo akzeptiert. &lt;br /&gt;
&lt;br /&gt;
*Um alle verfügbaren Updates zu installieren:&lt;br /&gt;
 zypper up&lt;br /&gt;
*Um alle verfügbaren Updates aus einem bestimmten Repository zu installieren:&lt;br /&gt;
 zypper up -r &amp;lt;Alias&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== dist-upgrade ==&lt;br /&gt;
Mit dem Befehl &amp;quot;dist-upgrade&amp;quot; oder &amp;quot;dup&amp;quot; wird ein komplettes System-Upgrade durchgeführt (z.B. von openSUSE 12.2 auf 12.3). Der Befehl erlaubt auch einen Herstellerwechsel.&lt;br /&gt;
 zypper dup&lt;br /&gt;
&lt;br /&gt;
== Paketsperren (locks) ==&lt;br /&gt;
Manchmal kann es notwendig oder erwünscht sein Pakete zu sperren um zu verhindern das ein Update neuere Versionen installiert. Die aktuell installierte Version wird dann beibehalten. &amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;Anwendungsfälle könnten z.B. sein dass Funktionen in neuen Versionen entfernt wurden und man diese beibehalten möchte. Oder bei der Benutzung von nicht-offiziellen Repos gibt es mit einer neuen Paketversion Probleme mit Abhängigkeiten aus anderen Repos.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Um ein Paket zu sperren benutzt man den Befehl &amp;quot;al&amp;quot; oder &amp;quot;addlock&amp;quot;:&lt;br /&gt;
 zypper al &amp;lt;Paketname&amp;gt;&lt;br /&gt;
*Ein Paket wird wieder entsperrt mit dem Befehl &amp;quot;rl&amp;quot; oder &amp;quot;removelock&amp;quot;:&lt;br /&gt;
 zypper rl &amp;lt;Paketname&amp;gt;&lt;br /&gt;
*Eine Liste der gesperrten Pakete erhält man mit dem Befehl &amp;quot;ll&amp;quot; oder &amp;quot;locks&amp;quot;:&lt;br /&gt;
 zypper ll&lt;br /&gt;
&lt;br /&gt;
== Repositories verwalten ==&lt;br /&gt;
Es stehen unter zypper diverse Befehle zur Verwaltung und Modifizierung von Repos zur Verfügung.&lt;br /&gt;
=== Repo hinzufügen (addrepo) ===&lt;br /&gt;
*''Um eine zusätzliche Quelle einzubinden wird der Befehl &amp;quot;ar&amp;quot; oder &amp;quot;addrepo&amp;quot; benutzt:''&amp;lt;br/&amp;gt;&lt;br /&gt;
 zypper ar &amp;lt;URL&amp;gt; &amp;lt;Name der Quelle/Alias&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
*Gleichzeitig ''Autorefresh'' aktivieren (&amp;quot;-f&amp;quot; oder &amp;quot;--refresh&amp;quot;)&lt;br /&gt;
 zypper ar -f &amp;lt;URL&amp;gt; &amp;lt;Alias der Quelle&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
{{Kasten rot|&lt;br /&gt;
Installationsquellen für openSUSE sind hier zu finden: [[Installationsquellen_zu_openSUSE|Installationsquellen zu openSUSE]].&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
{{Box Beispiel|Packman Repository einbinden|&lt;br /&gt;
&amp;lt;pre&amp;gt;zypper ar -f http://packman.inode.at/suse/12.3/ Packman&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Die Daten der [[Installationsquellen_zu_openSUSE|Installationsquellen]] werden unter&lt;br /&gt;
 /etc/zypp/repos.d&lt;br /&gt;
gespeichert.&amp;lt;br/&amp;gt;&lt;br /&gt;
Um eine neue Quelle einzubinden kann also auch einfach die - in vielen Repositories vorhandene '''*.repo'''-Datei in dieses Verzeichnis heruntergeladen werden.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Box Beispiel|Mozilla Repository einbinden|&lt;br /&gt;
&amp;lt;u&amp;gt;wget:&amp;lt;/u&amp;gt;&amp;lt;pre&amp;gt;cd /etc/zypp/repos.d&lt;br /&gt;
wget http://download.opensuse.org/repositories/mozilla/openSUSE_12.3/mozilla.repo&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;aria2:&amp;lt;/u&amp;gt;&amp;lt;pre&amp;gt;aria2c http://download.opensuse.org/repositories/mozilla/openSUSE_12.3/mozilla.repo -d /etc/zypp/repos.d&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Alternativ kann die '''*.repo'''-Datei auch mit zypper eingebunden werden:&lt;br /&gt;
 zypper ar -f &amp;lt;URL-zur-repo-Datei.repo&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
{{Box Beispiel|Mozilla .repo-Datei einbinden mit zypper|&lt;br /&gt;
&amp;lt;pre&amp;gt;zypper ar -f http://download.opensuse.org/repositories/mozilla/openSUSE_12.3/mozilla.repo&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Repo löschen (removerepo)===&lt;br /&gt;
*''Um eine Installationsquelle zu löschen wird der Befehl &amp;quot;rr&amp;quot; oder &amp;quot;removerepo&amp;quot; verwendet:''&amp;lt;br/&amp;gt;&lt;br /&gt;
 zypper removerepo &amp;lt;Nummer, Alias oder URI der Quelle&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Box Beispiel|Repo entfernen.|&lt;br /&gt;
Zuerst die eingebundene Repos anzeigen lassen:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;kiste:~ # zypper lr -u&lt;br /&gt;
#  | Alias                           | Name                         | Enabled | Refresh |URI&lt;br /&gt;
----+---------------------------------+---------------------------------------+---------+---------+-------------------&lt;br /&gt;
 1 | openSUSE-12.2-1.6               | openSUSE-12.2-1.6            | No      | No      | cd:///?devices=/dev/disk/by-id/&lt;br /&gt;
ata-ATAPI_iHDS118_4,/dev/sr0,/dev/sr1&lt;br /&gt;
 2 | repo-non-oss                    | openSUSE-12.2-Non-Oss        | Yes     | Yes     | http://download.opensuse.org/&lt;br /&gt;
distribution/12.2/repo/non-oss/&lt;br /&gt;
 3 | repo-oss                        | openSUSE-12.2-Oss            | Yes     | Yes     | http://download.opensuse.org/&lt;br /&gt;
distribution/12.2/repo/oss/&lt;br /&gt;
 4 | repo-source                     | openSUSE-12.2-Source         | No      | Yes     | http://download.opensuse.org/&lt;br /&gt;
source/distribution/12.2/repo/oss/&lt;br /&gt;
 5 | repo-update                     | openSUSE-12.2-Update         | Yes     | Yes     | http://download.opensuse.org/&lt;br /&gt;
update/12.2/&lt;br /&gt;
 6 | repo-update-non-oss             | openSUSE-12.2-Update-Non-Oss | Yes     | Yes     | http://download.opensuse.org/&lt;br /&gt;
update/12.2-non-oss/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Repo openSUSE-12.2-1.6 soll über den Alias entfernt werden:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;kiste:~ # zypper rr openSUSE-12.2-1.6&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Repo openSUSE-12.2-1.6 soll über die Nummer entfernt werden:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;kiste:~ # zypper removerepo 1&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Repo openSUSE-12.2-1.6 soll über die URI entfernt werden:&lt;br /&gt;
&amp;lt;pre&amp;gt;kiste:~ # zypper rr cd:///?devices=/dev/disk/by-id/ata-ATAPI_iHDS118_4,/dev/sr0,/dev/sr1&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Repo Status ===&lt;br /&gt;
*Um sich alle [[Installationsquellen_zu_openSUSE|Eingebundenen Installationsquellen]] anzeigen zu lassen wird der Befehl &amp;quot;lr&amp;quot; oder &amp;quot;repos&amp;quot; verwendet:&amp;lt;br/&amp;gt;&lt;br /&gt;
 zypper lr&lt;br /&gt;
*Detaillierte Ausgabe mit Angabe von URLs, Prioritäten, Alias (&amp;quot;-d&amp;quot; oder &amp;quot;--details&amp;quot;)&lt;br /&gt;
 zypper lr -d&lt;br /&gt;
*Verfügbare (Patch-)Updates anzeigen lassen:&amp;lt;br/&amp;gt;&lt;br /&gt;
 zypper lu&lt;br /&gt;
{{Box Hinweis||Dabei werden nur Patches - also Updates aus dem offiziellen SUSE-Update-Repository - angezeigt.}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Repo Modifizieren ===&lt;br /&gt;
==== Alias ändern (renamerepo) ====&lt;br /&gt;
*Um den Namen (Alias) einer Quelle zu ändern wird der Befehl &amp;quot;nr&amp;quot; oder &amp;quot;renamerepo&amp;quot; verwendet:&amp;lt;br/&amp;gt;&lt;br /&gt;
 zypper nr &amp;lt;Alias, Nummer oder URI des Repo&amp;gt; &amp;lt;Neuer Alias&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Repo anpassen (modifyrepo) ====&lt;br /&gt;
Mit dem Befehl mr oder modifyrepo und diversen Optionen lassen sich die Eigenschaften von Repos verändern und beeinflussen.&lt;br /&gt;
===== Deaktivieren =====&lt;br /&gt;
 zypper mr -d &amp;lt;Reponummer, Alias oder URI&amp;gt;&lt;br /&gt;
*Das Repo &amp;quot;Packman&amp;quot; aktivieren und alle RPMs daraus nach der Installation im Cache behalten:&lt;br /&gt;
 zypper mr -ek Packman&lt;br /&gt;
&lt;br /&gt;
== Zypper Cheat Sheet ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Bild:Zypper-cheat-sheet-1.png|1. Seite &amp;lt;br&amp;gt; [http://www.linupedia.org/mediawiki/images/Zypper-cheat-sheet-1.pdf Zypper-cheat-sheet-1.pdf]&lt;br /&gt;
Bild:Zypper-cheat-sheet-2.png|2. Seite &amp;lt;br&amp;gt; [http://www.linupedia.org/mediawiki/images/Zypper-cheat-sheet-2.pdf Zypper-cheat-sheet-2.pdf]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
== weiterführende Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://de.opensuse.org/Zypper Offizielle openSUSE-Seite: Zypper]&lt;br /&gt;
* [https://de.opensuse.org/SDB:Zypper_benutzen Offizielle openSUSE-Seite: Zypper benutzen]&lt;br /&gt;
* [https://en.opensuse.org/Portal:Zypper Offizielles openSUSE-Portal: Zypper]&lt;br /&gt;
* [http://de.wikipedia.org/wiki/Zypper Wikipedia: Zypper]&lt;br /&gt;
* [http://doc.opensuse.org/projects/libzypp/HEAD/index.html openSUSE Libzypp Dokumentation (Englisch)]&lt;br /&gt;
* [https://en.opensuse.org/openSUSE:Libzypp_satsolver Offizielle openSUSE-Seite: Libzypp Satsolver (Englisch)]&lt;br /&gt;
* [http://www.linupedia.org/opensuse/Man_zypper Manpage von Zypper (Linupedia)]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Konsole|Zurück zu Konsole]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Paketmanager|Zurück zur Paketmanager-Übersicht]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Kategorie:Zypper]]&lt;br /&gt;
[[Kategorie:openSUSE]]&lt;br /&gt;
[[Kategorie:RPM]]&lt;br /&gt;
[[Kategorie:Paketmanager]]&lt;br /&gt;
[[Kategorie:Konsole]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Kategorie:OpenSUSE&amp;diff=29338</id>
		<title>Kategorie:OpenSUSE</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Kategorie:OpenSUSE&amp;diff=29338"/>
		<updated>2013-05-13T17:50:02Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Initial&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Artikel betreffend '''''[[openSUSE]]'''''.&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Kategorie:Zypper&amp;diff=29337</id>
		<title>Kategorie:Zypper</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Kategorie:Zypper&amp;diff=29337"/>
		<updated>2013-05-13T17:47:34Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Initial&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Artikel zu '''''[[Zypper]]''''', dem Paketmanager für die Kommandozeile bei [[openSUSE]].&lt;br /&gt;
[[Kategorie:Systemverwaltung]]&lt;br /&gt;
[[Kategorie:Verwaltungstools]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Fedora&amp;diff=29335</id>
		<title>Fedora</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Fedora&amp;diff=29335"/>
		<updated>2013-05-13T17:16:44Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Kategorie&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Betriebssystem|&lt;br /&gt;
 Name= Fedora&amp;lt;br /&amp;gt;[[Bild:Fedora.png]]&lt;br /&gt;
|Screenshot= [[Bild:Fedora-3.png|240px]]&lt;br /&gt;
|Beschreibung= Fedora 18 mit Gnome3 Desktop&lt;br /&gt;
|Entwickler=Red Hat &amp;amp; Community&lt;br /&gt;
|AktuelleVersion=18 (Spherical Cow)&lt;br /&gt;
|AktuelleVersionFreigabeDatum= 15. Januar 2013&lt;br /&gt;
|Stammbaum=\ Linux&amp;lt;br /&amp;gt;&amp;amp;nbsp; \ SLS&amp;lt;br /&amp;gt;&amp;amp;nbsp; &amp;amp;nbsp; \ Slackware&amp;lt;br /&amp;gt;&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;\ Red Hat Linux&amp;lt;br /&amp;gt; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; \ Fedora&lt;br /&gt;
|Architekturen= i386, AMD64, PowerPC&lt;br /&gt;
|Kategorie= '''Fedora'''&lt;br /&gt;
|Lizenz= [http://de.wikipedia.org/wiki/GNU_General_Public_License GPL] und andere Lizenzen&lt;br /&gt;
|Deutsch= ja, mehrsprachig&lt;br /&gt;
|Website= [http://fedoraproject.org/ fedoraproject.org]&lt;br /&gt;
}}&lt;br /&gt;
Fedora ist eine Linux-Distribution die von Red Hat [http://www.redhat.com/] unterstützt und gefördert wird. In Fedora werden schnell die neuesten Entwicklungen und Softwareversionen aufgenommen. Ziel ist es alle 6 Monate ein neues Release zu veröffentlichen. Zur Installation stehen verschiedene Medien bereit. [http://fedoraproject.org/de_CH/get-fedora]&lt;br /&gt;
== Inhaltsverzeichnis ==&lt;br /&gt;
&lt;br /&gt;
=== [[Grafikkarten und Monitore Fedora Core|Grafikkarteninstallation unter Fedora]] ===&lt;br /&gt;
Treiberinstallation für ATI- und NVIDIA-Chipsätze leichtgemacht&lt;br /&gt;
&lt;br /&gt;
=== [[Software Fedora|Installation von Software]] ===&lt;br /&gt;
Installieren, Deinstallieren, und alles was dazu gehört unter Fedora.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Distributionen]]&lt;br /&gt;
[[Category:Fedora Core]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=SuSE_10_0_und_fontconfig&amp;diff=29334</id>
		<title>SuSE 10 0 und fontconfig</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=SuSE_10_0_und_fontconfig&amp;diff=29334"/>
		<updated>2013-05-13T17:05:46Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Obsolet&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| WIDTH=&amp;quot;100%&amp;quot; style=&amp;quot;background-color: #FFE1E1; border: solid 2px #FF0000;&amp;quot; &lt;br /&gt;
| style=&amp;quot;background-color: #FF0000;&amp;quot; | &amp;lt;font size=&amp;quot;-1&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Vorsicht, obsoleter Artikel:&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt; &lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
Artikel ist veraltet. SuSE 10.0 wird nicht mehr unterstützt.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Kategorie:Vorlage:Hinweisbaustein]]&lt;br /&gt;
[[Kategorie:Vorlagenboxen]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Kategorie:Obsoletes]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Autor: panamajo&lt;br /&gt;
&lt;br /&gt;
Es ist ja inzwischen schon ein running Gag: SUSE und TrueType Fonts *sigh&lt;br /&gt;
&lt;br /&gt;
In den Releases &amp;lt; 9.2 war das Problem meist durch Neukompilation von freetype2 zu lösen, wobei man Subpixelhinting einschalten musste (der Patch war freundlicherweise im Source rpm enthalten).&lt;br /&gt;
&lt;br /&gt;
Seit SUSE 9.2 ist der Patch zwar enthalten, wird aber in dem neuen Paket fontconfig für alle TT Schriften (ausser einer Handvoll) ausgeschaltet, mit folgender Begründung:&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Zitat:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Fonts which have high quality byte code interpreter instructions&lt;br /&gt;
can look very good in small sizes when rendered in black and white&lt;br /&gt;
(antialias=false) using the byte code interpreter (autohint=false).&lt;br /&gt;
The results look as good as high quality bitmap fonts.&lt;br /&gt;
&lt;br /&gt;
On the other hand, most Fonts do not have good byte code interpreter&lt;br /&gt;
instructions and look *very* ugly when rendered like this.&lt;br /&gt;
I.e. for most fonts autohint=true and antialias=true gives best&lt;br /&gt;
results.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ich weiss ja nicht welche &amp;quot;most fonts&amp;quot; gemeint sind, aber mit der zuletzt genannten Einstellung sehen bei mir _alle_ TT Schriften gräßlich aus. Es werden schlichtweg Fehler beim Rendering gemacht, z.B. symmetrische Buchstaben wie O werden zu asymmetrischen Vielecken etc. Hochklassige Schriften wie Bitstreams Cyberbit (eine der wenigen Schriften die auch für CJK UTF-8 tauglich sind) sehen aus wie unter Nikotinentzug bei gleichzeitiger Coffeinüberdosierung hingekritzelt.&amp;lt;br /&amp;gt;&lt;br /&gt;
Ganz schlimm auch die Franklin Gothic Schriftfamilie (die zu unserem CID gehört und entsprechend in den Benutzerprofilen als Standardfont drinsteht).&lt;br /&gt;
&lt;br /&gt;
Weiter SUSE:&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Zitat:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
For fonts which do have good byte code instructions, it seems&lt;br /&gt;
to be a matter of taste. Most users apparently do not like the&lt;br /&gt;
bitmaps no matter how good they are and prefer to render&lt;br /&gt;
these fonts with anti-aliasing as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Dieser Irrglaube scheint der Grund zu sein weshalb bei jeder neuen SUSE hier das Gejammer los geht &amp;quot;Mein Bildschirm ist unscharf&amp;quot;, &amp;quot;Hilfe ich erblinde&amp;quot; etc.&lt;br /&gt;
&lt;br /&gt;
Nope, SUSE, it's not a matter of taste. And ppl do hate antialiasing at least for small fonts.&lt;br /&gt;
&lt;br /&gt;
Geholfen hat bei mir das Editieren der Datei /etc/fonts/suse-hinting, wobei ich einfach 2 Einstellungen auskommentiert habe (fett markiert):&lt;br /&gt;
&lt;br /&gt;
Damit stoppt man das Ignorieren und AA als Default:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;!--&lt;br /&gt;
            Using the autohinter and anti-aliasing.&lt;br /&gt;
            This is a good default for most fonts.&lt;br /&gt;
        --&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
        &amp;lt;match target=&amp;quot;font&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;edit name=&amp;quot;autohint&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;bool&amp;gt;true&amp;lt;/bool&amp;gt;&lt;br /&gt;
                &amp;lt;/edit&amp;gt;&lt;br /&gt;
                &amp;lt;edit name=&amp;quot;antialias&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;bool&amp;gt;true&amp;lt;/bool&amp;gt;&lt;br /&gt;
                &amp;lt;/edit&amp;gt;&lt;br /&gt;
        &amp;lt;/match&amp;gt;&lt;br /&gt;
--&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
und weiter unten verhindert man dass Subpixelhinting nur auf die wenigen genannten Schriften angewendet wird:&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;match target=&amp;quot;font&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
                &amp;lt;test name=&amp;quot;family&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;string&amp;gt;Andale Mono&amp;lt;/string&amp;gt;&lt;br /&gt;
                        &amp;lt;string&amp;gt;Arial&amp;lt;/string&amp;gt;&lt;br /&gt;
                        &amp;lt;string&amp;gt;Comic Sans MS&amp;lt;/string&amp;gt;&lt;br /&gt;
                        &amp;lt;string&amp;gt;Georgia&amp;lt;/string&amp;gt;&lt;br /&gt;
                        &amp;lt;string&amp;gt;Impact&amp;lt;/string&amp;gt;&lt;br /&gt;
                        &amp;lt;string&amp;gt;Trebuchet MS&amp;lt;/string&amp;gt;&lt;br /&gt;
                        &amp;lt;string&amp;gt;Verdana&amp;lt;/string&amp;gt;&lt;br /&gt;
                        &amp;lt;string&amp;gt;Courier New&amp;lt;/string&amp;gt;&lt;br /&gt;
                        &amp;lt;string&amp;gt;Times New Roman&amp;lt;/string&amp;gt;&lt;br /&gt;
                        &amp;lt;string&amp;gt;Tahoma&amp;lt;/string&amp;gt;&lt;br /&gt;
                        &amp;lt;string&amp;gt;Webdings&amp;lt;/string&amp;gt;&lt;br /&gt;
                        &amp;lt;string&amp;gt;Albany AMT&amp;lt;/string&amp;gt;&lt;br /&gt;
                        &amp;lt;string&amp;gt;Thorndale AMT&amp;lt;/string&amp;gt;&lt;br /&gt;
                        &amp;lt;string&amp;gt;Cumberland AMT&amp;lt;/string&amp;gt;&lt;br /&gt;
                &amp;lt;/test&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
                &amp;lt;test name=&amp;quot;pixelsize&amp;quot; compare=&amp;quot;less_eq&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;double&amp;gt;20&amp;lt;/double&amp;gt;&lt;br /&gt;
                &amp;lt;/test&amp;gt;&lt;br /&gt;
                &amp;lt;edit name=&amp;quot;autohint&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;bool&amp;gt;false&amp;lt;/bool&amp;gt;&lt;br /&gt;
                &amp;lt;/edit&amp;gt;&lt;br /&gt;
                &amp;lt;edit name=&amp;quot;antialias&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;bool&amp;gt;false&amp;lt;/bool&amp;gt;&lt;br /&gt;
                &amp;lt;/edit&amp;gt;&lt;br /&gt;
        &amp;lt;/match&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
... und siehe da, alles (nach dem Neustart der X Session)wieder wunderbar lesbar!&lt;br /&gt;
&lt;br /&gt;
EDIT: ok, fett markieren innerhalb von Code ist nicht. Von mir hinzugefügt sind die &amp;lt;nowiki&amp;gt;&amp;quot;&amp;lt;!--&amp;quot; und &amp;quot;--&amp;gt;&amp;quot;&amp;lt;/nowiki&amp;gt; Kommentarzeichen jwl. in der ersten Spalte.&lt;br /&gt;
&lt;br /&gt;
Egal, wichtiger ist: die Einstellungen in /etc/fonts/suse-hinting.conf werden von SuSEconfig bei jedem Lauf neu generiert. Beeinflussen kann man dies nur beschränkt via /etc/sysconfig/font-config:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;## Path:        Desktop&lt;br /&gt;
## Description: Display font configuration&lt;br /&gt;
## Type:        integer&lt;br /&gt;
## Default:     0&lt;br /&gt;
#&lt;br /&gt;
# Fonts which have high quality byte code interpreter instructions&lt;br /&gt;
#&lt;br /&gt;
# ... blabla (das Gesülze von wegen &amp;quot;die Welt ist schlecht und die Fonts auch wird nochmal wiederholt)&lt;br /&gt;
#&lt;br /&gt;
BYTECODE_BW_MAX_PIXEL=&amp;quot;18&amp;quot;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Wirkt sich leider nur auf die Handvoll von SuSE für befundenen Fonts aus&lt;br /&gt;
&lt;br /&gt;
Als Workaround kann man natürlich die Liste der bevorzugten Fonts in /usr/share/fonts-config/suse-hinting.conf.template löschen, dann läuft alles mit Bytecode Hinting.&lt;br /&gt;
&lt;br /&gt;
Könnte mal jemand ein Screenshot vorher und nachher machen? Ich kann mir unter dem beschriebenen Problem irgendwie nichts vorstellen. Und obwohl ich OpenSUSE 10 mit den Standard-Einstellungen betreibe (lediglich bei KDE das Fontantialiasing mit Subpixel RGB) sehen die Schriften sehr gut aus. Wenn ich da mal Windows boote fühle mich in die Vergangenheit versetzt was das Glätten der Schriften angeht.&lt;br /&gt;
&lt;br /&gt;
Von Tux Manni&lt;br /&gt;
Noch eine Anmerkung zur Schrift:&amp;lt;br -/&amp;gt;&lt;br /&gt;
Auch ich hab mich über diesen &amp;quot;Murks&amp;quot; von SuSE 10 geärgert. Nur mit bearbeiten der ...hinting.. Datei war es etwas besser, aber noch nicht so gut wie früher.&amp;lt;br -/&amp;gt;&lt;br /&gt;
Unter Yast/ etc/sysconfig/Desktop kann man bei BYTECODE_BW_MAX_PIXEL den Wert auf 18 setzen (war 0).&lt;br /&gt;
Dann erreicht man wieder das gewohnte Schriftbild.&amp;lt;br -/&amp;gt;&lt;br /&gt;
Zumindest war es bei mir so.&lt;br /&gt;
&lt;br /&gt;
Gruß Manni&lt;br /&gt;
&lt;br /&gt;
[[Windowmanager|zurück zum Windowmanager]]&lt;br /&gt;
[[Category:Windowmanager]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Beryl/Problemloesungen&amp;diff=29333</id>
		<title>Beryl/Problemloesungen</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Beryl/Problemloesungen&amp;diff=29333"/>
		<updated>2013-05-13T17:02:21Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Obsolet&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| WIDTH=&amp;quot;100%&amp;quot; style=&amp;quot;background-color: #FFE1E1; border: solid 2px #FF0000;&amp;quot; &lt;br /&gt;
| style=&amp;quot;background-color: #FF0000;&amp;quot; | &amp;lt;font size=&amp;quot;-1&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Vorsicht, obsoleter Artikel:&amp;lt;/b&amp;gt; Beryl&amp;lt;/font&amp;gt; &lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
Das Beryl-Projekt gibt es nicht mehr. Das Projekt ist mittlerweile in Compiz integriert. Siehe dazu: http://de.wikipedia.org/wiki/Compiz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Kategorie:Vorlage:Hinweisbaustein]]&lt;br /&gt;
[[Kategorie:Vorlagenboxen]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Kategorie:Obsoletes]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fensterleisten werden unter KDE nicht angezeigt ==&lt;br /&gt;
&lt;br /&gt;
Lösung:&lt;br /&gt;
Die Transparent abgeschalten, um den Fehler zu beheben.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[KDE-Kontrollzentrum]] =&amp;gt; Arbeitsfläche =&amp;gt; Fenstereigenschaften =&amp;gt; Transparenz =&amp;gt; Transparenz und Schatten&lt;br /&gt;
&lt;br /&gt;
Danke an: Trustkill&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Beryl|zurück zu Beryl]]&lt;br /&gt;
[[Category:Windowmanager]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Beryl&amp;diff=29332</id>
		<title>Beryl</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Beryl&amp;diff=29332"/>
		<updated>2013-05-13T17:00:20Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Obsolet&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| WIDTH=&amp;quot;100%&amp;quot; style=&amp;quot;background-color: #FFE1E1; border: solid 2px #FF0000;&amp;quot; &lt;br /&gt;
| style=&amp;quot;background-color: #FF0000;&amp;quot; | &amp;lt;font size=&amp;quot;-1&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Vorsicht, obsoleter Artikel:&amp;lt;/b&amp;gt; Beryl&amp;lt;/font&amp;gt; &lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
Das Beryl-Projekt gibt es nicht mehr. Das Projekt ist mittlerweile in Compiz integriert. Siehe dazu: http://de.wikipedia.org/wiki/Compiz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Kategorie:Vorlage:Hinweisbaustein]]&lt;br /&gt;
[[Kategorie:Vorlagenboxen]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Kategorie:Obsoletes]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Infobox_openSUSE|&lt;br /&gt;
 Name= Beryl&lt;br /&gt;
|Screenshot= [[Bild:Beryl Expose.png|240px]]&lt;br /&gt;
|Beschreibung= '''Beryl''' 0.2 auf [[openSUSE]] 10.2 mit [[OSX Desktop]]&lt;br /&gt;
|Hersteller= Beryl-Projekt&lt;br /&gt;
|Version100= nicht enthalten&lt;br /&gt;
|Version101= nicht enthalten&lt;br /&gt;
|Version102= nicht enthalten&lt;br /&gt;
|VersionFactory= nicht enthalten&lt;br /&gt;
|AktuellsteVersion= 0.2&lt;br /&gt;
|Lizenz= GPL&lt;br /&gt;
|Deutsch= teilweise&lt;br /&gt;
|Webseite= [http://www.beryl-project.org/ beryl-project.org]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Beryl]] ist ein kombinierter Fenster-, Überlagerungs- und Effektverwalter und als Zweig aus [[Compiz]] entstanden. Die Gründe für die Ausgliederung werden von der Entwicklergruppe im englischsprachigen Beryl-Forum erläutert. Zum einen gab es Verständigungsprobleme mit den Entwicklern von Compiz, zum anderen hatte das bis dahin noch compiz-quinn genannte Beryl-Projekt schon derart viele Neuerungen und Unterschiede im Gegensatz zu Compiz aufzuweisen, dass es im Grunde schon nur noch ein Zweig davon war.&lt;br /&gt;
&lt;br /&gt;
Beryl verfügt über wesentlich mehr Erweiterungen als Compiz und über ausgereiftere Konfigurationsprogramme. Zu Beryl gesellen sich die im Aussehen veränderbaren, themenbasierten Fensterdekorateure '''Emerald''' und '''Aquamarine'''. Beryl arbeitet sowohl mit [[Xgl]] als auch mit [[AIGLX]] zusammen, darüber hinaus kann es direkt auf NV-GLX zugreifen, eine Schnittstelle der [[NVIDIA|proprietären NVIDIA-Grafiktreiber]]. Beryl befindet sich allerdings noch, genau wie Compiz, in einem sehr frühen Entwicklungsstadium, was ab und zu noch zu Problemen führen kann. Im Großen und Ganzen läuft es aber sehr stabil und zuverlässig. Trotz der Abspaltung findet zwischen den beiden Projekten immer noch ein reger Austausch statt, wodurch nach einiger Zeit die meisten Module in beiden Projekten verfügbar sind.&lt;br /&gt;
&lt;br /&gt;
==Komponenten==&lt;br /&gt;
*Paket ''beryl-core''.&lt;br /&gt;
**'''beryl'''&amp;lt;br&amp;gt;Die eigentliche Anwendung; für die Zusammenarbeit mit AIGLX und NV-GLX. Enthalten im Paket ''beryl-core''.&lt;br /&gt;
**'''beryl-xgl'''&amp;lt;br&amp;gt;Die eigentliche Anwendung; für die Zusammenarbeit mit Xgl.&lt;br /&gt;
*'''beryl-settings'''&amp;lt;br&amp;gt;Ein auf [[GIMP Toolkit|GTK+]] basierendes Konfigurationswerkzeug für Beryl und die Module/Plugins.&lt;br /&gt;
*'''beryl-manager'''&amp;lt;br&amp;gt;Ein kleines Programm für den Systemabschnitt der Kontrollleiste, welches die verwendeten Fensterverwalter und Fensterdekorateure  steuern kann. &lt;br /&gt;
*'''emerald'''&amp;lt;br&amp;gt;Dies ist der themenbasierte Fensterdekorateur für Beryl, dessen Aussehen sich weitreichend anpassen lässt.&lt;br /&gt;
**'''emerald-theme-manager'''&amp;lt;br&amp;gt;Ein Verwaltungswerkzeug für die Themen von Emerald. Diese können damit umfangreich angepasst werden. Neue Themen können damit direkt aus dem Internet heruntergeladen werden. Eigene Themen lassen sich exportieren und so auch anderen zur Verfügung stellen. Enthalten im Paket ''emerald''.&lt;br /&gt;
*'''aquamarine'''&amp;lt;br&amp;gt;Hierbei handelt es sich um einen Fensterdekorateur der die Fensterdekorationen von [[KWin]] verwendet. Diese werden somit auch ganz normal im Kontrollzentrum von KDE ausgewählt und konfiguriert.&lt;br /&gt;
&lt;br /&gt;
==Paketaufteilung==&lt;br /&gt;
Die Pakete für openSUSE sind wie folgt aufgeteilt:&lt;br /&gt;
*'''beryl-core'''&amp;lt;br&amp;gt;Enthält die Kernkomponenten und ist ohne das folgende Paket recht nutzlos.&lt;br /&gt;
*'''beryl-plugins'''&amp;lt;br&amp;gt;Hierin befinden sich die Module/PlugIns für Beryl, die es erst zu dem machen, was es ist.&lt;br /&gt;
*'''beryl-vidcap'''&amp;lt;br&amp;gt;Enthält das vidcap-Modul um Videos von der Arbeitsfläche aufzunehmen.&lt;br /&gt;
*'''beryl-settings'''&amp;lt;br&amp;gt;Enthält das Konfigurationsprogramm ''beryl-settings'', mit dem sich alle Einstellungen, vor allem die der PlugIns, anpassen lassen.&lt;br /&gt;
*'''beryl-manager'''&amp;lt;br&amp;gt;Enthält den Beryl-Manager, eine kleine Anwendung für den Systemabschnitt der Kontrollleiste, mit dem sich Beryl und Emerald steuern lassen.&lt;br /&gt;
*'''emerald'''&amp;lt;br&amp;gt;Enthält den themenbasierten Fensterdekorateur ''emerald'' und das dazu passende Konfigurationswerkzeug ''emerald-theme-manager''.&lt;br /&gt;
*'''emerald-themes'''&amp;lt;br&amp;gt;Eine Auswahl an Themen für den Fensterdekorateur.&lt;br /&gt;
*'''aquamarine'''&amp;lt;br&amp;gt;Enthält ''aquamarine'', einen Fensterdekorateur speziell für KDE.&lt;br /&gt;
&lt;br /&gt;
==Module/PlugIns==&lt;br /&gt;
Genau wie Compiz ist auch Beryl stark modular aufgebaut. Alle Funktionen, auch die grundlegenden, werden durch einzelne Module bereitgestellt, welche sich bis auf diejenigen für Grundoperationen beliebig dazu- und wegschalten lassen. Grundsätzlich sollten Sie auf jeden Fall die folgenden Module aktiviert haben: decoration, move, place, resize und settings. Die Module können mit ''beryl-settings'' ausgewählt und konfiguriert werden.&lt;br /&gt;
*'''3d'''&amp;lt;br&amp;gt;Die Fenster &amp;quot;leben&amp;quot; in einer dreidimensionalen Welt, so heben sie sich beim Drehen des Würfels bspw. von dessen Oberfläche ab.&lt;br /&gt;
*'''animation'''&amp;lt;br&amp;gt;Hiermit lassen sich Fensteroperationen wie Minimieren, Schließen usw. hübsch animieren.&lt;br /&gt;
*'''annotate'''&amp;lt;br&amp;gt;Notizen und Hinweise lassen sich einfach mit der Maus auf der Oberfläche malen.&lt;br /&gt;
*'''bench'''&amp;lt;br&amp;gt;Falls es Sie interessiert, wie schnell ihre Oberfläche gezeichnet wird und wie sich Operationen darauf auswirken ist diese kleine Leistungsanzeige genau das Richtige für Sie.&lt;br /&gt;
*'''blurfx'''&amp;lt;br&amp;gt;Schlieren und Reflektionseffekte.&lt;br /&gt;
*'''bs'''&amp;lt;br&amp;gt;Helligkeit und Farbsättigung der Fenster ändern.&lt;br /&gt;
*'''clone'''&amp;lt;br&amp;gt;Dieses Modul ist zur Zeit relativ nutzlos und soll seine Fähigkeiten erst mit Unterstützung für Mehrschirmbetrieb ausspielen.&amp;lt;gallery&amp;gt;&lt;br /&gt;
Bild:Beryl Ausweichmanager.png|'''crashhandler'''&amp;lt;br&amp;gt;Handhabt Abstürze von Beryl und kann notfalls einen anderen Fensterverwalter wie [[KWin]] oder [[Metacity]] starten.&lt;br /&gt;
Bild:Beryl Cube.png|'''cube'''&amp;lt;br&amp;gt;Die Arbeitsfläche wird auf die Seite eines drehbaren, dreidimensionalen Würfels gelegt. Die Anzahl der Würfelseiten ist einstellbar. Ober und Unterseite des Würfels können allerdings nur von Bildern belegt und nicht zum Arbeiten genutzt werden. Zum Drehen wird zusätlich das PlugIn ''Rotate'' benötigt. &amp;lt;/gallery&amp;gt;&lt;br /&gt;
*'''decoration'''&amp;lt;br&amp;gt;Dieses PlugIn stellt die gängigen Fensteroperationen wie, Schließen, Maximieren und Minimieren bereit.&lt;br /&gt;
*'''fade'''&amp;lt;br&amp;gt;Lässt Fenster beim Erstellen und Schließen elegant herein und hinaus gleiten.&lt;br /&gt;
*'''group'''&amp;lt;br&amp;gt;Fenster lassen sich gruppieren und gemeinsam bewegen, minimieren usw.&lt;br /&gt;
*'''inputzoom'''&amp;lt;br&amp;gt;Sie können in die Oberfläche hineinzoomen, wobei Sie im Gegensatz zum zoom-Modul mit der Maus auch noch Aktionen ausführen können.&lt;br /&gt;
*'''move'''&amp;lt;br&amp;gt;Sorgt dasfür, dass sich die Fenster bewegen lassen und ist eines der Basis-PlugIns.&lt;br /&gt;
*'''neg'''&amp;lt;br&amp;gt;Hiermit lassen sich die Farbwerte eines Fensters umkehren ähnlich einem Fotonegativ.&lt;br /&gt;
*'''place'''&amp;lt;br&amp;gt;Platziert die Fenster auf den Arbeitsflächen und ist eines der Basis-PlugIns.&lt;br /&gt;
*'''plane'''&amp;lt;br&amp;gt;Stellt die Arbeitsfläche auf einer Plane dar, kann deshalb nicht mit ''cube'' zusammenarbeiten.&lt;br /&gt;
*'''put'''&amp;lt;br&amp;gt;Die Fenster können mit der Tastatur in bestimmte Grundzonen wie Oben, Unten, Links und Rechts verschobenn werden.&lt;br /&gt;
*'''resize'''&amp;lt;br&amp;gt;Sorgt dasfür, dass sich die Fenstergröße verändern lässt und ist eines der Basis-PlugIns.&lt;br /&gt;
&amp;lt;gallery&amp;gt;Bild:Beryl Cube.png|'''rotate'''&amp;lt;br&amp;gt;Wenn Sie den Würfel (''cube'') auch bewegen wollen, dann benötigen Sie dieses PlugIn.&lt;br /&gt;
Bild:Beryl Expose.png|'''scale'''&amp;lt;br&amp;gt;Die geöffneten Fenster lassen sich hiermit übersichtlich auf der Arbeitsfläche anordnen, analog zu Exposé von Mac OS X.&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*'''showdesktop'''&amp;lt;br&amp;gt;Schnellen Zugriff auf die Arbeitsfläche.&lt;br /&gt;
*'''splash'''&amp;lt;br&amp;gt;Zeigt beim Start von Beryl kurz einen Startbild.&lt;br /&gt;
*'''state'''&amp;lt;br&amp;gt;Kann Fenstereigenschaften auf Grunde verschiedener Kriterien festlegen.&lt;br /&gt;
*'''screenshot'''&amp;lt;br&amp;gt;Falls Sie mal ein Bildschirmfoto schießen wollen.&lt;br /&gt;
*'''switcher'''&amp;lt;br&amp;gt;Ein Fensterdurchschalter, dass, was passiert, wenn Sie Alt + Tab drücken, nur viel schöner.&lt;br /&gt;
*'''trailfocus'''&amp;lt;br&amp;gt;Fenster die nicht mehr im Fokus sind können, abgedunkelt, transparent gemacht werden und vieles mehr.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Bild:Beryl-Regen.jpg|'''water'''&amp;lt;br&amp;gt;Eine nette kleine Spielerei, die ihre Arbeitsfläche in einen See verwandelt und auch mal für schlechtes Wetter sorgt.&lt;br /&gt;
Bild:Beryl wabellndes Fenster.png|'''wobbly'''&amp;lt;br&amp;gt;Hübsche Wackelpuddingeffekte für ihre Fenster.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*'''zoom'''&amp;lt;br&amp;gt;Nicht mehr ganz so gut sehende Nutzer werden es lieben, da Sie die Arbeitsfläche hiermit näher an sich heranholen können.&lt;br /&gt;
&lt;br /&gt;
==Beryl verwenden==&lt;br /&gt;
Beryl wird leider noch nicht mit SUSE Linux oder openSUSE ausgeliefert, da es auch in Konkurrenz zu Compiz steht. Sie müssen es also separat herunterladen, was aber glücklicherweise kein großes Problem ist. Unter OpenSUSE 10.2 gibt es drei verschiedene Möglichkeiten, Beryl zu verwenden: mit XGL, mit den neuen nVidia Treibern oder mit AIGLX. In den meisten Fällen ist es ratsam, die XGL Lösung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
===Beryl herunterladen und installieren===&lt;br /&gt;
====Beryl unter openSUSE 10.2 und Xgl====&lt;br /&gt;
Dieser Abschnitt beschreibt die Installation und Einrichtung von Beryl unter Verwendung von [[Xgl]]. In den meisten Fällen wird diese Vorgehensweise empfohlen.&lt;br /&gt;
&lt;br /&gt;
Voraussetzungen: &lt;br /&gt;
* nVidia Grafikkarte (&amp;gt; Geforce 4), oder&lt;br /&gt;
* eine kompatible Intel oder [[Installationsvoraussetzungen_ATI#Unterst.C3.BCtzte_ATI_Produkte|ATI Karte]]&lt;br /&gt;
&lt;br /&gt;
'''1. '''&lt;br /&gt;
* ''nVidia Karte'': Installieren Sie die proprietären nVidia Grafiktreiber. [[NVIDIA|Anleitung]]&lt;br /&gt;
* ''ATI Karte'': Installieren Sie den neuen ATI Treiber für Xorg 7.2. [[ATI|Anleitung]]&lt;br /&gt;
* ''Intel Karte'': Aktivieren Sie die 3D Beschleunigung (das Häkchen bei &amp;quot;Aktiviere 3D Beschleunigung&amp;quot; sollte gesetzt sein) in:&lt;br /&gt;
 K Menu -&amp;gt; Computer -&amp;gt; YaST. Dann: Hardware -&amp;gt; Grafikkarte and Monitor. &lt;br /&gt;
&lt;br /&gt;
'''2. '''Fügen Sie das Beryl Repo als Installationsquelle hinzu.&lt;br /&gt;
* Um das Repo zu Yast hinzuzufügen. Gehen Sie unter K Menu -&amp;gt; Computer -&amp;gt; YaST. Dann: Installationsquelle wechseln:&lt;br /&gt;
  Typ          - rpm-md/repomd&lt;br /&gt;
  Protokoll    - HTTP&lt;br /&gt;
  Server Name  - software.opensuse.org&lt;br /&gt;
  Verzeichnis  - download/X11:/XGL/openSUSE_10.2&lt;br /&gt;
* Um das Repo über [[Zypper]]/rug hinzuzufügen, geben Sie einfach in der Konsole ein:&lt;br /&gt;
Bei Rug:&lt;br /&gt;
  su&lt;br /&gt;
  rug sa http://ftp.skynet.be/pub/software.opensuse.org/X11:/XGL/openSUSE_10.2/ beryl&lt;br /&gt;
Bei Zypper:&lt;br /&gt;
  su&lt;br /&gt;
  zypper sa http://ftp.skynet.be/pub/software.opensuse.org/X11:/XGL/openSUSE_10.2/ beryl&lt;br /&gt;
* Um das Repo über Smart hinzuzufügen, geben Sie einfach in der Konsole ein: &lt;br /&gt;
  su&lt;br /&gt;
  smart channel --add http://software.opensuse.org/download/X11:/XGL/openSUSE_10.2/X11:XGL.repo&lt;br /&gt;
&lt;br /&gt;
{{Box Installation||&lt;br /&gt;
* xgl&lt;br /&gt;
* beryl-core &lt;br /&gt;
* beryl-plugins &lt;br /&gt;
* emerald : window decorator (ist in dem Repo nicht enthalten)&lt;br /&gt;
* emerald-themes &lt;br /&gt;
* aquamarine &lt;br /&gt;
* beryl-settings &lt;br /&gt;
* beryl-manager &lt;br /&gt;
* compiz&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Dieser Schritt kann mit [[APT]] rug, zypper, [[smart]] oder [[YaST]] vorgenommen werden. Das Paket [[Compiz]] wird nur für einen einfachen Wechsel zu Xgl benötigt, man kann allerdings später anhand des Beryl-Managers sehr einfach zwischen Compiz und Beryl hin- und zurückwechseln.&lt;br /&gt;
&lt;br /&gt;
'''4.''' Xgl aktivieren. Tippen Sie in der Konsole:&lt;br /&gt;
 su&lt;br /&gt;
 gnome-xgl-switch --enable-xgl&lt;br /&gt;
&lt;br /&gt;
Dieser Schritt ist sowohl für GNOME als auch für KDE Nutzer. Sie müssen hierbei nicht gerade unter GNOME arbeiten.&lt;br /&gt;
&lt;br /&gt;
'''5.''' Starten Sie den X Server neu:&lt;br /&gt;
 su&lt;br /&gt;
 rcxdm restart&lt;br /&gt;
&lt;br /&gt;
Alternativ können Sie das System auch neustarten&lt;br /&gt;
&lt;br /&gt;
'''6. '''Starten Sie beryl! &lt;br /&gt;
 beryl-manager&lt;br /&gt;
&lt;br /&gt;
====Beryl unter openSUSE 10.2 mit nVidia Treiber ohne Xgl/AIGLX====&lt;br /&gt;
Seit Xorg 6.9x können die compositing Effekte mit NVIDIA Karten ohne Xgl verwendet werden. NVIDIA benötigt dafür weder das in Xorg eingebaute AIGLX, noch Novells Xgl.&lt;br /&gt;
&lt;br /&gt;
Voraussetzungen: &lt;br /&gt;
* NVIDIA Treiber ( ab Legacy-Treiberrelease 1.0-9625Beta aufwärts, also auch dem aktuellen Nicht-Legacy Treiber )  passend zur eingesetzten NVIDIA-Karte&lt;br /&gt;
&lt;br /&gt;
'''1. '''Installieren Sie die passenden proprietären nVidia Treiber. (siehe dazu auch im [[NVIDIA|NVIDIA-Wikibook]])&lt;br /&gt;
&lt;br /&gt;
'''2. '''Fügen Sie das Beryl Repo als Installationsquelle hinzu.&lt;br /&gt;
* Um das Repo zu Yast hinzuzufügen. Gehen Sie unter K Menu -&amp;gt; Computer -&amp;gt; YaST. Dann: Installationsquelle wechseln:&lt;br /&gt;
  Typ          - rpm-md/repomd&lt;br /&gt;
  Protokoll    - HTTP&lt;br /&gt;
  Server Name  - software.opensuse.org&lt;br /&gt;
  Verzeichnis  - download/X11:/XGL/openSUSE_10.2&lt;br /&gt;
* Um das Repo über [[Zypper]]/rug hinzuzufügen, geben Sie einfach in der Konsole ein:&lt;br /&gt;
Bei Rug:&lt;br /&gt;
  su&lt;br /&gt;
  rug sa http://ftp.skynet.be/pub/software.opensuse.org/X11:/XGL/openSUSE_10.2/ beryl&lt;br /&gt;
Bei Zypper:&lt;br /&gt;
  su&lt;br /&gt;
  zypper sa http://ftp.skynet.be/pub/software.opensuse.org/X11:/XGL/openSUSE_10.2/ beryl&lt;br /&gt;
* Um das Repo über Smart hinzuzufügen, geben Sie einfach in der Konsole ein: &lt;br /&gt;
  su&lt;br /&gt;
  smart channel --add http://software.opensuse.org/download/X11:/XGL/openSUSE_10.2/X11:XGL.repo&lt;br /&gt;
&lt;br /&gt;
'''3.''' Installieren Sie jetzt die folgenden Pakete:&lt;br /&gt;
 smart install beryl-core beryl-dbus beryl-plugins emerald* aquamarine beryl-settings beryl-manager &lt;br /&gt;
&lt;br /&gt;
'''4. '''Aktivieren Sie die compositing Effekte in Xorg. Geben Sie hierzu in einer Konsole ein:&lt;br /&gt;
 su&lt;br /&gt;
 nvidia-xconfig --add-argb-glx-visuals --allow-glx-with-composite --composite --render-accel&lt;br /&gt;
 &lt;br /&gt;
'''5. '''Starten Sie den X-Server neu:&lt;br /&gt;
 su&lt;br /&gt;
 rcxdm restart&lt;br /&gt;
bei XDM Nutzung,für KDM&lt;br /&gt;
 rckdm restart&lt;br /&gt;
oder GDM entsprechend&lt;br /&gt;
 rcgdm restart&lt;br /&gt;
ausführen.&lt;br /&gt;
&lt;br /&gt;
Alternativ starten Sie das ganze System neu.&lt;br /&gt;
&lt;br /&gt;
'''6. '''Starten Sie nun beryl!&lt;br /&gt;
{{No wikiimport}}&lt;br /&gt;
 beryl-manager&lt;br /&gt;
Mit&lt;br /&gt;
&lt;br /&gt;
 beryl-settings&lt;br /&gt;
&lt;br /&gt;
kann man diverse Einstellungen für Beryl festlegen. Sofern KDE genutzt wird beitet sich der Window-Decorator aquamarine an und für den Fall, dass GNOME zum Zuge kommt dürfte emerald die bessere Wahl für den Window-Decorator darstellen. Falls sich Beryl über den Beryl-Manager aufgerufen als instabil bezüglich der automatischen Einstellunsgerkennung erweisen sollte, so kann man Beryl auch folgendermaßen starten:&lt;br /&gt;
&lt;br /&gt;
 beryl --indirect-rendering --strict-binding --replace settings &amp;amp; aquamarine --replace &amp;amp;&lt;br /&gt;
&lt;br /&gt;
Für emerald als Window-Decorator ersetzt man aquamarine in der Befehlssequenz schlichtweg durch emerald da die Syntax identisch ist.&lt;br /&gt;
&lt;br /&gt;
====Andere Versionen====&lt;br /&gt;
Sie finden Pakete für Beryl im Build-Service von openSUSE, dort existiert ein [http://software.opensuse.org/download/X11:/XGL/ XGL-Depot] mit Beryl. Sie können die Pakete von Hand herunterladen oder die Quellen in [[Smart]], [[YaST]] oder [[Yum]] einbinden. Das Einbinden in eine Paketverwaltung ist der komfortablere Weg, da so die Abhängigkeiten automatisch aufgelöst werden. Außerdem profitieren Sie so schneller von neuen Paketen, die teilweise täglich veröffentlicht werden und auf Grund des frühen Entwicklunsstadiums immer aktuell gehalten werden sollten. Zusätzlich zu den oben genannten Paketen sollten Sie auch die Versionen von ''librsvg'' und ''libwnck'' aus diesen Depots installieren.&lt;br /&gt;
&lt;br /&gt;
Grundsätzlich sollten Sie einen Spiegelserver in ihrer Nähe verwenden. Die Serveradressen und die Pfade sind dann anzupassen. Eine Liste der Spiegelserver finden Sie [[Spiegelserver_der_Entwicklungsversion|hier]]. Wie Sie eine Paketquelle in ihren bevorzugten Paketverwalter einbinden erfahren Sie im Artikel [[Paketmanager]].&lt;br /&gt;
&lt;br /&gt;
Zur Zeit existieren im Build-Service Pakete für folgende Distributionen von openSUSE. Zusätzlich werden Pakete für SUSE Linux 10.1 mit X.Org 7.1 bereitgestellt.&lt;br /&gt;
{{SUSE Linux|10.1|http://software.opensuse.org/download/X11:/XGL/SUSE_Linux_10.1/}}&lt;br /&gt;
{{SUSE Linux|10.1 X.Org 7.1|http://software.opensuse.org/download/X11:/XGL/XOrg7_SUSE_Linux_10.1/}}&lt;br /&gt;
{{SUSE Linux|Factory|http://software.opensuse.org/download/X11:/XGL/SUSE_Factory/}}&lt;br /&gt;
&lt;br /&gt;
===Beryl benutzen===&lt;br /&gt;
Wenn Sie alle Pakete installiert haben und entweder [[AIGLX]] oder [[Xgl]] läuft oder Sie einen [[NVIDIA|NVIDIA Linux Grafiktreiber]] mit NV-GLX-Schnittstelle verwenden (ab 1.0-9625), können Sie Beryl nun starten, wobei es dabei zwei verschiedene Möglichkeiten gibt. Zum einen können Sie den ''beryl-manager'' nutzen, welcher automatisch auch Beryl und einen Fensterdekorateur startet, zum anderen können Sie Beryl und den Fensterdekorateur &amp;quot;von Hand&amp;quot; starten. Grundsätzlich sollten Sie Beryl das erste mal über die Konsole starten, um etwaige Fehlermeldungen zu Gesicht zu bekommen. Es folgt nun eine kleine Erläuterung zu den Startarten, im nächsten Abschnitt geht es dann darum, Beryl automatisch beim Hochfahren der Arbeitsfläche zu starten.&lt;br /&gt;
*'''beryl-manager'''&amp;lt;br /&amp;gt;Dies startet den Beryl-Manger, ein kleines Programm für den Systemabschnitt der Kontrollleiste. Es wird ihre Systemkonfiguration geprüft und daraufhin Beryl mit den passenden Einstellungen geladen.&lt;br /&gt;
*'''beryl-xgl --replace settings &amp;amp; emerald --replace &amp;amp;'''&amp;lt;br /&amp;gt;Auf diese Art können Sie Beryl manuell starten, wenn Sie Xgl verwenden. An Stelle von emerald können Sie unter KDE auch aquamarine mit der gleichen Syntax verwenden.&lt;br /&gt;
*'''beryl --indirect-rendering --strict-binding --replace settings &amp;amp; emerald --replace &amp;amp;'''&amp;lt;br /&amp;gt;Wenn Sie AIGLX oder NV-GLX verwenden sollten Sie diese Befehlssequenz zum manuellen Starten verwenden. An Stelle von emerald können Sie unter KDE auch aquamarine mit der gleichen Syntax verwenden.&lt;br /&gt;
&lt;br /&gt;
====Beryl und GNOME====&lt;br /&gt;
Um Beryl automatisch beim Start von GNOME auszuführen, starten Sie ''gnome-session-properties''. Dort wechseln Sie auf den dritten Reiter unter welchem Sie die Startprogramme verwalten können. Fügen Sie dort nun ''beryl-manager'' oder die manuellen Befehle hinzu, wobei Sie bei letzteren die beiden Befehle einzeln und ohne das &amp;amp;-Zeichen einfügen sollten; dabei sollte Beryl zuerst gestartet werden. Beryl wir nun beim Starten von GNOME automatisch geladen. Die zu verwendenden PlugIns und deren Einstellungen können Sie mit ''beryl-settings'' bearbeiten.&lt;br /&gt;
&lt;br /&gt;
====Beryl und KDE====&lt;br /&gt;
Wenn Sie wollen, dass Beryl automatisch beim Start von KDE geladen wird, erreichen Sie das am leichtesten, indem Sie den ''beryl-manager'' nach dem Start von KDE automatisch starten. Öffnen Sie dazu die Konsole und geben dort folgenden Befehl ein:&lt;br /&gt;
 ln -s /usr/bin/beryl-manager ~/.kde/Autostart/beryl-manager&lt;br /&gt;
 ln -s /usr/bin/beryl ~/.kde/Autostart/beryl&lt;br /&gt;
Hiermit erstellen Sie eine symbolische Verknüpfung von beryl und beryl-manager in ihrem KDE-Autostartverzeichnis, wodurch diese nach dem Anmelden in KDE gestartet werden. Sollten Sie nach dem Neustarten einen weißen Bildschirm vorfinden, so müssen Sie im Beryl Manager unter &amp;quot;Erweiterte Optionen für Beryl &amp;gt; Renderpfad &amp;gt; Copy&amp;quot; einstellen. &lt;br /&gt;
&lt;br /&gt;
Unter KDE und Beryl kann es zu Problemen kommen und Beryl beschwert sich, dass bereits ein anderer Compositing Manager geladen sei. Falls dies auftritt, deaktivieren Sie bitte unter K Menü -&amp;gt; Anwendungen -&amp;gt; Persönliche Einstellungen, und dann: Arbeitsfläche -&amp;gt; Fenstereigenschaften -&amp;gt; Transparenz die Transparenzeffekte, indem Sie das Häkchen bei Transparenz/Schatten abwählen. &lt;br /&gt;
&lt;br /&gt;
===Beryl automatisch starten (KDE und Gnome)===&lt;br /&gt;
 &amp;lt;ol&amp;gt; &amp;lt;li&amp;gt;Erstellen Sie eine Datei xgl_beryl.desktop in /usr/share/xsessions/ mit folgendem Inhalt:&lt;br /&gt;
 &amp;lt;pre&amp;gt;&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Encoding=UTF-8&lt;br /&gt;
Type=XSession&lt;br /&gt;
Exec=/usr/local/bin/startberyl.sh&lt;br /&gt;
Name=Xgl with beryl on KDE/Gnome&lt;br /&gt;
Comment=Start an Xgl Session with beryl on KDE/Gnome&amp;lt;/pre&amp;gt;&lt;br /&gt;
 &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;li&amp;gt;Erstellen Sie eine Datei /usr/local/bin/startberyl.sh mit folgendem Inhalt:&lt;br /&gt;
 &amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
# to be safe, try to kill old running instances&lt;br /&gt;
killall beryl-manager&lt;br /&gt;
killall compiz-manager&lt;br /&gt;
killall compiz&lt;br /&gt;
killall cgwd&lt;br /&gt;
killall beryl&lt;br /&gt;
&lt;br /&gt;
# start beryl-manager&lt;br /&gt;
DISPLAY=:0 beryl-manager &amp;gt;~/.beryl-manager.log 2&amp;gt;&amp;amp;1 &amp;amp;&lt;br /&gt;
&lt;br /&gt;
# choose one of the following&lt;br /&gt;
DISPLAY=:0 startkde&lt;br /&gt;
#DISPLAY=:0 gnome&amp;lt;/pre&amp;gt;&lt;br /&gt;
 &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;li&amp;gt;Machen Sie /usr/local/bin/startberyl.sh ausführbar mit: &amp;lt;code&amp;gt;chmod +x /usr/local/bin/startberyl.sh&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Beim nächsten Mal Anmleden beim grafischen Login-Screen wählen Sie den neuen Session-Typ &amp;quot;Xgl with beryl on KDE/Gnome&amp;quot;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Beryl und Emerald konfigurieren===&lt;br /&gt;
Beryl speichert seine Einstellungen im Gegensatz zu Compiz nicht im Gconf-System ab und bringt ein umfassendes Konfigurationswerkzeug mit. Mit ''beryl-settings'' lassen sich die verwendeten PlugIns auswählen und den eigenen Bedürfnissen anpassen. Der ''emerald-theme-manager'' erlaubt es, die Fensterdekoration zu ändern und anzupassen.&lt;br /&gt;
&lt;br /&gt;
===Standardtastenkürzel der PlugIns===&lt;br /&gt;
Dies sind die Standardtastenkürzel, diese können unter Umständen aber auch abweichend sein. Sie können die Tastenkürzel mit ''beryl-settings'' ihren Vorlieben anpassen.&lt;br /&gt;
{| border=2&lt;br /&gt;
|'''''Effekt'''''&lt;br /&gt;
|'''''Tastenkombination'''''&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|Fenster wechseln&lt;br /&gt;
|Alt + Tab (Alt + Umschalttaste + Tab schaltet in entgegengesetzter Reihenfolge)&lt;br /&gt;
|-&lt;br /&gt;
|Alle Fenster übersichtlich darstellen&lt;br /&gt;
|Pause oder den Mauszeiger in die Bildschirmecke oben rechts bewegen, das Anklicken eines Fensters holt es in den Vordergrund.&lt;br /&gt;
|-&lt;br /&gt;
|Würfelseite wechseln&lt;br /&gt;
|Strg + Alt + Pfeil links/rechts&lt;br /&gt;
|-&lt;br /&gt;
|Würfelseite wechseln - das aktivierte Fenster folgt&lt;br /&gt;
|Strg + Umschalt + Alt + Pfeil links/rechts&lt;br /&gt;
|-&lt;br /&gt;
|Würfel mit der Maus drehen&lt;br /&gt;
|Strg + Alt + linke Maustaste gedrückt halten oder das Mausrad auf einem freien Teil der Arbeitsfläche bewegen&lt;br /&gt;
|-&lt;br /&gt;
|Einmalig reinzoomen&lt;br /&gt;
|Tuxtaste + Rechtsklick&lt;br /&gt;
|-&lt;br /&gt;
|Manuell reinzoomen&lt;br /&gt;
|Tuxtaste + Mausrad hoch&lt;br /&gt;
|-&lt;br /&gt;
|Manuell rauszoomen&lt;br /&gt;
|Tuxtaste + Mausrad runter&lt;br /&gt;
|-&lt;br /&gt;
|Fenster bewegen&lt;br /&gt;
|Alt + linke Maustaste gedrückt halten&lt;br /&gt;
|-&lt;br /&gt;
|Fenstergröße verändern&lt;br /&gt;
|Alt + mitlere Maustaste gedrückt halten&lt;br /&gt;
|-&lt;br /&gt;
|Zeitlupe&lt;br /&gt;
|Umschalttaste + F10&lt;br /&gt;
|-&lt;br /&gt;
|Wasser&lt;br /&gt;
|Strg + Tuxtaste&lt;br /&gt;
|-&lt;br /&gt;
|Regen&lt;br /&gt;
|Umschalttaste + F9&lt;br /&gt;
|-&lt;br /&gt;
|Transparenz verändern&lt;br /&gt;
|Alt + Mausrad hoch/runter&lt;br /&gt;
|-&lt;br /&gt;
|Helligkeit eines Fensters verändern&lt;br /&gt;
|Umschalt + Mausrad hoch/runter&lt;br /&gt;
|-&lt;br /&gt;
|Farbsättigung eines Fensters verändern&lt;br /&gt;
|Strg + Mausrad hoch/runter&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
''&amp;quot;Tuxtaste&amp;quot; meint die Win***-Taste bzw. die Linuxtaste.''&lt;br /&gt;
&lt;br /&gt;
==Problemlösungen==&lt;br /&gt;
Falls Sie Probleme bei der Benutzung von Beryl haben, finden Sie eventuell auf der entsprechenden [[/Problemlösungen|Unterseite]] eine Lösung.&lt;br /&gt;
&lt;br /&gt;
=Siehe auch=&lt;br /&gt;
*Ähnliche Anwendungen:&lt;br /&gt;
**[[Compiz]]&lt;br /&gt;
**[[Compiz Fusion]]&lt;br /&gt;
**[[Enlightenment]]&lt;br /&gt;
&lt;br /&gt;
*Hilfe:&lt;br /&gt;
** [[beryl/Problemlösungen|Problemlösungen]] - Hier können Probleme mit Lösungen gepostet werden&lt;br /&gt;
** [[Opensuse-xgl-settings]] - fix [[xgl]], [[beryl]], [[compiz]], [[ATI]] oder [[NVIDIA]] installieren. *freu*&lt;br /&gt;
&lt;br /&gt;
==Quellen und weiterführende Links==&lt;br /&gt;
* [http://www.beryl-project.org/ Projektseite mit Forum und Wiki] {{Englisch}}&lt;br /&gt;
* [http://de.wikipedia.org/wiki/Beryl Artikel in der Wikipedia] {{Deutsch}}&lt;br /&gt;
* http://wiki.ubuntuusers.de/Beryl {{Deutsch}}&lt;br /&gt;
* http://wiki.xglusers.de/ {{Deutsch}}&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Windowmanager]]&lt;br /&gt;
[[Kategorie:HowTo]]&lt;br /&gt;
{{OpenSUSEorg}}&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Dolphin&amp;diff=29330</id>
		<title>Diskussion:Dolphin</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Dolphin&amp;diff=29330"/>
		<updated>2013-05-13T16:49:00Z</updated>

		<summary type="html">&lt;p&gt;Zerum: Die Seite wurde neu angelegt: „Artikel ist veraltet und nicht mehr aktuell. Dolphin gehört zur nun Standardinstallation bei KDE. --~~~~“&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Artikel ist veraltet und nicht mehr aktuell. Dolphin gehört zur nun Standardinstallation bei KDE. --[[Benutzer:Zerum|Zerum]] ([[Benutzer Diskussion:Zerum|Diskussion]]) 18:49, 13. Mai 2013 (CEST)&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:KDE4_neben_KDE3_installieren&amp;diff=29329</id>
		<title>Diskussion:KDE4 neben KDE3 installieren</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:KDE4_neben_KDE3_installieren&amp;diff=29329"/>
		<updated>2013-05-13T16:46:34Z</updated>

		<summary type="html">&lt;p&gt;Zerum: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Das ist IMHO nicht mehr relevant und sollte gelöscht werden.  ---[[Benutzer:Gehrke|Gehrke]] ([[Benutzer Diskussion:Gehrke|Diskussion]]) 23:36, 6. Apr. 2013 (CEST)&lt;br /&gt;
&lt;br /&gt;
: Unterstütze ich. --[[Benutzer:Zerum|Zerum]] ([[Benutzer Diskussion:Zerum|Diskussion]]) 18:46, 13. Mai 2013 (CEST)&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=RPM&amp;diff=29327</id>
		<title>RPM</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=RPM&amp;diff=29327"/>
		<updated>2013-05-13T09:01:50Z</updated>

		<summary type="html">&lt;p&gt;Zerum: /* Links */ Tote Links entfernt, Ergänzungen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wie installiere oder entferne ich Software mit dem Red Hat/Fedora/openSUSE Linux-Paketmanager ''rpm''?&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Allgemeines ==&lt;br /&gt;
RPMs (Dateiendung: *.rpm) sind gepackte Softwarepakete, die von den Distributionen [http://www.redhat.com/ Red Hat], [http://fedoraproject.org/de/ Fedora] und [http://de.opensuse.org openSUSE Linux] verwendet werden.&amp;lt;br/&amp;gt;&lt;br /&gt;
Jedes dieser RPM-Archive enthält neben den eigentlichen (komprimierten) Programmdateien noch einen (unkomprimierten) Header, der Informationen des Programms enthält (Beschreibung, Version, Abhängigkeiten).&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Der RPM-Paketmanager ist ein mächtiges Kommandozeilen-Werkzeug zur Paketverwaltung:&amp;lt;br/&amp;gt;&lt;br /&gt;
Zu seinen Fähigkeiten gehören unter anderem das Installieren/Deinstallieren/Aktualisieren von Software-Paketen, Abfragen der rpm-Datenbank, Verifizieren der Paketsignatur oder das Erstellen von RPM-Paketen.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Trotzdem diese Distributionen den gleichen Paketmanager verwenden,&lt;br /&gt;
 sind die *.rpm Pakete der verschiedenen Distributionen '''nicht''' untereinander '''kompatibel'''.&lt;br /&gt;
 Es ist daher '''unbedingt''' darauf zu achten,&lt;br /&gt;
 das zu der jeweiligen '''Distribution (und Version)''' passende RPM zu verwenden.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Die Installation erfolgt mit:&amp;lt;br/&amp;gt;&lt;br /&gt;
 rpm -i &amp;lt;Paket&amp;gt;&lt;br /&gt;
'''Um allerdings eventuellen Konflikten vorzubeugen sollte stattdessen unbedingt die Option &amp;lt;u&amp;gt;U&amp;lt;/u&amp;gt;pgrade verwendet werden:'''&amp;lt;br/&amp;gt;(die Optionen '''''&amp;lt;u&amp;gt;-h&amp;lt;/u&amp;gt;''''' und '''''&amp;lt;u&amp;gt;-v&amp;lt;/u&amp;gt;''''' erzeugen eine detailliertere Ausgabe)&amp;lt;br/&amp;gt;&lt;br /&gt;
 rpm -Uhv &amp;lt;Paket&amp;gt;&lt;br /&gt;
Da der RPM-Paketmanager keine Repositories verwalten kann, ist er nicht in der Lage Paket-Abhängigkeiten selbstständig aufzulösen.&amp;lt;br/&amp;gt;&lt;br /&gt;
Um mehrere voneinander abhängige Pakete zu installieren, müssen diese '''zusammen''' an &amp;lt;u&amp;gt;rpm&amp;lt;/u&amp;gt; übergeben werden:&amp;lt;br/&amp;gt;&lt;br /&gt;
 rpm -Uhv &amp;lt;Paket1&amp;gt; &amp;lt;Paket2&amp;gt; ... &amp;lt;PaketN&amp;gt;&lt;br /&gt;
Oder man legt alle zu installierende Pakete in &amp;lt;u&amp;gt;einem&amp;lt;/u&amp;gt; Ordner ab:&lt;br /&gt;
 rpm -Uhv /ordner/*.rpm&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Deinstallation ==&lt;br /&gt;
Die Deinstallation von Paketen erfolgt mit:&amp;lt;br/&amp;gt;&lt;br /&gt;
 rpm -e &amp;lt;Paket&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Update ==&lt;br /&gt;
Ein Upgrade eines bereits installierten Paketes erfolgt mit:&lt;br /&gt;
 rpm -Uhv &amp;lt;Paket&amp;gt;&lt;br /&gt;
Diese Methode ist auch bei der [[#Installation|Installation]] von Paketen dem ''rpm -i &amp;lt;Paket&amp;gt;'' vorzuziehen!&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Paketinformationen ==&lt;br /&gt;
Mit der Option '''q'''uery kann man sich Informationen zu einem bestimmten Paket anzeigen lassen:&amp;lt;br/&amp;gt;&lt;br /&gt;
Eine Liste der in dem Paket enthaltenen Dateien erhält man mit:&lt;br /&gt;
 rpm -ql &amp;lt;Paketname&amp;gt;&lt;br /&gt;
Um Informationen (Name, Version, Beschreibung) zu einem Paket zu erhalten:&lt;br /&gt;
 rpm -qi &amp;lt;Paketname&amp;gt;&lt;br /&gt;
Die Abhängigkeiten eines Paketes ermittelt man mit:&lt;br /&gt;
 rpm -qR &amp;lt;Paketname&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Paketsuche ==&lt;br /&gt;
Selbstverständlich kann die rpm-Datenbank auch nach bestimmten Paketen/Bibliotheken durchsucht werden:&amp;lt;br/&amp;gt;&lt;br /&gt;
Listet alle Pakete, in deren Name ein bestimmter &amp;lt;u&amp;gt;''Suchbegriff''&amp;lt;/u&amp;gt; enthalten ist:&amp;lt;br/&amp;gt;&lt;br /&gt;
 rpm -qa | grep &amp;lt;Suchbegriff&amp;gt;&lt;br /&gt;
Um die Suche auf die enthaltenen Dateien bzw. die Paketbeschreibungen auszudehnen:&amp;lt;br/&amp;gt;&lt;br /&gt;
 rpm -qal | grep &amp;lt;Suchbegriff&amp;gt;&lt;br /&gt;
 rpm -qai | grep &amp;lt;Suchbegriff&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.rpm.org/ Projektseite von rpm.org] (englisch)&lt;br /&gt;
*[http://www.rpm5.org/ Projektseite von rpm5.org] (englisch)&lt;br /&gt;
*[http://www.rpm.org/max-rpm/ Maximum RPM]&lt;br /&gt;
*http://de.wikipedia.org/wiki/RPM &lt;br /&gt;
*[http://www.ibm.com/developerworks/library/l-rpm1/ IBM developer works: Packaging software with RPM, Part 1]&lt;br /&gt;
*[http://www.ibm.com/developerworks/library/l-rpm2/ IBM developer works: Packaging software with RPM, Part 2]&lt;br /&gt;
*[http://www.ibm.com/developerworks/library/l-rpm3/ IBM developer works: Packaging software with RPM, Part 3]&lt;br /&gt;
*[http://apt-rpm.org/ APT-RPM] (englisch&lt;br /&gt;
*[http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/RPM-HOWTO.html RPM HOWTO]&lt;br /&gt;
*{{dmoz|Computers/Data_Formats/Archive/RPM/|RPM}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Konsole|Zurück zu Konsole]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Paketmanager|Zurück zur Paketmanager-Übersicht]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Kategorie:RPM]]&lt;br /&gt;
[[Kategorie:Konsole]]&lt;br /&gt;
[[Kategorie:Paketmanager]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Linux_Distributionen&amp;diff=29326</id>
		<title>Diskussion:Linux Distributionen</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Linux_Distributionen&amp;diff=29326"/>
		<updated>2013-05-12T15:29:31Z</updated>

		<summary type="html">&lt;p&gt;Zerum: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Loeschen von Knoppix, DreamLinux, Kanotix =&lt;br /&gt;
&lt;br /&gt;
: Ich waere dafuer das die drei Distributionen auf der Seite Linux Distributionen verschwinden. Die Seite verspricht im derzeitigen Zustand Dinge und liefert unter den drei genannten Punkten nur Leere. Sollte jemand Interesse haben ueber eine Distribution zu schreiben, kann dies doch jederzeit neu angelegt werden. --:[[Benutzer:OnkelchenTobi|OnkelchenTobi]]&lt;br /&gt;
&lt;br /&gt;
:: Im Prinzip schon, alles überflüssige von Board, wenn sich sowieso niemand der Sache ernsthaft annehmen will? Hier haben wir jedoch eine Übersichtsseite, verschwindet zuviel, wird die Seite dadurch in diesem Fall optisch nicht besser. Bleibt immer noch die Frage: erhalten aber gleich auf entprechende externe Webseiten zu verlinken, oder gleich weg. Bin mir noch nicht ganz sicher. Tendenz aber auch zu: gleich ganz weg.  [[Benutzer:Robi|Robi]] 21:55, 27. Dez. 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: Die drei genannten Eintraege stehen bestimmt seit ueber einem Jahr ohne Inhalt da. Ein Link auf die Projektseiten waere meiner Meinung nach auch ganz ok. Da wie bereits von dir geschrieben die Seite noch magerer wird, jedoch sollte man es so wie derzeit nicht belassen. Ich denke auch nicht das hier in der naechsten Zeit viel passieren wird bezueglich Eintraegen da es gerade ueberhaupt etwas still im Wiki ist. --:[[Benutzer:OnkelchenTobi|OnkelchenTobi]]&lt;br /&gt;
&lt;br /&gt;
:::: Push. Kann sich keiner dazu durchringen die Einträge für Knoppix, DreamLinux, Kanotix zu entfernen? Ich hätte damit kein Problem. Zudem habe ich für [[JAD]] einen Löschantrag gestellt. Mandriva ist auch so ein Wackelkandidat wo ich sagen würde &amp;quot;weg damit und lieber neu schreiben&amp;quot;. Mandriva gibt es in der alten Form nicht mehr und was demnächst aus [http://openmandriva.org/de OpenMandiva] wird steht noch in den Sternen. --[[Benutzer:Zerum|Zerum]] ([[Benutzer Diskussion:Zerum|Diskussion]]) 14:32, 11. Mai 2013 (CEST)&lt;br /&gt;
&lt;br /&gt;
: Bei Knoppix, Kanotix und Dreamlinux habe ich jetzt vorerst die Links zu deren Seiten eingefügt; den Hinweis auf JAD habe ich entfernt, den Artikel zu JAD werde ich dann auch entsorgen (behalte noch eine gewisse Zeit eine Kopie, denke aber mal nicht das sich jemand beschwert).&lt;br /&gt;
: -- [[Benutzer:Tomm.fa|tomm.fa]] ([[Benutzer Diskussion:Tomm.fa|Diskussion]]) 18:10, 11. Mai 2013 (CEST)&lt;br /&gt;
&lt;br /&gt;
:: Der Eintrag für Fedora ist plötzlich verschwunden. Vielleicht aus Versehen mitgelöscht? --[[Benutzer:Zerum|Zerum]] ([[Benutzer Diskussion:Zerum|Diskussion]]) 10:33, 12. Mai 2013 (CEST)&lt;br /&gt;
&lt;br /&gt;
::: Wieder in Ordnung gebracht. ;-) Danke Dir.&lt;br /&gt;
::: -- [[Benutzer:Tomm.fa|tomm.fa]] ([[Benutzer Diskussion:Tomm.fa|Diskussion]]) 11:12, 12. Mai 2013 (CEST)&lt;br /&gt;
&lt;br /&gt;
:::: Danke. --[[Benutzer:Zerum|Zerum]] ([[Benutzer Diskussion:Zerum|Diskussion]]) 17:29, 12. Mai 2013 (CEST)&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Linux_Distributionen&amp;diff=29323</id>
		<title>Diskussion:Linux Distributionen</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=Diskussion:Linux_Distributionen&amp;diff=29323"/>
		<updated>2013-05-12T08:33:38Z</updated>

		<summary type="html">&lt;p&gt;Zerum: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Loeschen von Knoppix, DreamLinux, Kanotix =&lt;br /&gt;
&lt;br /&gt;
: Ich waere dafuer das die drei Distributionen auf der Seite Linux Distributionen verschwinden. Die Seite verspricht im derzeitigen Zustand Dinge und liefert unter den drei genannten Punkten nur Leere. Sollte jemand Interesse haben ueber eine Distribution zu schreiben, kann dies doch jederzeit neu angelegt werden. --:[[Benutzer:OnkelchenTobi|OnkelchenTobi]]&lt;br /&gt;
&lt;br /&gt;
:: Im Prinzip schon, alles überflüssige von Board, wenn sich sowieso niemand der Sache ernsthaft annehmen will? Hier haben wir jedoch eine Übersichtsseite, verschwindet zuviel, wird die Seite dadurch in diesem Fall optisch nicht besser. Bleibt immer noch die Frage: erhalten aber gleich auf entprechende externe Webseiten zu verlinken, oder gleich weg. Bin mir noch nicht ganz sicher. Tendenz aber auch zu: gleich ganz weg.  [[Benutzer:Robi|Robi]] 21:55, 27. Dez. 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: Die drei genannten Eintraege stehen bestimmt seit ueber einem Jahr ohne Inhalt da. Ein Link auf die Projektseiten waere meiner Meinung nach auch ganz ok. Da wie bereits von dir geschrieben die Seite noch magerer wird, jedoch sollte man es so wie derzeit nicht belassen. Ich denke auch nicht das hier in der naechsten Zeit viel passieren wird bezueglich Eintraegen da es gerade ueberhaupt etwas still im Wiki ist. --:[[Benutzer:OnkelchenTobi|OnkelchenTobi]]&lt;br /&gt;
&lt;br /&gt;
:::: Push. Kann sich keiner dazu durchringen die Einträge für Knoppix, DreamLinux, Kanotix zu entfernen? Ich hätte damit kein Problem. Zudem habe ich für [[JAD]] einen Löschantrag gestellt. Mandriva ist auch so ein Wackelkandidat wo ich sagen würde &amp;quot;weg damit und lieber neu schreiben&amp;quot;. Mandriva gibt es in der alten Form nicht mehr und was demnächst aus [http://openmandriva.org/de OpenMandiva] wird steht noch in den Sternen. --[[Benutzer:Zerum|Zerum]] ([[Benutzer Diskussion:Zerum|Diskussion]]) 14:32, 11. Mai 2013 (CEST)&lt;br /&gt;
&lt;br /&gt;
: Bei Knoppix, Kanotix und Dreamlinux habe ich jetzt vorerst die Links zu deren Seiten eingefügt; den Hinweis auf JAD habe ich entfernt, den Artikel zu JAD werde ich dann auch entsorgen (behalte noch eine gewisse Zeit eine Kopie, denke aber mal nicht das sich jemand beschwert).&lt;br /&gt;
: -- [[Benutzer:Tomm.fa|tomm.fa]] ([[Benutzer Diskussion:Tomm.fa|Diskussion]]) 18:10, 11. Mai 2013 (CEST)&lt;br /&gt;
&lt;br /&gt;
:: Der Eintrag für Fedora ist plötzlich verschwunden. Vielleicht aus Versehen mitgelöscht? --[[Benutzer:Zerum|Zerum]] ([[Benutzer Diskussion:Zerum|Diskussion]]) 10:33, 12. Mai 2013 (CEST)&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
	<entry>
		<id>https://linupedia.org/wiki/mediawiki/index.php?title=OpenSUSE&amp;diff=29320</id>
		<title>OpenSUSE</title>
		<link rel="alternate" type="text/html" href="https://linupedia.org/wiki/mediawiki/index.php?title=OpenSUSE&amp;diff=29320"/>
		<updated>2013-05-11T17:30:50Z</updated>

		<summary type="html">&lt;p&gt;Zerum: + Baustein für Warnung&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Korrekter Titel|openSUSE}}&lt;br /&gt;
{{Infobox Betriebssystem|&lt;br /&gt;
Name                              = openSuse&lt;br /&gt;
|Screenshot                       = [[Bild:opensuse-2.png|300px]]&lt;br /&gt;
|Beschreibung                     = openSUSE 12.3 mit KDE 4.10&lt;br /&gt;
|Entwickler                       = openSUSE-Projekt&amp;lt;br/&amp;gt;SUSE Linux GmbH&lt;br /&gt;
|AktuelleVersion                  = 12.3&lt;br /&gt;
|AktuelleVersionFreigabeDatum     = 13.03.2013&lt;br /&gt;
|Stammbaum                        =\ Linux&amp;lt;br/&amp;gt;&amp;amp;nbsp; \ [[Softlanding Linux System|SLS]]&amp;lt;br/&amp;gt;&amp;amp;nbsp; &amp;amp;nbsp; \ [[Slackware]]&amp;lt;br/&amp;gt;&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; \ SUSE Linux&amp;lt;br/&amp;gt;&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; \ openSuse&amp;lt;br/&amp;gt;&lt;br /&gt;
|Kategorie                        = [[Linux Distributionen]]&lt;br /&gt;
|Architekturen                    =i586, x86_64&lt;br /&gt;
|Lizenz                           =[[GNU_General_Public_License|GPL]] und andere Lizenzen&lt;br /&gt;
|Deutsch                          = ja, mehrsprachig&amp;lt;br /&amp;gt;Desktop: [[GNOME]], [[KDE]], [[XFCE]], [[LXDE]], [[Enlightenment]]&lt;br /&gt;
|Sonstiges                        = Preis: Kostenlos/käuflich&lt;br /&gt;
|Website                          =[http://de.opensuse.org/ openSUSE Projekt]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
openSUSE ist eine freie Linux Distribution welche entwickelt wird vom openSUSE-Projekt. Das Projekt wurde am 09.08.2005 gegründet. Das erste Release unter dem Namen &amp;quot;openSUSE&amp;quot; war 10.2. Gesponsert wird das Projekt durch die SUSE Linux GmbH, welche vorher SuSE Linux alleine entwickelt hat. Mit der Gründung des openSUSE-Projekts wurde die Entwicklung öffentlich gemacht und sie geschieht in Zusammenarbeit mit Mitarbeitern der SUSE GmbH. Die Entwicklungen von openSUSE bilden die Basis für die Produkte von SUSE: [https://www.suse.com/de-de/products/desktop/ SUSE Linux Enterprise Desktop] und [https://www.suse.com/de-de/products/server/ SUSE Linux Enterprise Server]. Dieses sind kostenpflichtige Produkte für Unternehmen und für den Privatanwender eher uninteressant. SUSE und openSUSE sollten streng voneinander unterschieden werden. &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Zur Installation und Konfiguration wird das hauseigene Werkzeug [[YaST]] benutzt, das eine zentrale Schnittstelle für das gesamte System darstellt. Auch die Paketverwaltung kann mit [[YaST]] grafisch erledigt werden. Eine Alternative dazu sind die Packagekit-basierten Anwendungen wie [[Apper]] ([[KDE]]) oder [[GNOME-Packagekit]]. Für die Paketverwaltung per Kommandozeile ist [[Zypper]] der Standard unter openSUSE. Alle Paketmanager greifen auf die Bibliothek &amp;quot;libzypp&amp;quot; zu, wodurch die Paketverwaltung konsistent bleibt und es nicht zu unterschiedlichen Ergebnissen bei der Abhängigkeitsauflösung kommt.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
openSUSE ist traditionell eine [[KDE]]-zentrierte Distribution. Bei Installation per DVD ist KDE als Standard angewählt. Es können aber auch alternativ [[Gnome]], [[Xfce]], [[LXDE]] und [[Enlightenment]] ausgewählt werden. Auf jedem System ist auch [[Icewm]] als Notfall-Desktop installiert (und weil [[YaST]] während der Installation unter [[Icewm]] läuft). Zudem stehen auf der Download-Seite (http://software.opensuse.org/) installierbare Live-Medien mit [[Gnome]]- oder [[KDE]]-Desktop zur Verfügung. Zusätzlich gibt es noch eine Netinstall-CD und eine (nichtinstallierbare) Rescue-CD zur Systemrettung. Alle 8 Monate erscheint eine neue Version von openSUSE.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Der openSUSE Build Service (OBS) (https://build.opensuse.org/) ermöglicht Entwicklern und Benutzern Software für openSUSE zu packen und so fest und automatisiert in openSUSE zu integrieren. Dadurch kann openSUSE eine große Menge an Software und verschiedene Versionen bereitstellen. Per Suchmaske (http://software.opensuse.org/search) kann gezielt nach Paketen gesucht werden, die erfahrene Anwender dann herunterladen und installieren können.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;2&amp;quot; style=&amp;quot;border: 1px solid #FFA4A4; background-color: #FFF3F3; border-left: 5px solid #FF6666; margin-left: auto; margin-right: auto; width: {{{Breite|50%}}}&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;font-size: 95%; text-align:{{{Textausrichtung|left}}}&amp;quot; | WARNUNG: Die Benutzung des &amp;quot;1 click install&amp;quot;- Buttons ist verführerisch, sollte aber nur von erfahrenen Anwendern benutzt werden (wenn überhaupt). Durch den &amp;quot;1 click install&amp;quot; wird das ganze Repository, aus dem das Paket stammt, zu den Standard-Repos hinzugefügt. Dieses kann zu schweren Inkonsistenzen und Abhängigkeitskonflikten führen. So lange man nicht genau weiss was man tut, sollte die Einbindung eines unbekannten Repos nicht erlaubt werden. Die Option sollte dann in YaST vor der Installation verneint werden.&lt;br /&gt;
|}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Quellen und weiterführende Links ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
* [http://de.opensuse.org Website des openSUSE Projekts]&lt;br /&gt;
* [https://de.opensuse.org/Portal:Wiki openSUSE Wiki]&lt;br /&gt;
* [http://www.linupedia.org deutsches inoffizielles OpenSuSE-Wiki]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Linux-Distributionen|zurück zu Linux Distributionen]]&lt;br /&gt;
[[Kategorie:Distributionen]]&lt;/div&gt;</summary>
		<author><name>Zerum</name></author>
		
	</entry>
</feed>