For creating a list of packages in ubuntu/debian,you need to run below command in terminal
here i am redirecting output to output.txt
$sudo dpkg –get-selections > output.txt
you can view that file using below command
$cat output.txt
as a result you will find list of files which are installed.
Comment moderation is enabled. Your comment may take some time to appear.
Leave your response!