Query if a package is installed or installable using apt-cache command
In Raspberry Pi OS (or Linux), apt-cache queries and displays available information about installed and installable packages.
example: to query if gnome-screenshot is available to install
$ apt-cache search gnome-screenshot
$ apt-cache search gnome-screenshot
Comments
Post a Comment