Add code directive to upgrading

contrib-versioning
Lyn Perrine 6 years ago
parent 7d33b3fda9
commit 37159c4da1

@ -18,8 +18,14 @@ First, ensure your system is up-to-date by starting Software Updater and perform
Since 18.10 is not an LTS (Long Term Support) release, you may have to opt in for non LTS versions of Lubuntu. Since 18.10 is not an LTS (Long Term Support) release, you may have to opt in for non LTS versions of Lubuntu.
- Select the Updates -> Notify me of a new Ubuntu version -> For any new version, from Software and Updates. - Select the Updates -> Notify me of a new Ubuntu version -> For any new version, from Software and Updates.
- Close the update manager, and you should be prompted to upgrade to the latest release. - Close the update manager, and you should be prompted to upgrade to the latest release.
- Alternatively, you can start a terminal (Ctrl + Alt + T) and type in the command "update-manager -d" - Alternatively, you can start a terminal (Ctrl + Alt + T) and type in the command
- The -d flag is referring to the fact that it's moving to an unsupported release (if you are on the LTS track, this is accurate).
.. code::
update-manager -d
The -d flag is referring to the fact that it's moving to an unsupported release (if you are on the LTS track, this is accurate).
.. image:: 03_development_release.png .. image:: 03_development_release.png

Loading…
Cancel
Save