Update / Fix missing and broken packages (ubuntu) broken packages Use apt-get to fix missing and broken packages “Packages can be updated” How to update Ubuntu in terminal sudo apt-get update # downloads the package lists from the repositories and updates them to get information on the newest versions of packages and their dependencies. sudo apt-get upgrade # upgrade installed packages to their latest available versions nfs_exports: sudo apt-get dist-upgrade # perform upgrades involving the Linux kernel, changing dependencies, or adding and removing new packages as necessary. Written on July 11, 2020, Last update on July 19, 2020 linux package system