Created
February 18, 2020 09:37
-
-
Save aamsur-mkt/0dff01ba24452783a1a19a71d08b0309 to your computer and use it in GitHub Desktop.
List all php package on Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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