[DEBIAN] Update/Upgrade all install packages

Discussion in 'Server Operation' started by banaantje12, Dec 13, 2006.

  1. banaantje12

    banaantje12 New Member

    I installed the Perfect Setup Debian Sarge.
    But I want to update/upgrade everything I installed! How can I do that?
     
  2. sjau

    sjau Local Meanie Moderator

    Quite simply:

    (1) Login as root
    (2) Execute the following command to update the repositiories
    Code:
    apt-get update
    
    (3) Execute the following command to upgrade the software
    Code:
    apt-get upgrade
    
    Or you can combine step 2 and step 3 to this:
    Code:
    apt-get update && apt-get upgrade
    
     

Share This Page