# How to Upgrade to a non-LTS Ubuntu [23.10] ?

You can do the following to upgrade your Ubuntu version to 23.04 version.

First, we have to change the Prompt from `lts` to normal.

Run `> sudo nano /etc/update-manager/release-upgrades` and find `Prompt` and switch it to `normal` from `lts`.

Now to update use `do-release-upgrade -c`

Follow the steps as prompted and you should be good to update your Ubuntu version to version `23.10`

<div data-node-type="callout">
<div data-node-type="callout-emoji">💡</div>
<div data-node-type="callout-text">Do remember this is not an LTS (long-term support) version.</div>
</div>
