View Information about installed packages in Debian Based Dostro(Ubuntu/Lubuntu).
Some times we come to situations where we want to get information e.g. check if package is installed or not, if installed then all information related to that one. Today, we are going to discuss the same on Lubuntu 14.04.There can be number of ways as in linux we have flexibility use number of commands and combined one to get desired results. Here, we will discuss about two most common methods i.e. 1.) Using dpkg to get list of all installed packages. 2.) View all information about installed package. 1.) Using dpkg to get list of all installed packages. dpkg(Debian Package Management System) is a package manager for all debian based systems. It is used to install, remove and list all the information about .deb packages. Mostly, dpkg package gets installed by default during installation time. a.) View All installed Software using dpkg -l : ...