Tip for Flatpak Users

Many of you probably use Flatpak. It’s often a useful and very good solution.

Most of you are probably aware of the need to update the system.

However, many people do not know or do not remember that Flatpaks also need updating.

In most Linux distributions, they are not updated automatically.

I recommend periodically performing Flatpak updates, you can do this by using the following command:

sudo flatpak update

for all Flatpak applications in the system,

or if you want to update a single application, you can issue the command:

sudo flatpak update app_name