2

I recently installed Ubuntu and while going through the documents on getting started I encountered this:

 Installed packages with an available esm-apps update:
libavcodec58 libavfilter7 libavformat58 libavutil56 libpostproc55 libswresample3
libswscale5

enter image description here

How can I update these ESM apps?

using sudo apt install and sudo apt upgrade enter image description here it shows already to newest version and set to manually installed Idid not install any of these package manually. and now when i run pro security-status --esm-apps enter image description here if they are updated then why do the above command keeps on showing recieved 7 security update each time I run

"pro security-status --esm-apps".

Is there someone else manually updating these packages for me? am I doing something wrong here and why are these 2 packages gjs and libgjs which have been kept back.

2

1 Answer 1

1

To update the 7 installed packages that are available in the esm-apps update open the terminal and type:

sudo apt install libavcodec58 libavfilter7 libavformat58 libavutil56 libpostproc55 libswresample3 libswscale5

or simply run sudo apt upgrade .

The two packages that have been kept back - gjs and libgjs - are phased updates that will be updated later after the phased updates have been tested on a small group of Ubuntu operating systems that were selected to receive updates for these two phased update packages (gjs and libgjs) at an earlier date.

0

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .