How to get list of installed packages on Ubuntu / Debian Linux

> Explains how to list all installed packages on Debian/Ubuntu Linux and restore them as per your need on another system. Source: How to get list of installed packages on Ubuntu / Debian Linux [https://www.cyberciti.biz/faq/how-to-list-all-installed-packages-debian-ubuntu/]…

Show the List of Installed Packages on Ubuntu or Debian - How-To Geek

Show the List of Installed Packages on Ubuntu or Debian [http://www.howtogeek.com/howto/linux/show-the-list-of-installed-packages-on-ubuntu-or-debian/] The command we need to use is dpkg –get-selections, which will give us a list of all the currently installed packages. > $ dpkg --get-selections adduser install alsa-base install alsa-utils install apache2…

CheckInstall

Introduction CheckInstall keeps track of all files installed by a “make install” or equivalent, creates a Slackware, RPM, or Debian package with those files, and adds it to the installed packages database, allowing for easy package removal or distribution. Use CheckInstall instead of just running “sudo make install”, as that…