Is cryptsetup installed?
Most generally useful is:
apt search cryptsetup
Or to concentrate on cryptsetup exactly:
apt list cryptsetup
To get all the details of the package
apt show cryptsetup
There are various other ways in which we can interrogate both dpkg and apt
dpkg --status cryptsetup
apt-cache policy cryptsetup
apt-cache search cryptsetup
Thursday, January 23, 2020
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment