Ctreating a list of packages in installed

Written By smart| 9 July 2009| No Comment

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.

Related Posts with Thumbnails

Share With Others

Leave your response!




Comment moderation is enabled. Your comment may take some time to appear.