Difference between revisions of "Ubuntu configuration tasks"
From MyWiki
(Created page with " dpkg --get-selections | grep -v deinstall ## To get a list of packages installed locally do this in your terminal:") |
|||
Line 1: | Line 1: | ||
dpkg --get-selections | grep -v deinstall ## To get a list of packages installed locally do this in your terminal: | dpkg --get-selections | grep -v deinstall ## To get a list of packages installed locally do this in your terminal: | ||
+ | [[ Install Samba on Ubunty ]] |
Revision as of 11:54, 17 May 2014
dpkg --get-selections | grep -v deinstall ## To get a list of packages installed locally do this in your terminal: