Skip to content

Instantly share code, notes, and snippets.

@aamsur-mkt
Created February 18, 2020 09:37
Show Gist options
  • Save aamsur-mkt/0dff01ba24452783a1a19a71d08b0309 to your computer and use it in GitHub Desktop.
Save aamsur-mkt/0dff01ba24452783a1a19a71d08b0309 to your computer and use it in GitHub Desktop.
List all php package on Linux
dpkg -l | grep php | tee packages.txt
# This will save your current packages to packages.txt file in your working directory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment