Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
aptitude [2015/07/08 09:13]
steve
aptitude [2015/08/05 13:47]
steve
Line 11: Line 11:
 </​code>​ </​code>​
  
-** Display the versions that will be upgraded ​**+Display the versions that will be upgraded
  
 <​code>​ <​code>​
Line 17: Line 17:
 </​code>​ </​code>​
  
-** Clean output of packages to be upgraded, and what versions ​**+Clean output of packages to be upgraded, and what versions
  
 <​code>​ <​code>​
Line 27: Line 27:
 <​code>​ <​code>​
 egrep -i "​(apache|sql|php|ssl|percona)"​ egrep -i "​(apache|sql|php|ssl|percona)"​
 +</​code>​
 +
 +Search on installed packages, and display results in batch-friendly output:
 +
 +<​code>​
 +aptitude search '​~idvd_info'​ -F %p
 </​code>​ </​code>​