Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 2421  / 2 Years ago, wed, september 21, 2022, 5:17:32

Newbie here. About 3 weeks ago I switched from Windows 10 to Ubuntu 21.04. Occasionally I do sudo apt update and sudo apt upgrade. Does this update/upgrade all my apps? If not, how can I tell which apps are not getting updated/upgraded?


I want to keep all my apps up to date. I have installed a few snaps, flatpaks and appimages.


More From » apt

 Answers
6

You can create an alias for the command like


sudo sh -c "apt update && apt dist-upgrade -y && snap refresh && flatpak upgrade -y"

to get upgrades for applications from all sources - APT, Snap and FlatPak.


To manage AppImages you can install AppImageLauncher from the AppImageLauncher - Stable PPA - Official Releases to your system by using commands below:


sudo add-apt-repository ppa:appimagelauncher-team/stable
sudo apt-get update
sudo apt-get install appimagelauncher

and then check its updater component for AppImages which support AppImageUpdate routine.


[#1281] Wednesday, September 21, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
corsee

Total Points: 479
Total Questions: 122
Total Answers: 106

Location: Barbados
Member since Sat, May 9, 2020
4 Years ago
corsee questions
Tue, Apr 25, 23, 02:19, 1 Year ago
Mon, Aug 2, 21, 01:37, 3 Years ago
Wed, Oct 5, 22, 19:16, 2 Years ago
;