Choose packages: Difference between revisions

From LWP-Wiki
Jump to navigation Jump to search
(Created page with "If you know the name of the software, you can search for it: apt-cache search plotutils The headers to include are usually in a *-dev package. But even if the package is n...")
 
No edit summary
 
Line 1: Line 1:
[[Category:software-faq]]
If you know the name of the software, you can search for it:
If you know the name of the software, you can search for it:



Latest revision as of 13:47, 6 March 2015

If you know the name of the software, you can search for it:

apt-cache search plotutils


The headers to include are usually in a *-dev package. But even if the package is not installed, you can make sure:

apt-file show libplot-dev


Or if you know what particular file you are looking for, you can search for that, too:

 apt-file search /plot.h


You can even see if there are perhaps multiple versions avaliable, and which one will get installed...

 apt-cache policy gcc