O
O
Optimus2016-11-06 18:58:15
linux
Optimus, 2016-11-06 18:58:15

How to check if a package exists in Debian?

There is a debconf package https://packages.debian.org/ru/wheezy/debconf it has perl-base dependencies
There is perl-base https://packages.debian.org/ru/wheezy/perl-base it has dependencies dpkg
There is dpkg https://packages.debian.org/ru/wheezy/dpkg it has a lot of packages in its dependencies
Questions:
1) How to check if there is a package in the system
2) If I need debconf, install each package of dependencies and its dependencies separately il Is there any way to wholesale everything?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Pechersky, 2016-11-07
Pyan @marrk2

in general, that is dpkg -l | grep
i.e. dpkg -l lists all installed packages
grep (package name) filters it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question