List of applications installed?

system_profiler SPApplicationsDataType >> ~/Desktop/SomeFilename.txt system_profiler SPInstallHistoryDataType -json | awk -F'"' '/_name|install_version|install_date/{print $2,$4}' | grep -A3 "macOS" | sed -e 's/_name /Name: /g;s/install_version /Version: /g;s/install_date /Date: /g' JSON format system_profiler SPApplicationsDataType…

stuck on Software Update(s)

Restart the softwareupdate daemon /bin/launchctl kickstart -k system/com.apple.softwareupdated sudo launchctl kickstart -k system/com.apple.softwareupdated https://macmule.com/2015/11/02/jss-setting-software-update-server-to-httpindex-sucatalog/ apple macos invalid catalogurl found: from preference setting -------- another script recommended on Slack #!/bin/zsh /bin/launchctl…