Capture.PNG
Document Details
![jlopez59#](https://quizgecko.com/images/avatars/avatar-1.webp)
Uploaded by jlopez59#
Tags
Related
- Deontology, Utilitarianism, Virtue Ethics, Care Ethics, and Ubuntu Ethics Pros and Cons PDF
- Présentation du système d'exploitation Linux Ubuntu PDF
- Liste des 25 commandes Ubuntu les plus utilisées PDF
- Questions de commandes Ubuntu
- Questions Commandes Ubuntu PDF
- Ubuntu Software Update and Installation PDF
Full Transcript
# Installing and Exploring Ubuntu Server (8 of 11) - Update Linux From the Shell Prompt - Use these commands to update the packages previously installed in your system: - To refresh the list of all available updates: - `sudo apt-get update` - To update only the inst...
# Installing and Exploring Ubuntu Server (8 of 11) - Update Linux From the Shell Prompt - Use these commands to update the packages previously installed in your system: - To refresh the list of all available updates: - `sudo apt-get update` - To update only the installed packages: - `sudo apt-get upgrade` - To upgrade to a new release for Ubuntu Server: - Follow previous steps to update all packages installed in the system - To make sure the latest update manager program is installed: - `sudo apt-get install update-manager-core` - To install the latest release of Ubuntu Server - `sudo do-release-upgrade`