Letzte Änderung am 2006-08-17 21:41:24 von Richard 
        
          Erweiterungen:
      Here are presented the most important options, with examples. For the complete reference visit The Apt-HowTo∞
              Löschungen:
      Here are presented just the most important options with examples, for the complete reference visit The Apt-HowTo∞
    
    
  
          Editiert am 2006-08-17 21:39:38 von Richard 
        
          Erweiterungen:
      
   
       | apt-get dist-upgrade -d   | 
         download all packages that will be updated with the dist-upgrade  | 
   
   
       | apt-get -f install package   | 
       install the given package  even if the dependencies are not correctly satisfied (you think you know better!) | 
   
   
       | apt-get -f install  | 
       try to fix installation problems. | 
   
              Löschungen:
      Unknown action; the action name must not contain special characters.
    
    
  
          Editiert am 2006-08-17 21:38:31 von Richard 
        
          Erweiterungen:
      Unknown action; the action name must not contain special characters.
              Löschungen:
      
   
       | apt-get dist-upgrade -d   | 
         download all packages that will be updated with the dist-upgrade  | 
   
   
       | apt-get -f install package  | 
       install the given package  even if the dependencies are not correctly satisfied (you think you know better!). | 
   
   
       | apt-get -f install  | 
       try to fix installation problems. | 
   
    
    
  
          Editiert am 2006-08-17 21:37:43 von Richard 
        
          Erweiterungen:
      
   
       | apt-get dist-upgrade -d   | 
         download all packages that will be updated with the dist-upgrade  | 
   
   
       | apt-get -f install package  | 
       install the given package  even if the dependencies are not correctly satisfied (you think you know better!). | 
   
   
       | apt-get -f install  | 
       try to fix installation problems. | 
   
              Löschungen:
      
   
       | apt-get dist-upgrade -d   | 
         download all packages that will be updated with the dist-upgrade  | 
   
   
       | apt-get -f install package  | 
       install the given package  even if the dependencies are not correctley satisfied (you think you knou it better!). | 
   
   
       | apt-get -f install  | 
       try to fix installation problems. | 
   
    
    
  
          Editiert am 2006-08-17 21:36:22 von Richard 
        
          Erweiterungen:
      Here are presented just the most important options with examples, for the complete reference visit The Apt-HowTo∞
   
       | apt-get dist-upgrade -d   | 
         download all packages that will be updated with the dist-upgrade  | 
   
   
       | apt-get -f install package  | 
       install the given package  even if the dependencies are not correctley satisfied (you think you knou it better!). | 
   
   
       | apt-get -f install  | 
       try to fix installation problems. | 
   
              Löschungen:
      Here are presented just the most important options with examples, for the complete reference visit <a title="The "Apt-HowTo"" href="http://www.debian.org/doc/manuals/apt-howto/index.en.html">The "Apt-HowTo"∞
   
       | apt-get dist-upgrade -d | 
         download all packages that will be updated with the dist-upgrade  | 
   
   
       | apt-get -f install package  | 
       install the given package  even if the dependencies are not correctley satisfied (you think you knou it better!). | 
   
   
       | apt-get -f install  | 
       try to fix installation problems. | 
   
    
    
  
          Editiert am 2006-08-17 21:34:46 von Richard proofing
        
          Erweiterungen:
       Installing Debian Packages (apt) 
Here are presented just the most important options with examples, for the complete reference visit <a title="The "Apt-HowTo"" href="http://www.debian.org/doc/manuals/apt-howto/index.en.html">The "Apt-HowTo"∞
              Löschungen:
       Installing Debian Packages (apt) 
