From charlesreid1

(Created page with "==Aptitude (apt) Package Manger== List all packages installed by Aptitude: <pre> dpkg --get-selections </pre> Category:Ubuntu")
 
Line 5: Line 5:
<pre>
<pre>
dpkg --get-selections
dpkg --get-selections
</pre>
or,
<pre>
dpkg-query -l
</pre>
</pre>


[[Category:Ubuntu]]
[[Category:Ubuntu]]
[[Category:Linux]]

Revision as of 05:59, 17 January 2018

Aptitude (apt) Package Manger

List all packages installed by Aptitude:

dpkg --get-selections

or,

dpkg-query -l