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



Comments

Popular posts from this blog

480x320 TFT/ILI9488 SPI wih EP32C3 (arduino-esp32) using Arduino_GFX Library

Drive 320x240 ILI9341 SPI TFT using ESP32-S3 (NodeMCU ESP-S3-12K-Kit) using TFT_eSPI library, in Arduino Framework.