Dup Goto 📝

AptPackageManagement

PT2/aw/os/linux 07-31 13:46:41
To Pop
25 lines, 59 words, 395 chars Monday 2023-07-31 13:46:41

Search for Packages

$ apt-cache search <pattern>

Build Dependencies

$ sudo apt-get build-dep <package>

Get Source

$ apt-get source <package>

Which package provides a file?

The apt-file utility is useful. Install it with

$ apt-get install apt-file

and then for example

$ apt-file search GL/gl.h