Current location - Quotes Website - Signature design - Under archlinux, how to check whether a software has a new version to upgrade?
Under archlinux, how to check whether a software has a new version to upgrade?
Pacman -Su will display all your available updates. If you want to know if there are any new updates for specific software,

Enter the following command:

pacman -Su | grep package_name

For example, I want to know if Firefox has been updated.

Pac-Man Sue | grep Firefox