Fixing ubuntu documentation-3

This commit is contained in:
Cristian Delgado
2025-07-14 22:02:40 -05:00
parent db3269aeba
commit 797e248505

View File

@ -18,7 +18,7 @@ Before starting a major release upgrade, it's important to prepare your system t
* **Review Releases notes:** Always check the **release notes** for the new Ubuntu version we are moving to. This can be found on the [Ubuntu Wiki Releases Page](https://wiki.ubuntu.com/Releases).
* **Fully update the current system:** The release upgrade process requires that the current system has all the latest updates installed. This is a standard **package upgrade**, **apt update** will refresh package index database, and **apt upgrade** will download and install the latest versions of installed packages.
* **Fully update the current system:** The release upgrade process requires that the current system has all the latest updates installed. This is a standard **package upgrade**: **apt update** will refresh package index database, and **apt upgrade** will download and install the latest versions of installed packages.
1. Run these commands to ensure everything is up to date:
@ -99,7 +99,7 @@ You should look at the differences between the files and decide what to do. The
### Removing Obsolete Packages
After all packages are updated, you can choose to remove any obsolete packages that are no longer needed:
After all packages are updated, you can choose to remove any obsolete packages that are no longer needed:
```text
Remove obsolete packages?