Quantcast
Viewing all articles
Browse latest Browse all 3567

Beginners Questions • Check whether a package is installed

Code:

apt list -i *package_name*
For example

Code:

apt list -i *vim*
Yes, but it has the downside that you cant search for an incomplete name or a slightly wrong name of a package.
Asterisks are wildcards. It will search incomplete names but not slightly wrong names. Try

Code:

$ apt list -i *image*

Statistics: Posted by sunrat — 2024-05-29 23:22 — Replies 5 — Views 112



Viewing all articles
Browse latest Browse all 3567

Trending Articles