One good links:
http://www.debian.org/doc/manuals/apt-howto/index.en.html∞ (Apt-HowTo)
Just the most important options with an example, for the complete reference visit the link above.
    
    
  
          Editiert am 2006-08-06 03:17:04 von Richard proofing-Richard.
        
          Erweiterungen:
       The Debian  Advanced Packaging Tool, APT 
              Löschungen:
       The Debian  Advanced Packaging Tool APT 
    
    
  
          Editiert am 2006-06-19 18:36:55 von cokeinthebottle 
        
          Erweiterungen:
      
   
       | command | 
       description | 
       example | 
   
   
       | dpkg --install  | 
        installs/updates the given package   | 
        dpkg --install package.deb  | 
   
   
       |   apt-get install  | 
        install a package ( known in the database package)  | 
        apt-get install package  | 
   
   
       |   dpkg --install   | 
         installs/updates the given package    | 
         dpkg --install package.deb   | 
   
   
       |    apt-get install   | 
         install a package ( known in the database package)   | 
         apt-get install package   | 
   
   
       |   apt-get remove   | 
          remove an installed package   | 
         apt-get remove package   | 
   
   
       |    apt-get update   | 
         update the package database    | 
         apt-get update   | 
   
   
       |    apt-get dist-upgrade   | 
         all installed packages will be updated unless the dependencies dont allow that   | 
         apt-get dist-upgrade   | 
   
   
       |    apt-cache search   | 
         Search (within the package database) the named package   | 
         apt-cache search package   | 
   
   
       |   apt-rdepends   | 
         show all packages that are needed by the given package   | 
          | 
   
   
       | apt-rdepends     | 
          we kann also find all packages that depend on the given one    | 
         apt-rdepends -r package   | 
   
   
       |   dpkg -l   | 
         list all installed packages    | 
         dpkg --list  | 
   
   
       |  dpkg -S   | 
        search the package that contains the given file  | 
        dpkg -S /etc/mail.rc | 
   
   
       | -h | 
       show the help message  | 
   
   
       | -d | 
       Download only - do NOT install or unpack archives  | 
   
   
       |  -f  | 
       Attempt to continue if the integrity check fails | 
   
   
       |  -s  | 
        No-act. Perform ordering simulation  | 
   
   
       |  -y  | 
        Assume Yes to all queries and do not prompt  | 
   
   
       |   -u  | 
        Show a list of upgraded packages as well  | 
   
   
       | apt-get dist-upgrade -d | 
         download all packages that will be updated with the dist-upgrade  | 
   
   
       | apt-get -f install package  | 
       install the given package  even if the dependencies are not correctley satisfied (you think you knou it better!). | 
   
   
       | apt-get -f install  | 
       try to fix installation problems. | 
   
              Löschungen:
      ||| command || description || example ||
|| dpkg --install || installs/updates the given package  || dpkg --install package.deb ||
|| apt-get install || install a package ( known in the database package) || apt-get install package ||
|| apt-get remove || remove an installed package || apt-get remove package ||
|| apt-get update || update the package database  || apt-get update ||
|| apt-get dist-upgrade || all installed packages will be updated unless the dependencies dont allow that || apt-get dist-upgrade ||
|| apt-cache search || Search (within the package database) the named package || apt-cache search package ||
|| apt-rdepends || show all packages that are needed by the given package || apt-rdepends package   ||
||              || we kan also find all packages that depend on the given one  || apt-rdepends -r package  ||
|| dpkg -l || list all installed packages  || dpkg --list 
 dpkg -S /etc/mail.rc ||
|| dpkg -S || search the package that contains the given file || dpkg -S /etc/mail.rc |||
|||0 -h || show the help message ||
|| -d || Download only - do NOT install or unpack archives||
|| -f || Attempt to continue if the integrity check fails ||
|| -s || No-act. Perform ordering simulation ||
|| -y || Assume Yes to all queries and do not prompt ||
|| -u || Show a list of upgraded packages as well |||
|||0 Bsp.: || apt-get dist-upgrade -d || download all packages that will be updated with the dist-upgrade ||
|| oder || apt-get -f install package || install the given package  even if the dependencies are not correctley satisfied (you think you knou it better!). ||
|| oder || apt-get -f install || try to fix installation problems. |||
    
    
  
    älteste bekannte Version dieser Seite wurde bearbeitet am 2005-09-25 13:51:19 von CokeintheBottle [  ]
        
     The Debian  Advanced Packaging Tool APT 
 Installing Debian Packages (apt) 
One good links:
http://www.debian.org/doc/manuals/apt-howto/index.en.html∞ (Apt-HowTo)
Just the most important options with an example, for the complete reference visit the link above.
||| 
command || 
description || 
example ||
|| dpkg --install || installs/updates the given package  || dpkg --install package.deb ||
|| apt-get install || install a package ( known in the database package) || apt-get install package ||
|| apt-get remove || remove an installed package || apt-get remove package ||
|| apt-get update || update the package database  || apt-get update ||
|| apt-get dist-upgrade || all installed packages will be updated unless the dependencies dont allow that || apt-get dist-upgrade ||
|| apt-cache search || Search (within the package database) the named package || apt-cache search package ||
|| apt-rdepends || show all packages that are needed by the given package || apt-rdepends package   ||
||              || we kan also find all packages that depend on the given one  || apt-rdepends -r package  ||
|| dpkg -l || list all installed packages  || dpkg --list 
 dpkg -S /etc/mail.rc ||
|| dpkg -S || search the package that contains the given file || dpkg -S /etc/mail.rc |||
Some useful options for apt-get:
|||0 -h || show the help message ||
|| -d || Download only - do NOT install or unpack archives||
|| -f || Attempt to continue if the integrity check fails ||
|| -s || No-act. Perform ordering simulation ||
|| -y || Assume Yes to all queries and do not prompt ||
|| -u || Show a list of upgraded packages as well |||
|||0 Bsp.: || apt-get dist-upgrade -d || download all packages that will be updated with the dist-upgrade ||
|| oder || apt-get -f install package || install the given package  even if the dependencies are not correctley satisfied (you think you knou it better!). ||
|| oder || apt-get -f install || try to fix installation problems. |||
  
 
  
Letzter Editor :
Eigentümer :