| |
Quiry Ubuntu packages with dpkg
Exercises
What packages are installed on the system?
Quiry package status with dpkg:
List the files contained in the package:
What package contains a file? For example, command /bin/ls
Reconfigure a package with command dpkg-reconfigure after installation:
To see the current package configuration, command debconf-show can be used, for example:
If there is no package dependencies, then a package can be installed with
command dpkg. Otherwise, use APT.
Install package make:
To see the list of the files, contained in the deb package file:
Remove package make by using command dpkg:
|
|