Skip to content

Updating Your Linux Container and Packages

It is always recommended to install packages via the apt package manager. However, the Linux implementation on ChromeOS is not limited to installing applications in any specific ways. This section of the document will discuss how to update your Linux container and applications installed on your ChromeOS Device.

Updating Core Components and Packages Installed Via Apt

It is strongly advised to update your Linux container periodically to ensure that you always have the latest features, bug fixes and security enhancements. Updating your Linux container is fast and easy.

  1. Create a backup of your Linux Container
  2. Open your Linux Terminal
  3. Type the following
sudo apt update
sudo apt dist-upgrade

These commands will update the core components of the Debian installation on your device, as well as packages that were installed via a Debian repository.

Packages Installed Via Binary or Tarballs

If you installed packages outside the Debian repository, then you are responsible for updating the application. Some applications may implement their own update mechanism to make the process easier. However, many applications will require you to visit the developer's website and manually download the latest version of the package. Please ensure you consult the developers for instructions on how to apply the update.