When I execute the command 'scoop list' on PowerShell I get this reply:
There aren't any apps installed.
How do I fix this to show all installed software?
When I execute the command 'scoop list' on PowerShell I get this reply:
There aren't any apps installed.
How do I fix this to show all installed software?
You are getting the message because you have not installed any package/app using scoop. As far as I know, scoop only list the packages that it installed.
If you want to list packages via a package manager, you can either use chocolatey (with the command choco list -li) or winget (from Microsoft). You will need to install them first. There are other package managers if you are not in the two mentioned, just google them.