How do I list installed packages in Windows?
How do I list installed packages in Windows? List Installed Programs on Windows 10Launch the Command Prompt by typing Command Prompt into the search box on the menu bar.Right-click the app returned and select Run As Administrator.At the prompt, specify wmic and press Enter.The prompt changes to wmic:root\cli.Specify /output:C:\InstalledPrograms. How do I list installed apt get packages? Open the terminal application or log in to the remote server using ssh (e.g. ssh user@sever-name ) Run command apt list --installed to list all installed packages on Ubuntu. To display a list of packages satisfying certain criteria such as show matching apache2...