Difference between revisions of "Installing/Upgrading"

From GalliumOS Wiki
Jump to: navigation, search
(Created page with "Update from beta releases to GalliumOS 1.0 from the command line: sudo apt-get update sudo apt-get dist-upgrade sudo reboot Follow these same steps (weekly or mo...")
 
Line 1: Line 1:
 
Update from beta releases to GalliumOS 1.0 from the command line:
 
Update from beta releases to GalliumOS 1.0 from the command line:
  
    sudo apt-get update
+
  sudo apt-get update
    sudo apt-get dist-upgrade
+
  sudo apt-get dist-upgrade
    sudo reboot
+
  sudo reboot
  
 
Follow these same steps (weekly or more often) for updates in between major releases, including security updates.
 
Follow these same steps (weekly or more often) for updates in between major releases, including security updates.
  
 
We are considering a graphical updater for future releases.
 
We are considering a graphical updater for future releases.

Revision as of 18:19, 4 March 2016

Update from beta releases to GalliumOS 1.0 from the command line:

 sudo apt-get update
 sudo apt-get dist-upgrade
 sudo reboot

Follow these same steps (weekly or more often) for updates in between major releases, including security updates.

We are considering a graphical updater for future releases.