Unsolved

This post is more than 5 years old

611

November 2nd, 2019 09:00

Updating my new XPS13 from 18.04 to 18.04.02LTS

Hi,

I have  new XPS13 and it seems to come with 18.04 LTS.

I need to update this to 18.04.02 LTS. How do I do that? When I try to follow the standard process of sudp apt update and sudo apt-dist upgrade

It keeps telling me it is upto date. 

When I do cat /etc/lsb_release it is still 18.04;

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04 LTS (beaver-three-eyed-raven X92)"

 

 

9 Legend

 • 

47K Posts

November 4th, 2019 05:00

You have to do sudo apt-get update

sudo apt-get dist-upgrade   will also handle dependencies

 

You can do this with one line by

sudo apt-get update && sudo apt-get dist-upgrade

You are a bit behind  18.04.3 is released

 

http://releases.ubuntu.com/18.04/ubuntu-18.04.3-desktop-amd64.iso

 

No Events found!

Top